Re: [csswg-drafts] [css-conditional-4] selector() feature query function for selector support

A missing namespace is a parse error everywhere else, I'd rather be consistent on _rejecting_ it, since not doing that introduces a special-case, and other APIs like `querySelector` already throw on that, like (for example, `document.querySelector("a|b")` throws, doesn't return null).

-- 
GitHub Notification of comment by emilio
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3207#issuecomment-430380458 using your GitHub account

Received on Tuesday, 16 October 2018 20:03:25 UTC