@@ -2052,7 +2052,7 @@ can be used to explore this matter in more detail.
2052
2052
<dt> {{Text}}
2053
2053
<dt> {{ProcessingInstruction}}
2054
2054
<dt> {{Comment}}
2055
- <dd><p> Its <a for=CharacterData>data</a> 's <a for="JavaScript string" >length</a> .
2055
+ <dd><p> Its <a for=CharacterData>data</a> 's <a for=string>length</a> .
2056
2056
2057
2057
<dt> Any other node
2058
2058
<dd><p> Its number of <a>children</a> .
@@ -7099,8 +7099,7 @@ To <dfn export id=concept-cd-replace>replace data</dfn> of node <var>node</var>
7099
7099
<a for=CharacterData>data</a> after <var> offset</var>
7100
7100
<a>code units</a> .
7101
7101
7102
- <li> Let <var> delete offset</var> be <var> offset</var> + <var> data</var> 's
7103
- <a for="JavaScript string">length</a> .
7102
+ <li> Let <var> delete offset</var> be <var> offset</var> + <var> data</var> 's <a for=string>length</a> .
7104
7103
7105
7104
<li> Starting from <var> delete offset</var>
7106
7105
<a>code units</a> , remove
@@ -7120,13 +7119,13 @@ To <dfn export id=concept-cd-replace>replace data</dfn> of node <var>node</var>
7120
7119
7121
7120
<li><p> For each <a>live range</a> whose <a for=range>start node</a> is <var> node</var> and
7122
7121
<a for=range>start offset</a> is greater than <var> offset</var> plus <var> count</var> , increase its
7123
- <a for=range>start offset</a> by <var> data</var> 's <a for="JavaScript string" >length</a> and
7124
- decrease it by <var> count</var> .
7122
+ <a for=range>start offset</a> by <var> data</var> 's <a for=string>length</a> and decrease it by
7123
+ <var> count</var> .
7125
7124
7126
7125
<li><p> For each <a>live range</a> whose <a for=range>end node</a> is <var> node</var> and
7127
7126
<a for=range>end offset</a> is greater than <var> offset</var> plus <var> count</var> , increase its
7128
- <a for=range>end offset</a> by <var> data</var> 's <a for="JavaScript string" >length</a> and decrease
7129
- it by <var> count</var> .
7127
+ <a for=range>end offset</a> by <var> data</var> 's <a for=string>length</a> and decrease it by
7128
+ <var> count</var> .
7130
7129
7131
7130
<li> If <var> node</var> 's <a>parent</a> is non-null, then run the <a>children changed steps</a> for
7132
7131
<var> node</var> 's <a>parent</a> .
@@ -9995,6 +9994,7 @@ Ahmid <i>snuggs</i>,
9995
9994
Alex Komoroske,
9996
9995
Alex Russell,
9997
9996
Alexey Shvayka,
9997
+ Andreu Botella,
9998
9998
Anthony Ramine,
9999
9999
Arkadiusz Michalski,
10000
10000
Arnaud Le Hors,
0 commit comments