- From: TAMURA, Kent <notifications@github.com>
- Date: Wed, 15 May 2019 23:44:45 +0000 (UTC)
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 15 May 2019 23:45:08 UTC
tkent-google commented on this pull request.
> @@ -6767,6 +6767,22 @@ invoked, must run these steps:
"<code>section</code>", or
"<code>span</code>", then <a>throw</a> a "{{NotSupportedError!!exception}}" {{DOMException}}.
+ <li>
+ <p>If <a>context object</a>'s <a for=Element>local name</a> is a
Need to change this to something like:
If context object's local name is a valid custom element name, or
context object's is value is not null, then:
--
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/760#pullrequestreview-238122242
Received on Wednesday, 15 May 2019 23:45:08 UTC