Re: [csswg-drafts] [css-conditional] [css-contain] `srcset` and `sizes` interaction with container queries (#5889)

@rjgotten I'm not sure it's acceptable to load lowest res image first and after layout load the appropriate image. I think that would cause "double download" of all images in the general case, which is generally seen as a bug. Ideally only the appropriate image is loaded, without blocking on layout.

@grigs For new image formats, as far as I can tell the art direction use case is not handled. With the bookstore demo also it's a completely different image, not just a crop. I suppose an image file could in theory contain different images though.

-- 
GitHub Notification of comment by zcorpan
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5889#issuecomment-1460274843 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 8 March 2023 14:48:42 UTC