diff --git a/dom.bs b/dom.bs index 399d56290..75d95836b 100644 --- a/dom.bs +++ b/dom.bs @@ -219,8 +219,7 @@ object is its first following
The ordered set serializer takes a -set and returns the concatenation of the strings in set, separated from each -other by U+0020, if set is non-empty, and the empty string otherwise. +set and returns the concatenation of set using U+0020 SPACE.
Text
node no
Text
node, if any.
- Text
nodes (excluding itself), in
+ Text
nodes (excluding itself), in
tree order.
Text
nodes, and no
contiguous exclusive Text
nodes, avoiding any duplicates.
The child text content of a node -node is the concatenation of the data of all the {{Text}} node -children of node, in tree order. +node is the concatenation of the data of all +the {{Text}} node children of node, in tree order.
This and other specifications may define child text content change steps for nodes. @@ -7277,9 +7276,9 @@ To split a {{Text
The splitText(offset)
method, when invoked,
must split context object with offset offset.
-
The wholeText
attribute's getter must return a
-concatenation of the data of the contiguous Text
nodes
-of context object, in tree order.
+
The wholeText
attribute's getter must return the
+concatenation of the data of the
+contiguous Text
nodes of the context object, in tree order.
@@ -8894,11 +8893,9 @@ these steps:
data from the
start offset until the end.
-