File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ Creating Custom Highlights</h3>
203203 <li>
204204 For each |range| of {{initialRanges}} ,
205205 let |rangeArg| be the result of [=converted to an ECMAScript value|converting=] |range| to an ECMAScript value,
206- then run [[webidl#es -set-add|the steps for a built-in setlike add function]] ,
206+ then run [[webidl#js -set-add|the steps for a built-in setlike add function]] ,
207207 with |highlight| as the <code> this</code> value,
208208 and |rangeArg| as the argument.
209209 <li>
@@ -241,7 +241,7 @@ Registering Custom Highlights</h3>
241241 <div algorithm="to register a custom highlight">
242242 To [=register=] a [=custom highlight=] ,
243243 invoke the <code> set</code> method of the [=highlight registry=]
244- which will run [[webidl#es -map-set|the steps for a built-in maplike set function]] ,
244+ which will run [[webidl#js -map-set|the steps for a built-in maplike set function]] ,
245245 with the [=highlight registry=] as the <code> this</code> value,
246246 the passed-in [=custom highlight name=] as <var ignore> keyArg</var> ,
247247 and the passed-in highlight as <var ignore> valueArg</var> .
You can’t perform that action at this time.
0 commit comments