-
Notifications
You must be signed in to change notification settings - Fork 21
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
HDR wars - ads vs content? #78
Comments
I had a similar concern a while ago: w3c/csswg-drafts#553 (comment) - maybe accessibility features will address this issue? |
That concern resulted in Accessibility Considerations:
|
I disagree that accessibility options are the right approach to addressing this. HDR ads would be an annoyance to all/most users of the web, adding to the set of annoyances that each incrementally make the web less of a joy to use. Only some subset of users would take the effort to change their accessibility settings to tone down the HDR, and in doing so they would also limit their ability to benefit from content images where HDR is a good thing. One option here is to prevent HDR in cross-origin iframes (perhaps with an |
Is there any concern that ads will use HDR to try to make their ads brighter than the content? The content then will be forced to increase all of their color values to brighter colors to try to make sure the ads don't stick out too much?
Is there a need to allow a page to disallow HDR in iframes? (maybe this already exists?)
I'm imaginig we'll start seeing something like
Or even just making the bright colors/text in the ads be brighter than anything outside of the ads
Note: I get ads can already flash, animate, play video, to be distracting so it's not entirely clear HDR is adding anything. On the other hand, maybe it is different if content has to be respond by multiplying all of their colors by 2x.
The text was updated successfully, but these errors were encountered: