diff --git a/dom.bs b/dom.bs index 6dd773de..30b09df5 100644 --- a/dom.bs +++ b/dom.bs @@ -2840,6 +2840,12 @@ that all pending node tree insertions completely finish before more inser remove, and replace data. +
Specifications may define +children inserted steps for all or some +nodes. The algorithm is passed no argument and is called from insert. +
To insert a node node into a node parent before null or a node child, with an @@ -2952,7 +2958,8 @@ optional boolean suppressObservers (default f
If suppressObservers is false, then queue a tree mutation record for parent with nodes, « », previousSibling, and child. -
Run the children changed steps for parent. +
Run the children inserted steps for parent. If those are not defined, run + the children changed steps for parent.