Re: [whatwg/dom] Add is-available-to-element-internals (#893)

@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