- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 11 Feb 2019 01:52:09 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 11 February 2019 09:52:31 UTC
annevk commented on this pull request. > @@ -2490,6 +2492,22 @@ before a <var>child</var>, with an optional <i>suppress observers flag</i>, run </li> </ol> + <li><p>If <var>textChanged</var> is true, then run the <a>child text content change steps</a> for + <var>parent</var>. + + <li><p>If <var>nodes</var> is not empty, then run the <a>children added steps</a> with + <var>parent</var> and <var>deferredStepsQueue</var>. + + <li> + <p>While <var>deferredStepsQueue</var> <a for=list>is not empty</a>: How about: > While deferredStepsQueue is not empty, run the result of dequeueing deferredStepsQeue. -- 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/732#pullrequestreview-202017059
Received on Monday, 11 February 2019 09:52:31 UTC