Re: [whatwg/dom] Don't let a slot do anything special if it isn't in a shadow tree (#459)

hayatoito commented on this pull request.



> @@ -1719,7 +1722,8 @@ for a given <a>slot</a> <var>slot</var>, run these steps:</p>
 
   <ol>
    <li>
-    <p>If <var>node</var> is a <a>slot</a>, then:
+    <p>If <var>node</var> is a <a>slot</a> whose <a for=tree>root</a> is a <a for=/>shadow root</a>,

I also updated this line, which I forgot to fix in the previous PR.

-- 
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/459#pullrequestreview-41976778

Received on Monday, 5 June 2017 06:06:37 UTC