[Webkit-unassigned] [Bug 34442] The Select file dialog show all files when only images/videos/music files expected
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Mar 13 13:22:54 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=34442
Thomas Steiner <tomac at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tomac at google.com
--- Comment #14 from Thomas Steiner <tomac at google.com> ---
I'm hitting this issue on iOS 14.5. The problem is the following:
<input type="file" accept=".custom"> makes Safari accept any file.
<input type="file" accept=".custom,.json"> makes Safari accept only .json files, but not .custom files.
CanIUse (https://caniuse.com/input-file-accept) is indeed not 100% correct it seems, as outlined in https://bugs.webkit.org/show_bug.cgi?id=34442#c8.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210313/130447f2/attachment-0001.htm>
More information about the webkit-unassigned
mailing list