@@ -1706,8 +1706,8 @@ Dynamic Range: the 'dynamic-range' feature</h3>
17061706 </pre>
17071707</h3>
17081708
1709- '@media/dynamic-range' represents the combination of brightness and color
1710- depth.
1709+ '@media/dynamic-range' represents the combination of max brightness,
1710+ color depth, and contrast ratio that are supported by the UA and output device .
17111711
17121712<dl dfn-type=value dfn-for="@media/dynamic-range">
17131713 <dt> <dfn>high</dfn>
@@ -1733,19 +1733,18 @@ max brightness or low brightness as it relates to displays. As such, the
17331733determination for '@media/dynamic-range' and '@media/video-dynamic-range' will
17341734be defined by the user agent.
17351735
1736- <h3 id="video-prefixed-properties">
1737- Video Prefixed Properties scenarios</h3>
1736+ <h3 id="video-prefixed-properties">Video Prefixed Feature</h3>
17381737
17391738 Some user agents, including many TVs, render video and graphics in two
17401739 separate "planes" (bi-plane) with distinct screen characteristics. A set of
17411740 video-prefixed features is provided to describe the video plane.
17421741
1743- Any bi-plane implementation **MUST** return values based on the video plane
1742+ Any bi-plane implementation must return values based on the video plane
17441743 for the following features: '@media/video-color-gamut' ; '@media/video-width' ;
17451744 '@media/video-height' ; '@media/video-resolution' ; '@media/video-dynamic-range' .
1746- All other features **MUST** return values based on the graphics plane.
1745+ All other features must return values based on the graphics plane.
17471746
1748- Non bi-plane implementations **MUST** return the same values for
1747+ Non bi-plane implementations must return the same values for
17491748 video-prefixed features and their non-prefixed counterparts.
17501749
17511750<h3 id="video-color-gamut">
@@ -1778,23 +1777,11 @@ Video Dynamic Range: the 'video-dynamic-range' feature</h3>
17781777 </pre>
17791778</h3>
17801779
1781- '@media/video-dynamic-range' has the same values and definitions as '@media/dynamic-range' ,
1782- but describes the UA's and device's video plane.
1780+ '@media/video-dynamic-range' represents the combination of max brightness,
1781+ color depth, and contrast ratio that are supported by the UA and output device's
1782+ video plane.
17831783
1784- <dl dfn-type=value dfn-for="video-dynamic-range">
1785- <dt> <dfn>high</dfn>
1786- <dd>
1787- If the following are true for the UA and the output device's video plane:
1788- * color gamut is ''p3'' or ''rec2020''
1789- * color depth is greater than 24 bit
1790- * has a high contrast ratio
1791- <dt> <dfn>standard</dfn>
1792- <dd>
1793- If the following are true for the UA and the output device's video plane:
1794- * color gamut is sRGB
1795- * color depth is 24 bit or 8 bit per color component of RGB
1796- * has a low contrast ratio
1797- </dl>
1784+ Supported values are the same as dynamic-range.
17981785
17991786<h3 id="video-width">
18001787Video-Width: the '@media/video-width' feature</h3>
0 commit comments