[Bug 2771] <script>'s should not be validated

http://www.w3.org/Bugs/Public/show_bug.cgi?id=2771


bjoern@hoehrmann.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From bjoern@hoehrmann.de  2006-01-26 12:26 -------
Use an external script, use HTML instead of XHTML, or use one of the escaping 
tricks like

  <script ...>
  // <![CDATA[
  ...
  // ]]>
  </script>

HTML Tidy will help with this. The Validator simply implements the HTML and 
XHTML specifications, so your content is indeed incorrect if the Validator 
complains.

Received on Thursday, 26 January 2006 12:26:49 UTC