[whatwg/dom] Use a single exception for name validation (follow up) (#675)

This addresses two cases overlooked by 61f40b0763e1:

* The QName production is a strict subset of the Name production.  To avoid confusion, drop "or Name" from the definition of "validate a qualifiedName".
* The non-normative "for web developers" text for `createElementNS` was not updated by the original commit.

Fixes: #671
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/dom/pull/675

-- Commit Summary --

  * Use a single exception for name validation (follow up)

-- File Changes --

    M dom.bs (6)

-- Patch Links --

https://github.com/whatwg/dom/pull/675.patch
https://github.com/whatwg/dom/pull/675.diff

-- 
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/pull/675

Received on Wednesday, 8 August 2018 19:27:22 UTC