Skip to content

Commit 542e158

Browse files
authored
[css-highlight-api-1] Fix broken links (w3c#10624)
1 parent 2a2d477 commit 542e158

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-highlight-api-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>.

0 commit comments

Comments
 (0)