Re: [whatwg/dom] createElementNS() QName/Name confusion (#671)

It appears that https://github.com/whatwg/dom/issues/319 and https://github.com/cscott/web-platform-tests/commit/85470b462a2bac3e5f6799af9712c201d2e32135 recently (Mar 16 2017) changed some some of the `NamespaceError`s back to `InvalidCharacterError`.  In light of this, I think my first recommended fix is best:
> To validate a qualifiedName, throw an "InvalidCharacterError" DOMException if qualifiedName does not match the QName production

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/671#issuecomment-408472107

Received on Friday, 27 July 2018 16:34:31 UTC