Skip to content

Commit d8d3938

Browse files
author
Greg Whitworth
committed
[mediaqueries-4] made adjustments recommended by Chris and put in that contrast of the display should be defined by the UA
1 parent 326c73c commit d8d3938

1 file changed

Lines changed: 14 additions & 6 deletions

File tree

mediaqueries-4/Overview.bs

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1712,17 +1712,25 @@ High dynamic range (HDR) represents the combination of brightness, color depth,
17121712
<dt><dfn>high</dfn>
17131713
<dd>
17141714
If the following are true for the UA and the output device:
1715-
* color gamut is <a>p3</a>, <a>rec2020</a>
1715+
* color gamut is <a>p3</a> or <a>rec2020</a>
17161716
* color depth is greater than 24 bit
1717-
* has a high contrast ratio
1717+
* has a <a href="#contrast-of-display">high contrast ratio</a>
17181718
<dt><dfn>standard</dfn>
17191719
<dd>
17201720
If the following are true for the UA and the output device:
17211721
* color gamut is <a>sRGB</a>
17221722
* color depth is 24 bit or 8 bit per color component of RGB
1723-
* has a low contrast ratio
1723+
* has a <a href="#contrast-of-display">low contrast ratio</a>
17241724
</dl>
17251725

1726+
<h3 id="contrast-of-display">
1727+
Determining contrast of display</h3>
1728+
1729+
This text is non-normative. There currently is no agreed upon standardization of
1730+
high contrast ratio or low contrast ratio as it relates to displays.
1731+
As such, the determination for <a>dynamic-range</a> and <a>video-dymanic-range</a>
1732+
will be defined by the user agent.
1733+
17261734
<h3 id="video-prefixed-properties">
17271735
Handling bi-plane scenarios</h3>
17281736

@@ -1774,15 +1782,15 @@ High dynamic range (HDR) represents the combination of brightness, color depth,
17741782
<dt><dfn>high</dfn>
17751783
<dd>
17761784
If the following are true for the UA and the output device's video plane:
1777-
* color gamut is <a>p3</a>, <a>rec2020</a>
1785+
* color gamut is <a>p3</a> or <a>rec2020</a>
17781786
* color depth is greater than 24 bit
1779-
* has a high contrast ratio
1787+
* has a <a href="#contrast-of-display">high contrast ratio</a>
17801788
<dt><dfn>standard</dfn>
17811789
<dd>
17821790
If the following are true for the UA and the output device's video plane:
17831791
* color gamut is <a>sRGB</a>
17841792
* color depth is 24 bit or 8 bit per color component of RGB
1785-
* has a low contrast ratio
1793+
* has a <a href="#contrast-of-display">low contrast ratio</a>
17861794
</dl>
17871795

17881796
<h3 id="video-width">

0 commit comments

Comments
 (0)