http://www.w3.org/Bugs/Public/show_bug.cgi?id=2669 bjoern@hoehrmann.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From bjoern@hoehrmann.de 2006-01-06 14:57 ------- Your XHTML is probably parsed as HTML; XHTML and HTML define different requirements for parsing <script> elements, in HTML escapes such as & will not be decoded, in XHTML they would; use the application/xhtml+xml media type for such XHTML documents, external scripts, or one of the <![CDATA[]]> escaping methods you'll find all over the web to solve this. See the www-validator mailing list archives for details.Received on Friday, 6 January 2006 14:57:59 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 23:02:15 UTC