- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 12 Sep 2018 00:09:33 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 12 September 2018 07:09:56 UTC
annevk commented on this pull request. > <li>If <var>node</var> is a {{Text}} node, run the <a>child text content change steps</a> for <var>parent</var>. - <li><p>If <var>parent</var>'s <a for=tree>root</a> is a <a for=/>shadow root</a>, and - <var>parent</var> is a <a>slot</a> whose <a for=slot>assigned nodes</a> is the empty list, - then run <a>signal a slot change</a> for <var>parent</var>. - - <li><p>Run <a>assign slotables for a tree</a> with <var>node</var>'s <a for=tree>root</a>. + <li><p>If the <i>suppress observers flag</i> is unset, then <a>update slots</a> with « », + <var>parent</var>, and « <var>node</var> ». That's not what this does, right? It uses parent for different things then node. -- 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/695#discussion_r216918212
Received on Wednesday, 12 September 2018 07:09:56 UTC