Re: [csswg-drafts] [css-images] Proposal: determine default image-resolution from a combination of EXIF properties (#5025)

> Overall, I think this is promising, and I'm happy that you used web compat analysis to inform the design!
> 
> I'm not entirely clear on the interaction with `srcset` density. Would the `srcset` density (whether specified with `x` or with `w`+`sizes`) be entirely ignored for images that exercise this proposal?

My line of thought is like this - `srcset` is _requesting_ a resolution, but it's the server's job to deliver the resolution, and it may override it. For example, `srcset` may request a `x2` image, and the CDN would decide that the network conditions are not good for that, and would return a regular `x1` image with intrinsic pixel density correction to let the browser know that it has done that. 

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

Received on Wednesday, 29 April 2020 20:41:53 UTC