- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 24 Jun 2016 05:18:31 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc:
Received on Friday, 24 June 2016 12:19:25 UTC
> @@ -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