Skip to content

Commit c607c4f

Browse files
committed
data(html): add Safari iOS note for accept attribute audio/* limitation
1 parent d64716c commit c607c4f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

html/elements/input.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@
7979
"safari": {
8080
"version_added": "1"
8181
},
82-
"safari_ios": "mirror",
82+
"safari_ios": {
83+
"version_added": "1",
84+
"notes": "Does not support `audio/*` MIME type. See [bug 242110](https://webkit.org/b/242110)."
85+
},
8386
"samsunginternet_android": "mirror",
8487
"webview_android": "mirror",
8588
"webview_ios": "mirror"

0 commit comments

Comments
 (0)