[Bug 24028] New: Element.matches("!invalid!") should throw SyntaxError, not TypeError

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

            Bug ID: 24028
           Summary: Element.matches("!invalid!") should throw SyntaxError,
                    not TypeError
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DOM
          Assignee: annevk@annevk.nl
          Reporter: philipj@opera.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org

http://dom.spec.whatwg.org/#evaluate-a-selectors-string

All tested *MatchesSelector() implementations throw a SyntaxError when parsing
fails, but the spec requires TypeError.

SyntaxError seems more reasonable here, so change the spec to match reality?

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

Received on Saturday, 7 December 2013 23:22:24 UTC