Skip to content

Commit fe56028

Browse files
Elchi3caugner
andauthored
Add missing autoplay attribute to <audio> (#29571)
* Add missing autoplay attribute to <audio> * Update html/elements/audio.json Co-authored-by: Claas Augner <[email protected]> --------- Co-authored-by: Claas Augner <[email protected]>
1 parent 8369684 commit fe56028

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

html/elements/audio.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,50 @@
4949
"deprecated": false
5050
}
5151
},
52+
"autoplay": {
53+
"__compat": {
54+
"description": "`autoplay` attribute",
55+
"spec_url": "https://html.spec.whatwg.org/multipage/media.html#attr-media-autoplay",
56+
"tags": [
57+
"web-features:audio"
58+
],
59+
"support": {
60+
"chrome": {
61+
"version_added": "3"
62+
},
63+
"chrome_android": "mirror",
64+
"edge": {
65+
"version_added": "12"
66+
},
67+
"firefox": {
68+
"version_added": "3.5"
69+
},
70+
"firefox_android": "mirror",
71+
"ie": {
72+
"version_added": "9"
73+
},
74+
"oculus": "mirror",
75+
"opera": {
76+
"version_added": "10.5"
77+
},
78+
"opera_android": "mirror",
79+
"safari": {
80+
"version_added": "3.1"
81+
},
82+
"safari_ios": {
83+
"version_added": "10"
84+
},
85+
"samsunginternet_android": "mirror",
86+
"webview_android": "mirror",
87+
"webview_ios": "mirror"
88+
},
89+
"status": {
90+
"experimental": false,
91+
"standard_track": true,
92+
"deprecated": false
93+
}
94+
}
95+
},
5296
"controls": {
5397
"__compat": {
5498
"spec_url": "https://html.spec.whatwg.org/multipage/media.html#attr-media-controls",

0 commit comments

Comments
 (0)