|
|
|
|
|
by mantrax4
4442 days ago
|
|
No form should accept just "HTML" if you don't want just any "HTML" in your form. I was actively trying to talk about his script example and instead I had to second-guess his parser to get past the validator (I eventually resigned and replaced < and > with [ and ]). If you want to support some tags, have your parser be an HTML-like DSL language with those tags supported. Don't disallow perfectly good input. |
|
Now, I haven't tried it, but I suppose his form field expects HTML syntax? Have you tried entering your text in HTML syntax? Was that rejected?