File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed
feature-group-definitions Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 1+ # Generated from: highlight.yml
2+ # Do not edit this file by hand. Edit the source file instead!
3+
4+ name : Custom highlights
5+ description : Custom highlights style arbitrary text ranges, without adding extra elements to the DOM.
6+ spec : https://drafts.csswg.org/css-highlight-api-1/
7+ status :
8+ baseline : false
9+ support :
10+ chrome : " 105"
11+ chrome_android : " 105"
12+ edge : " 105"
13+ safari : " 17.2"
14+ safari_ios : " 17.2"
15+ compat_features :
16+ - api.CSS.highlights_static
17+ - api.Highlight
18+ - api.Highlight.@@iterator
19+ - api.Highlight.Highlight
20+ - api.Highlight.add
21+ - api.Highlight.clear
22+ - api.Highlight.delete
23+ - api.Highlight.entries
24+ - api.Highlight.forEach
25+ - api.Highlight.has
26+ - api.Highlight.keys
27+ - api.Highlight.priority
28+ - api.Highlight.size
29+ - api.Highlight.type
30+ - api.Highlight.values
31+ - api.HighlightRegistry
32+ - api.HighlightRegistry.@@iterator
33+ - api.HighlightRegistry.clear
34+ - api.HighlightRegistry.delete
35+ - api.HighlightRegistry.entries
36+ - api.HighlightRegistry.forEach
37+ - api.HighlightRegistry.get
38+ - api.HighlightRegistry.has
39+ - api.HighlightRegistry.keys
40+ - api.HighlightRegistry.set
41+ - api.HighlightRegistry.size
42+ - api.HighlightRegistry.values
43+ - css.selectors.highlight
You can’t perform that action at this time.
0 commit comments