Skip to content

Commit 2135f99

Browse files
committed
[css-highlight-api-1] Use the shortname we actually resolved on
1 parent 81efa4b commit 2135f99

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
when removing or changing IDs so that links to your spec don't break.
2626
-->
2727
<pre class=metadata>
28-
Title: CSS Custom Highlights Module Level 1
28+
Title: CSS Custom Highlight API Module Level 1
2929
Level: 1
30-
Shortname: css-highlights
30+
Shortname: css-highlight-api
3131
Status: ED
3232
Work Status: exploring
3333
Group: csswg
34-
ED: https://drafts.csswg.org/css-highlights-1/
34+
ED: https://drafts.csswg.org/css-highlight-api-1/
3535
Editor: Florian Rivoal, On behalf of Bloomberg, https://florian.rivoal.net/, w3cid 43241
3636
Editor: Sanket Joshi, Microsoft Corporation https://www.microsoft.com, https://github.com/sanketj
3737
Editor: Theresa O'Connor, w3cid 40614, Apple Inc. https://apple.com/, hober@apple.com
@@ -61,7 +61,7 @@ Introduction</h2>
6161

6262
<em>This section is non-normative</em>.
6363

64-
The Highlight API extends the concept of [=highlight pseudo-elements=] (see [[css-pseudo-4#highlight-pseudos]])
64+
The Custom Highlight API extends the concept of [=highlight pseudo-elements=] (see [[css-pseudo-4#highlight-pseudos]])
6565
by providing a way for web developers to style the text
6666
of arbitrary Range objects,
6767
rather than being limited to the user agent defined
@@ -75,7 +75,7 @@ Introduction</h2>
7575
multiple selection to represent online collaboration,
7676
or spellchecking frameworks.
7777

78-
The Highlight API provides a programmatic way of adding and removing highlights
78+
The Custom Highlight API provides a programmatic way of adding and removing highlights
7979
that do not affect the underlying DOM structure,
8080
but instead applies styles to text based on [=range=] objects,
8181
accessed via the ''::highlight()'' pseudo element.

0 commit comments

Comments
 (0)