- From: Mason Freed <notifications@github.com>
- Date: Thu, 24 Sep 2020 21:06:48 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 25 September 2020 04:07:01 UTC
@mfreed7 commented on this pull request. > @@ -6738,6 +6741,11 @@ invoked, must run these steps: <li><p>Set <var>shadow</var>'s <a for=ShadowRoot>delegates focus</a> to <var>init</var>'s {{ShadowRootInit/delegatesFocus}}. + <li><p>If <a>this</a> is <a for=Element>custom</a>, and if <a>this</a>'s <a for=Element>custom + element state</a> is not "precustomized" or "custom", set <var>shadow</var>'s You're right, I should re-use the definition of "custom" here. To do that, I added "precustomized" to the definition of "custom element" in the other PR, [here](https://github.com/whatwg/dom/pull/894/commits/cf4f0dbe73ab4a9a6e5c83a5a8b0ec9aebff5dc3). And then I changed this to just "if this is custom". -- 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/893#discussion_r494735390
Received on Friday, 25 September 2020 04:07:01 UTC