[Webkit-unassigned] [Bug 51231] New: qSA(':nth-child(foo)') should throw a syntax error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 16 20:32:01 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=51231

           Summary: qSA(':nth-child(foo)') should throw a syntax error
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: temp01irc+bugzilla at gmail.com


See http://code.google.com/p/chromium/issues/detail?id=67256

document.querySelector(':nth-child(foo)') should throw a SYNTAX_ERR DOM Exception like document.querySelector(':nth-child(2foo)') does -- but instead, it just returns null and moves on.

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



More information about the webkit-unassigned mailing list