diff --git a/dom.bs b/dom.bs index 49f633347..358c7fab2 100644 --- a/dom.bs +++ b/dom.bs @@ -1598,9 +1598,9 @@ into a parent before a child, with an optional
Insert node into parent before child or at the end of parent if child is null. -
For each shadow-root-including inclusive descendant inclusiveDescendant - of node, in shadow-root-including tree order, run the insertion steps - with inclusiveDescendant. +
For each shadow-including inclusive descendant inclusiveDescendant of + node, in shadow-including tree order, run the insertion steps with + inclusiveDescendant.
Run the removing steps with node and parent. -
For each shadow-root-including descendant descendant of node, - in shadow-root-including tree order, run the removing steps with - descendant. +
For each shadow-including descendant descendant of node, in + shadow-including tree order, run the removing steps with descendant.
In -shadow-root-including tree order, is -shadow-root-including preorder, depth-first traversal of a tree. -shadow-root-including preorder, depth-first traversal of a tree +
In shadow-including tree order, is +shadow-including preorder, depth-first traversal of a tree. +shadow-including preorder, depth-first traversal of a tree tree is preorder, depth-first traversal of tree, with for each element element encountered in tree, whose -shadow root is non-null, -shadow-root-including preorder, depth-first traversal of the element's -shadow root's tree just after it is encountered. +shadow root is non-null, shadow-including preorder, depth-first traversal +of the element's shadow root's tree just after it is +encountered.
An object A is a -shadow-root-including descendant of an -object B, if A is a descendant of B, or A's +shadow-including descendant of an object +B, if A is a descendant of B, or A's root is a shadow root and A's root's -host is a shadow-root-including inclusive descendant of -B. +host is a shadow-including inclusive descendant of B.
A -shadow-root-including inclusive descendant -is an object or one of its shadow-root-including descendants. +shadow-including inclusive descendant +is an object or one of its shadow-including descendants.
Insert node into parent before child or at the end of parent if child is null.
For each shadow-root-including inclusive descendant inclusiveDescendant of node, in shadow-root-including tree order, run the insertion steps with inclusiveDescendant.
+For each shadow-including inclusive descendant inclusiveDescendant of node, in shadow-including tree order, run the insertion steps with inclusiveDescendant.
childList
" for parent with addedNodes nodes, nextSibling child, and previousSibling child’s previous sibling or parent’s last child if child is null.
@@ -1166,8 +1166,7 @@ Run the removing steps with node and parent.
For each shadow-root-including descendant descendant of node, - in shadow-root-including tree order, run the removing steps with descendant.
+For each shadow-including descendant descendant of node, in shadow-including tree order, run the removing steps with descendant.
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,
@@ -2780,10 +2779,10 @@ open
" or "closed
").
The host
attribute’s getter must return the context object’s host.
In shadow-root-including tree order, is shadow-root-including preorder, depth-first traversal of a tree. shadow-root-including preorder, depth-first traversal of a tree tree is preorder, depth-first traversal of tree, with for each element element encountered in tree, whose shadow root is non-null, shadow-root-including preorder, depth-first traversal of the element’s shadow root’s tree just after it is encountered.
-An object A is a shadow-root-including descendant of an -object B, if A is a descendant of B, or A’s root is a shadow root and A’s root’s host is a shadow-root-including inclusive descendant of B.
-A shadow-root-including inclusive descendant is an object or one of its shadow-root-including descendants.
+In shadow-including tree order, is shadow-including preorder, depth-first traversal of a tree. shadow-including preorder, depth-first traversal of a tree tree is preorder, depth-first traversal of tree, with for each element element encountered in tree, whose shadow root is non-null, shadow-including preorder, depth-first traversal of the element’s shadow root’s tree just after it is +encountered.
+An object A is a shadow-including descendant of an object B, if A is a descendant of B, or A’s root is a shadow root and A’s root’s host is a shadow-including inclusive descendant of B.
+A shadow-including inclusive descendant is an object or one of its shadow-including descendants.
For now you can find more information about this object in Shadow DOM. The DOM Standard will be updated over time to cover more details.
@@ -5459,6 +5458,10 @@