-
Notifications
You must be signed in to change notification settings - Fork 35
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
Require MQ-matching changes to trigger a new round of selection for <source media> #157
Comments
👍 |
Agreed. I'll try to put up a PR for this over the weekend. |
It might be somewhat difficult in the spec to differentiate between " |
I have a blink patch that implements this such that a change in something that affects media queries will rerun the source selection algorithm - https://codereview.chromium.org/287163010/ |
Discussing this on #blink, the question of timing for triggering these requests came up. We discussed waiting for layout (which happens at RAF in Blink), and possibly even waiting for the next RAF. Also - do you think that the spec should define what happens with "intermediate" breakpoints (e.g. if we have 3 breakpoints with a source for each, and the user resizes her window from the smallest to the largest one). Do we want browsers to avoid the "intermediate" image download? (I'm guessing yes) If so, do we want to define anything around that? |
We don't define precisely when browsers should reevaluate MQs in CSS; we assume that browsers will do so "promptly", and will skip over changes that only happen transiently between evaluation points. |
The HTML spec now defines animation frames, and things can be synced with it. We could require that the "environment changes" algorithm be run in sync with animation frames. That would handle not running it when the page is in a background tab. |
@tabatkins - any news on that old bug? I believe current behavior in Blink and Firefox matches what we want to define here, but it'd be good to actually have it in the spec ^_^ |
For art-direction purposes, leaving it up to the UA to decide when to select a new
See: http://ircbot.responsiveimages.org/bot/log/respimg/2014-04-17#T65978
The text was updated successfully, but these errors were encountered: