Re: [whatwg/dom] Shadow: Define "in the same shadow-including document" (#273)

> @@ -1541,6 +1541,10 @@ itself.</p>
>  <p>An <a for=/>element</a> is <dfn export>in a shadow-including document</dfn> if its
>  <a>shadow-including root</a> is a <a>document</a>.
>  
> +<p>An object <var>A</var> and an object <var>B</var> are <dfn export>in the same shadow-including
> +document</dfn> if both <var>A</var> and <var>B</var> are <a>in a shadow-including document</a> and
> +<var>A</var> and <var>B</var> share the same <a>shadow-including root</a>.

Apparently "in a shadow-including document" is only for elements. Is that wrong or should this also be for elements only? Maybe "node" for both makes more sense?

---
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/273/files/4b2c9c012d83982c322698c293d8f18120199f2c#r68390082

Received on Friday, 24 June 2016 12:19:25 UTC