Re: XHTML and CSS Validation
- Posted by CoJaBo Sep 08, 2009
- 1336 views
jeremy said...
euphoric said...
It would be nice if all the pages at OpenEuphoria.org would successfully validate for XHTML and CSS. However, they don't. See the following:
That's just insane. A link exists and it has a query string, ?name=John&age=30... It complain's of the & in the query string. I can't see making people copy/paste a URL in, then changing all the & symbols to a & I guess we could do it in software, but what a silly thing.
Jeremy
The same rules for escaping HTML apply inside attribute values as well. <>&" and ' must be escaped.
Also, having a URL with a " in it causes a server error.