[Bug 4351] HTML Tags in javaScript's document.write

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

           Summary: HTML Tags in javaScript's document.write
           Product: Validator
           Version: HEAD
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Parser
        AssignedTo: link@pobox.com
        ReportedBy: mail@bachsau.name
         QAContact: www-validator-cvs@w3.org


Wuahhhhh, look at this: The validator does not accept html Tags in javascript
that it shouldn't parse at all:

<script>document.write("<h1>Header<\/header>");</script> produces much much
errors, that aren't really there.

Received on Sunday, 25 February 2007 22:53:13 UTC