You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My inclination is that this shouldn't make things that weren't HDR become HDR. It should clamp colors to wherever they were clamped before.
But what happens if this is applied to already-HDR content, or a mix of HDR content?
This API is not a good one for enabling HDR, because it works in absolute headroom (and we don't want to expose that, either for privacy or for performance reasons).
CSS filters are, as currently specified and implemented, restricted to sRGB and clamped to the [0, 1] range. Even extending them to SDR P3 is problematic
Should
filter: brightness(2)
result in HDR output on a capable display?The text was updated successfully, but these errors were encountered: