- From: smaug---- <notifications@github.com>
- Date: Wed, 14 Mar 2018 20:03:22 +0000 (UTC)
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 14 March 2018 20:03:50 UTC
smaug---- commented on this pull request. > @@ -2004,8 +2004,9 @@ steps:</p> <li><p>If the <i>open flag</i> is set and <var>shadow</var>'s <a for=ShadowRoot>mode</a> is <em>not</em> "<code>open</code>", then return null.</p></li> - <li><p>Return the first <a>slot</a> in <var>shadow</var>'s <a>tree</a> whose <a for=slot>name</a> - is <var>slotable</var>'s <a for=slotable>name</a>, if any, and null otherwise.</p></li> + <li><p>Return the first <a>slot</a> in <var>shadow</var>'s <a for=tree>descendants</a> whose + <a for=slot>name</a> is <var>slotable</var>'s <a for=slotable>name</a>, if any and in + <a>tree order</a>, and null otherwise.</p></li> 'in tree order' feels to be a bit out of place. Could it be earlier in the sentence? -- 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/599#pullrequestreview-103978120
Received on Wednesday, 14 March 2018 20:03:50 UTC