Closed
Description
HDR content is great, but there are times when a page may want to limit HDR content to be "not as bright", be that either "keep it all in SDR" or "just a hint of HDR, but not so much that it will look awkward next to SDR content".
A proposed solution is to add a dynamic-range-limit
CSS property.
That proposal suggests three qualitative values:
standard
, which limits to standard dynamic range (this name matches the CSSdynamic range
query).high
, which means that no limit is imposed (this name matches the CSSdynamic-range
query)constrained-high
, which means "not so much that it will look awkward next to SDR content" (this matches the name used in macOS and iOS
The exact numerical meaning of values depends on many things that, for fingerprinting reasons, can't be exposed directly, including the current display device's maximum brightness, the current display's SDR brightness, the ambient brightness, etc. In order to allow animation between these qualitative values, a mix-dynamic-range-limit
functional is added.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Wednesday morning