@@ -1889,22 +1889,33 @@ Dynamic Range: the 'dynamic-range' feature
1889
1889
1890
1890
1891
1891
'@media/dynamic-range' represents the combination of max brightness,
1892
- color depth, and contrast ratio that are supported by the UA and output device.
1892
+ color depth, and contrast ratio that are supported by the user agent and output device.
1893
1893
1894
1894
1895
1895
high
1896
1896
1897
- The combination of the user agent and the output device
1897
+ The user agent and the output device
1898
1898
fulfill all of the following criteria:
1899
1899
* it has a [=high peak brightness=]
1900
1900
* it has a [=high contrast ratio=]
1901
1901
* its color depth is greater than 24 bit or 8 bit per color component of RGB
1902
+
1903
+ Note: Some devices have high dynamic range capabilities that are not always on,
1904
+ and that need to be activated
1905
+ (sometimes programmatically, sometimes by the user, sometimes based on the content).
1906
+ This media feature does not test whether such a mode is active,
1907
+ just whether the device is capable of high dynamic range visuals.
1908
+
1902
1909
standard
1903
1910
1904
- One or more of the criteria for a ''dynamic-range/high'' 'dynamic-range'
1905
- is not fulfilled .
1911
+ This value matches on any visual device,
1912
+ and not on devices lacking visual capabilities .
1906
1913
1907
1914
1915
+ Note: More than one value of this media feature can match simulataneously:
1916
+ a user agent matching ''dynamic-range/high''
1917
+ will also match ''dynamic-range/standard'' .
1918
+
1908
1919
1909
1920
Determining contrast and brightness of display
1910
1921
0 commit comments