[Webkit-unassigned] [Bug 213347] New: [macOS] Selecting a non-accepted image format to an <input type="file"> element should convert it to an accepted format

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 18 12:50:31 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=213347

            Bug ID: 213347
           Summary: [macOS] Selecting a non-accepted image format to an
                    <input type="file"> element should convert it to an
                    accepted format
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Images
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com

If a page has an <input> file element which accepts an image like one of these:

<input type="file" accept="image/png, image/jpeg">

And the user selects an image of unsupported format, HEIF for example, in the file picker the image should be converted to one of the formats in the "accept" attribute if possible.

-- 
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/20200618/cb624be5/attachment.htm>


More information about the webkit-unassigned mailing list