query methods should throw SyntaxError

fantasai <[email protected]> Thu, 27 Aug 2015 03:12:23 +0200
Newsgroups gmane.comp.web.dom.general
Message-ID <[email protected]>
The two DOM specs are inconsistent:
   http://www.w3.org/TR/dom/#scope-match-a-selectors-string
says to throw a TypeError whereas
   https://dom.spec.whatwg.org/#scope_match-a-selectors-string
says to throw a SyntaxError.

~fantasai