[Webkit-unassigned] [Bug 76348] New: querySelector fails on numerical ids

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 15 12:28:17 PST 2012


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

           Summary: querySelector fails on numerical ids
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: james.r.campos at gmail.com


http://www.w3.org/TR/html-markup/datatypes.html#common.data.id-def

html5 allows ids beginning with numbers, but chromium 16 throws an error with the following:

    document.querySelector('#1')

    Error: SYNTAX_ERR: DOM Exception 12

-- 
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