diff --git a/dom.bs b/dom.bs index bb32e85b6..c4866d5d9 100644 --- a/dom.bs +++ b/dom.bs @@ -1483,30 +1483,19 @@ into a parent before a child, with an optional a {{DocumentFragment}} node, and a list containing solely node otherwise. -
childList
" for node with removedNodes
- nodes.
-
- Note: This step intentionally does not pay attention to the
- suppress observers flag.
-
childList
" for
- parent with addedNodes nodes,
- nextSibling child, and previousSibling
- child's
- previous sibling
- or parent's
- last child if
- child is null.
+ childList
" for
+ node with removedNodes nodes.
+
+ Note: This step intentionally does not pay attention to the
+ suppress observers flag.
childList
" for
+ parent with addedNodes nodes, nextSibling
+ child, and previousSibling child's
+ previous sibling or parent's last child if
+ child is null.
@@ -1740,29 +1736,25 @@ steps:
childList
" for
- parent with removedNodes a list solely containing
- node, nextSibling node's
- next sibling,
- and previousSibling oldPreviousSibling.
-
- childList
" for
+ parent with removedNodes a list solely containing node,
+ nextSibling node's next sibling, and previousSibling
+ oldPreviousSibling.
diff --git a/dom.html b/dom.html
index 5edcb56d7..e6fd251e9 100644
--- a/dom.html
+++ b/dom.html
@@ -88,7 +88,7 @@
DocumentFragment
- node, queue a mutation record
- of "childList
" for node with removedNodes
- nodes.
-
-
- Note: This step intentionally does not pay attention to the - suppress observers flag.
- - -DocumentFragment
node,
remove its
@@ -2016,15 +2004,15 @@ childList
" for
- parent with addedNodes nodes,
- nextSibling child, and previousSibling
- child’s
- previous sibling
- or parent’s
- last child if
- child is null.
+ DocumentFragment
node,
+ queue a mutation record of "childList
" for
+ node with removedNodes nodes.
+
+
+ Note: This step intentionally does not pay attention to the + suppress observers flag.
+childList
" for
+ parent with addedNodes nodes, nextSibling
+ child, and previousSibling child’s
+ previous sibling or parent’s last child if
+ child is null.
@@ -2317,32 +2313,28 @@ childList
" for
- parent with removedNodes a list solely containing
- node, nextSibling node’s
- next sibling,
- and previousSibling oldPreviousSibling.
-
-
- subtree
is true, then
- for each such registered observer registered, append a
- transient registered observer whose observer and
- options are identical to those of registered and source
- which is registered to node’s list of
- registered observers.
-
-
subtree
is true, then for each
+ such registered observer registered, append a
+ transient registered observer whose observer and options
+ are identical to those of registered and source which is
+ registered to node’s list of
+ registered observers.
+
+
+ childList
" for
+ parent with removedNodes a list solely containing node,
+ nextSibling node’s next sibling, and previousSibling
+ oldPreviousSibling.