@@ -2052,7 +2052,7 @@ can be used to explore this matter in more detail.
20522052 <dt> {{Text}}
20532053 <dt> {{ProcessingInstruction}}
20542054 <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> .
20562056
20572057 <dt> Any other node
20582058 <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>
70997099 <a for=CharacterData>data</a> after <var> offset</var>
71007100 <a>code units</a> .
71017101
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> .
71047103
71057104 <li> Starting from <var> delete offset</var>
71067105 <a>code units</a> , remove
@@ -7120,13 +7119,13 @@ To <dfn export id=concept-cd-replace>replace data</dfn> of node <var>node</var>
71207119
71217120 <li><p> For each <a>live range</a> whose <a for=range>start node</a> is <var> node</var> and
71227121 <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> .
71257124
71267125 <li><p> For each <a>live range</a> whose <a for=range>end node</a> is <var> node</var> and
71277126 <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> .
71307129
71317130 <li> If <var> node</var> 's <a>parent</a> is non-null, then run the <a>children changed steps</a> for
71327131 <var> node</var> 's <a>parent</a> .
@@ -9995,6 +9994,7 @@ Ahmid <i>snuggs</i>,
99959994Alex Komoroske,
99969995Alex Russell,
99979996Alexey Shvayka,
9997+ Andreu Botella,
99989998Anthony Ramine,
99999999Arkadiusz Michalski,
1000010000Arnaud Le Hors,
0 commit comments