- From: C. Scott Ananian <notifications@github.com>
- Date: Wed, 08 Aug 2018 12:26:54 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 8 August 2018 19:27:22 UTC
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