Re: [Htmlvalidator-help] URI's and the accessibility validator
Brought to you by:
mgueury
From: Marc G. <mg...@sk...> - 2006-08-07 23:23:06
|
Hi Julian, Unhappily, & needs to be escaped in cdata attributes. Please read this: W3C spec: http://www.w3.org/TR/html4/appendix/notes.html#h-B.2.2 W3C CDATA: http://www.w3.org/TR/html4/types.html#type-cdata HtmlHelp: http://www.htmlhelp.com/tools/validator/problems.html#amp Very interesting: http://ppewww.ph.gla.ac.uk/~flavell/www/formgetbyurl.html <http://ppewww.ph.gla.ac.uk/%7Eflavell/www/formgetbyurl.html> For your info, you can find these links by doing this: - double click on the icon - choose the error - read the help about it. Hope it helps, Marc Julian Vallis wrote: > It's lovely to get the green tick mark when building a template, but > once it's applied to a web application, which uses variables in the > URI, the green tick mark disappears and gets replaced by the yellow > exclamation mark. > > The reason is the HTML validator believes that the &'s used in the > URI's on the page should be escaped, when they absolutely shouldn't > be, in accordance with RFC2396 for URI's > http://www.ietf.org/rfc/rfc2396.txt > > Could you please modify the HTML validator so that if the attribute is > an href="" or a src="", HTML character escaping is not tested, or > validated against a proper URI validator. > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Htmlvalidator-help mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/htmlvalidator-help > > > |