Skip to content

Commit 50e404c

Browse files
committed
[css-highlights-api] Markup fix
1 parent 3ca8d7f commit 50e404c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-highlight-api-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ Registering Custom Highlights</h3>
223223
invoke the <code>set</code> method of the [=highlight registry=]
224224
which will run [[webidl#es-map-set|the steps for a built-in maplike set function]],
225225
with the [=context object=] as the <code>this</code> value,
226-
the passed-in [=custom highlight name=] as |keyArg|,
227-
and the passed-in highlight as |valueArg|.
226+
the passed-in [=custom highlight name=] as <var ignore>keyArg</var>,
227+
and the passed-in highlight as <var ignore>valueArg</var>.
228228

229229
The <dfn>custom highlight name</dfn> assigned to a [=custom highlight=] when it is [=registered=]
230230
is used to identify the highlight during styling (see [[#styling-highlights]]).

0 commit comments

Comments
 (0)