[Bug 25599] New: Nits about id/class quirk

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25599

            Bug ID: 25599
           Summary: Nits about id/class quirk
           Product: CSS
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Selectors
          Assignee: fantasai.bugs@inkedblade.net
          Reporter: simonp@opera.com
        QA Contact: public-css-bugzilla@w3.org

"When matching a selector against a document which is in quirks mode, class and
ID selectors must be matched ASCII case-insensitively against the classes and
ID of the elements in the document."

* Please xref "quirks mode" (defined in the DOM spec)

* It says to only apply to elements in the document, but should also apply to
elements not in the document. This matters for querySelector.
http://software.hixie.ch/utilities/js/live-dom-viewer/saved/3011

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 8 May 2014 06:29:08 UTC