Skip to content

Commit

Permalink
Update of ED report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 5.2.3.
  • Loading branch information
reffy-bot committed Jan 3, 2022
1 parent 532ca7d commit b087c7f
Show file tree
Hide file tree
Showing 34 changed files with 3,402 additions and 61 deletions.
156 changes: 156 additions & 0 deletions ed/dfns/autoplay.json
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"
}
]
}
Loading

0 comments on commit b087c7f

Please sign in to comment.