Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a single exception for name validation (follow up)
This addresses two cases overlooked by 61f40b0: * 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: whatwg#671
- Loading branch information