[Webkit-unassigned] [Bug 19047] New: Selectors API querySelector won't match uppercase class names in quirks mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 14 10:17:25 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19047

           Summary: Selectors API querySelector won't match uppercase class
                    names in quirks mode
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: lachlan.hunt at lachy.id.au


The Selectors API querySelector and querySelectorAll methods won't match
uppercase class names in quirks mode.

e.g. Try running this script in quirks mode.

<p class="FOO"></p>
<script>
var p = document.querySelector(".FOO");
document.write(p ? "PASS" : "FAIL");
</script>

The same script works correctly in standards mode.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list