[Webkit-unassigned] [Bug 246131] Accept image/jpg for compatibility reasons

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 6 09:09:13 PDT 2022


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

Anne van Kesteren <annevk at annevk.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |annevk at annevk.nl

--- Comment #4 from Anne van Kesteren <annevk at annevk.nl> ---
I'm actually surprised we don't resort to sniffing here, but I suppose that's because we're given a MIME type? In that case we probably want to claim support for this MIME type even if it's non-standard. HTML could probably be more specific about the MIME types here. It currently has "A supported image, video, or audio type" in the navigate algorithm which isn't great. (Separately it suggests `image/*` are image MIME types for a different algorithm, but claiming all of them might also not be what we want for navigate or what other browsers implement.)

https://github.com/web-platform-tests/wpt/pull/30403 has some work-in-progress tests for sniffing-related cases where there's also download-vs-display differences.

https://github.com/whatwg/html/issues/7420 discusses a similar issue for XML MIME types.

-- 
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/20221006/5a1e95b3/attachment.htm>


More information about the webkit-unassigned mailing list