forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update of ED report from new reffy run
Using reffy commit 5.2.3.
- Loading branch information
reffy-bot
committed
Jan 3, 2022
1 parent
532ca7d
commit b087c7f
Showing
34 changed files
with
3,402 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,156 @@ | ||
{ | ||
"spec": { | ||
"title": "Autoplay Policy Detection", | ||
"url": "https://w3c.github.io/autoplay/" | ||
}, | ||
"dfns": [ | ||
{ | ||
"id": "enumdef-autoplaypolicy", | ||
"href": "https://w3c.github.io/autoplay/#enumdef-autoplaypolicy", | ||
"linkingText": [ | ||
"AutoplayPolicy" | ||
], | ||
"localLinkingText": [], | ||
"type": "enum", | ||
"for": [], | ||
"access": "public", | ||
"informative": false, | ||
"heading": { | ||
"id": "autoplay-policy", | ||
"href": "https://w3c.github.io/autoplay/#autoplay-policy", | ||
"title": "Autoplay Policy Enum", | ||
"number": "2.1" | ||
}, | ||
"definedIn": "pre" | ||
}, | ||
{ | ||
"id": "dom-autoplaypolicy-allowed", | ||
"href": "https://w3c.github.io/autoplay/#dom-autoplaypolicy-allowed", | ||
"linkingText": [ | ||
"\"allowed\"", | ||
"allowed" | ||
], | ||
"localLinkingText": [], | ||
"type": "enum-value", | ||
"for": [ | ||
"AutoplayPolicy" | ||
], | ||
"access": "public", | ||
"informative": false, | ||
"heading": { | ||
"id": "autoplay-policy", | ||
"href": "https://w3c.github.io/autoplay/#autoplay-policy", | ||
"title": "Autoplay Policy Enum", | ||
"number": "2.1" | ||
}, | ||
"definedIn": "table" | ||
}, | ||
{ | ||
"id": "dom-autoplaypolicy-allowed-muted", | ||
"href": "https://w3c.github.io/autoplay/#dom-autoplaypolicy-allowed-muted", | ||
"linkingText": [ | ||
"\"allowed-muted\"", | ||
"allowed-muted" | ||
], | ||
"localLinkingText": [], | ||
"type": "enum-value", | ||
"for": [ | ||
"AutoplayPolicy" | ||
], | ||
"access": "public", | ||
"informative": false, | ||
"heading": { | ||
"id": "autoplay-policy", | ||
"href": "https://w3c.github.io/autoplay/#autoplay-policy", | ||
"title": "Autoplay Policy Enum", | ||
"number": "2.1" | ||
}, | ||
"definedIn": "table" | ||
}, | ||
{ | ||
"id": "dom-autoplaypolicy-inaudible-media-element", | ||
"href": "https://w3c.github.io/autoplay/#dom-autoplaypolicy-inaudible-media-element", | ||
"linkingText": [ | ||
"inaudible media element" | ||
], | ||
"localLinkingText": [], | ||
"type": "enum-value", | ||
"for": [ | ||
"AutoplayPolicy" | ||
], | ||
"access": "public", | ||
"informative": false, | ||
"heading": { | ||
"id": "autoplay-policy", | ||
"href": "https://w3c.github.io/autoplay/#autoplay-policy", | ||
"title": "Autoplay Policy Enum", | ||
"number": "2.1" | ||
}, | ||
"definedIn": "table" | ||
}, | ||
{ | ||
"id": "dom-autoplaypolicy-disallowed", | ||
"href": "https://w3c.github.io/autoplay/#dom-autoplaypolicy-disallowed", | ||
"linkingText": [ | ||
"\"disallowed\"", | ||
"disallowed" | ||
], | ||
"localLinkingText": [], | ||
"type": "enum-value", | ||
"for": [ | ||
"AutoplayPolicy" | ||
], | ||
"access": "public", | ||
"informative": false, | ||
"heading": { | ||
"id": "autoplay-policy", | ||
"href": "https://w3c.github.io/autoplay/#autoplay-policy", | ||
"title": "Autoplay Policy Enum", | ||
"number": "2.1" | ||
}, | ||
"definedIn": "table" | ||
}, | ||
{ | ||
"id": "dom-document-autoplaypolicy", | ||
"href": "https://w3c.github.io/autoplay/#dom-document-autoplaypolicy", | ||
"linkingText": [ | ||
"autoplayPolicy" | ||
], | ||
"localLinkingText": [], | ||
"type": "attribute", | ||
"for": [ | ||
"Document" | ||
], | ||
"access": "public", | ||
"informative": false, | ||
"heading": { | ||
"id": "document-api", | ||
"href": "https://w3c.github.io/autoplay/#document-api", | ||
"title": "The Document API", | ||
"number": "2.2" | ||
}, | ||
"definedIn": "pre" | ||
}, | ||
{ | ||
"id": "dom-htmlmediaelement-autoplaypolicy", | ||
"href": "https://w3c.github.io/autoplay/#dom-htmlmediaelement-autoplaypolicy", | ||
"linkingText": [ | ||
"autoplayPolicy" | ||
], | ||
"localLinkingText": [], | ||
"type": "attribute", | ||
"for": [ | ||
"HTMLMediaElement" | ||
], | ||
"access": "public", | ||
"informative": false, | ||
"heading": { | ||
"id": "media-element-api", | ||
"href": "https://w3c.github.io/autoplay/#media-element-api", | ||
"title": "The HTMLMediaElement API", | ||
"number": "2.3" | ||
}, | ||
"definedIn": "pre" | ||
} | ||
] | ||
} |
Oops, something went wrong.