- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 28 Sep 2020 05:01:44 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 28 September 2020 12:01:58 UTC
@annevk commented on this pull request. > +<p><a for=/>Shadow roots</a> have an associated <dfn export for=ShadowRoot>available to element internals</dfn>. +It is initially set to false.</p> ```suggestion <p><a for=/>Shadow roots</a> have an associated <dfn export for=ShadowRoot>available to element internals</dfn>. It is initially set to false.</p> ``` > + <li><p>If <a>this</a>'s <a for=Element>custom element state</a> is "<code>precustomized</code>" + or "<code>custom</code>", set <var>shadow</var>'s + <a for=ShadowRoot>available to element internals</a> property to true. Otherwise, set it to + false. ```suggestion <li><p>If <a>this</a>'s <a for=Element>custom element state</a> is "<code>precustomized</code>" or "<code>custom</code>", then set <var>shadow</var>'s <a for=ShadowRoot>available to element internals</a> to true. ``` It seems to me we don't have to set it false as that's the default, right? -- 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#pullrequestreview-497440708
Received on Monday, 28 September 2020 12:01:58 UTC