-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create reusable image fetching logic for other standards #4474
Comments
This is also needed for CSS |
See also w3c/csswg-drafts#5173 and various issues linked from there. |
This was discussed a few days ago in the WHATWG TPAC breakout session. Minutes at https://www.w3.org/2020/10/26-whatwg-minutes.html#fetching (cc @emilio )
|
Ported from https://www.w3.org/Bugs/Public/show_bug.cgi?id=24055. Standards like Notifications or Web App Manifest need to fetch images. It's unclear which portions of
<img>
's very-complicated processing model they should involve, but in that bug people seem to be advocating for at least MIME sniffing and the "list of available images" cache.This also impacts
<input type="image">
, and probably<link rel="icon">
.The thread is long and someone planning to tackle this should probably read through it and distill it here before going too far.
Note: #1643 is probably a prerequisite for this issue.
The text was updated successfully, but these errors were encountered: