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.
|