[Bug 761] New: Comments inside style elements should be ignored

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

           Summary: Comments inside style elements should be ignored
           Product: CSSValidator
           Version: CSS Validator
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Other
        AssignedTo: ot@w3.org
        ReportedBy: bjoern@hoehrmann.de
         QAContact: www-validator-cvs@w3.org


From http://jigsaw.w3.org/css-validator/BUGS.html

''
XHTML user agents are required to remove comments from XHTML documents before 
further processing, hence e.g. 

<style type="text/css"><!--
     body { volume: 100% }
--></style>

is to be ignored by those user agents. The CSS Validator should give a strong 
warning when encountering this and ignore the rules inside such comments. 
''

(see also http://www.w3.org/mid/40b876e2.530189311@smtp.bjoern.hoehrmann.de)



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.

Received on Saturday, 29 May 2004 18:21:22 UTC