- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 06 Dec 2019 06:48:44 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 6 December 2019 14:48:46 UTC
annevk commented on this pull request. > <p><a lt="other applicable specifications">Specifications</a> may define <dfn export id=concept-node-children-changed-ext>children changed steps</dfn> for all or some -<a for=/>nodes</a>. The algorithm is passed no argument and is called from <a for=/>insert</a>, -<a for=/>remove</a>, and <a for=/>replace data</a>. +<a for=/>nodes</a>. The algorithm is passed <var ignore>deferredStepsQueue</var> and is called from Addressing https://github.com/whatwg/html/pull/4354#issuecomment-476038918 by @tkent-google in a way that aligns with Chrome would also require passing "insert"/"change"/"remove" as an argument here and acting on it accordingly. (Script would ignore anything but "insert".) Probably would have to double check whether setting `textContent` counts as "change" or "insert". -- 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-328249015
Received on Friday, 6 December 2019 14:48:46 UTC