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

annevk approved this pull request.



>  
 <ol>
  <li><p>Let <var>slotables</var> be the result of <a>finding slotables</a> for <var>slot</var>.
 
- <li><p>If <var>suppress signaling flag</var> is unset, and <var>slotables</var> and
- <var>slot</var>'s <a for=slot>assigned nodes</a> are not identical, then run
- <a>signal a slot change</a> for <var>slot</var>.
+ <li><p>If <var>slotables</var> and <var>slot</var>'s <a for=slot>assigned nodes</a> are not
+identical, then run <a>signal a slot change</a> for <var>slot</var>.

Could you add a space before identical? (I would do it, but I cannot modify this branch for reasons unclear.)

-- 
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-47450140

Received on Friday, 30 June 2017 17:30:58 UTC