-
Notifications
You must be signed in to change notification settings - Fork 72
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
Auto-sizes for lazy-loaded images in HTML #650
Comments
My main concern with this proposal is the behavior for lazy images that might or might not be in the cache... In particular, if a lazy-loaded image is on the cache, right now we use it eagerly (and the image is never in the lazy state). That means, IIUC, that given the current state of the proposal, if the This has two effects:
I'm not sure the second point is a deal breaker, as long as we're aware of it and it's tested properly in WPT (the available check is tested in |
The spec only uses the "list of available images" if the That is, |
I discussed this with @emilio and there are still concerns about flickering, though that's an issue with how the spec loads images before this feature, too. It seems possible to address this in the spec later. Our position is "positive". I'll submit a PR for a dashboard entry. |
Request for Mozilla Position on an Emerging Web Specification
sizes=auto
to lazy-loaded<img>
Other information
The text was updated successfully, but these errors were encountered: