-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathwebvtt.json
31 lines (31 loc) · 1.15 KB
/
webvtt.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"spec": {
"title": "WebVTT: The Web Video Text Tracks Format",
"url": "https://w3c.github.io/webvtt/"
},
"properties": [],
"atrules": [],
"selectors": [
{
"name": "::cue",
"prose": "The ::cue pseudo-element (with no argument) matches any list of WebVTT Node Objects constructed for the matched element, with the exception that the properties corresponding to the background shorthand must be applied to the WebVTT cue background box rather than the list of WebVTT Node Objects.",
"href": "https://w3c.github.io/webvtt/#selectordef-cue"
},
{
"name": "::cue()",
"value": "::cue(selector)",
"href": "https://w3c.github.io/webvtt/#selectordef-cue-selector"
},
{
"name": "::cue-region",
"prose": "The ::cue-region pseudo-element (with no argument) matches any list of WebVTT region objects constructed for the matched element.",
"href": "https://w3c.github.io/webvtt/#selectordef-cue-region"
},
{
"name": "::cue-region()",
"value": "::cue-region(selector)",
"href": "https://w3c.github.io/webvtt/#selectordef-cue-region-selector"
}
],
"values": []
}