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
2929Level : 1
30- Shortname : css-highlights
30+ Shortname : css-highlight-api
3131Status : ED
3232Work Status : exploring
3333Group : csswg
34- ED : https://drafts.csswg.org/css-highlights -1/
34+ ED : https://drafts.csswg.org/css-highlight-api -1/
3535Editor : Florian Rivoal, On behalf of Bloomberg, https://florian.rivoal.net/, w3cid 43241
3636Editor : Sanket Joshi, Microsoft Corporation https://www.microsoft.com, https://github.com/sanketj
3737Editor : 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