We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca8d7f commit 50e404cCopy full SHA for 50e404c
css-highlight-api-1/Overview.bs
@@ -223,8 +223,8 @@ Registering Custom Highlights</h3>
223
invoke the <code>set</code> method of the [=highlight registry=]
224
which will run [[webidl#es-map-set|the steps for a built-in maplike set function]],
225
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|.
+ the passed-in [=custom highlight name=] as <var ignore>keyArg</var>,
+ and the passed-in highlight as <var ignore>valueArg</var>.
228
229
The <dfn>custom highlight name</dfn> assigned to a [=custom highlight=] when it is [=registered=]
230
is used to identify the highlight during styling (see [[#styling-highlights]]).
0 commit comments