-
Notifications
You must be signed in to change notification settings - Fork 73
/
autoplay-detection.json
103 lines (103 loc) · 2.81 KB
/
autoplay-detection.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"spec": {
"title": "Autoplay Policy Detection",
"url": "https://w3c.github.io/autoplay/"
},
"links": {
"rawlinks": {
"https://datatracker.ietf.org/doc/html/rfc2119": {},
"https://github.com/w3c/autoplay/issues": {},
"https://html.spec.whatwg.org/multipage/": {},
"https://html.spec.whatwg.org/multipage/interaction.html": {
"anchors": [
"user-activation-data-model"
]
},
"https://html.spec.whatwg.org/multipage/media.html": {
"anchors": [
"media-resource"
]
},
"https://lists.w3.org/Archives/Public/public-media-wg/": {},
"https://svgwg.org/svg2-draft/": {},
"https://w3ctag.github.io/security-questionnaire/": {
"anchors": [
"questions"
]
},
"https://webaudio.github.io/web-audio-api/": {
"anchors": [
"allowed-to-start"
]
},
"https://webidl.spec.whatwg.org/": {},
"https://wicg.github.io/speech-api/": {},
"https://www.w3.org/Consortium/Patent-Policy/": {
"anchors": [
"sec-Disclosure"
]
},
"https://www.w3.org/TR/": {},
"https://www.w3.org/groups/wg/media": {},
"https://www.w3.org/groups/wg/media/ipr": {},
"https://www.w3.org/media-wg/": {},
"https://www.w3.org/policies/patent-policy/": {
"anchors": [
"def-essential"
]
},
"https://www.w3.org/policies/process/20231103/": {}
},
"autolinks": {
"https://html.spec.whatwg.org/multipage/interaction.html": {
"anchors": [
"sticky-activation"
]
},
"https://html.spec.whatwg.org/multipage/media.html": {
"anchors": [
"htmlmediaelement",
"video",
"audio",
"htmlvideoelement",
"htmlaudioelement",
"dom-media-volume",
"dom-media-muted",
"dom-media-play"
]
},
"https://html.spec.whatwg.org/multipage/nav-history-apis.html": {
"anchors": [
"dom-document-2",
"window"
]
},
"https://html.spec.whatwg.org/multipage/system-state.html": {
"anchors": [
"navigator"
]
},
"https://svgwg.org/svg2-draft/embedded.html": {
"anchors": [
"elementdef-image"
]
},
"https://webaudio.github.io/web-audio-api/": {
"anchors": [
"AudioContext",
"enumdef-audiocontextstate",
"dom-audiocontextstate-suspended"
]
},
"https://webidl.spec.whatwg.org/": {
"anchors": [
"Exposed",
"notallowederror",
"exceptiondef-typeerror"
]
},
"https://wicg.github.io/speech-api/": {},
"https://www.w3.org/policies/patent-policy/": {}
}
}
}