[Bug 4283] CSS3 negation selector recognized from text area but not from upload file

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

           Summary: CSS3 negation selector recognized from text area but not
                    from upload file
           Product: CSSValidator
           Version: CSS Validator
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: upload file
        AssignedTo: dave.null@w3.org
        ReportedBy: alexander.bocast@gmail.com
         QAContact: www-validator-cvs@w3.org


CSS3 negation selectors are recognized when css file is pasted into text area
but generates the error message: "Unknown pseudo-element or pseudo-class %s"
for each instance when the same css file is uploaded. Here is a sample:

span.nudgedn:not([class="IE"]) { font-weight: inherit; color: inherit;
font-size: inherit; }

Received on Sunday, 28 January 2007 01:42:47 UTC