Skip to content

Commit bb31f77

Browse files
author
Greg Whitworth
committed
[mediaqueries-4] Removed un-necessary video properties
1 parent 85e35eb commit bb31f77

1 file changed

Lines changed: 4 additions & 50 deletions

File tree

mediaqueries-4/Overview.bs

Lines changed: 4 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1704,40 +1704,11 @@ Handling bi-plane displays</h3>
17041704
following properties should be used to correctly answer video specific
17051705
queries.
17061706

1707-
For any useragent on a bi-plane device you **MUST** return the values for video [insert props]
1707+
For any useragent on a bi-plane device you **MUST** return the values for:
1708+
<a>video-color-gamut</a>; <a>video-width</a>; <a>video-height</a>; <a>video-resolution</a>;
17081709
based on the plane that renders video. If the useragent is not in a bi-plane scenario then
17091710
you **MUST** return the values of the single plane (they're effectively aliases to their non-video counterparts).
17101711

1711-
<h3 id="video-color">
1712-
Video Color Depth: the '@media/video-color' feature</h3>
1713-
1714-
<pre class='descdef mq'>
1715-
Name: video-color
1716-
Value: <<integer>>
1717-
For: @media
1718-
Type: range
1719-
</pre>
1720-
1721-
The '@media/video-color' media feature describes the number of bits per color component of the output device's video plane.
1722-
If the device is not a color device, the value is zero.
1723-
1724-
'@media/video-color' is <a>false in the negative range</a>.
1725-
1726-
<h3 id="video-color-index">
1727-
Paletted Color Screens for the Video Plane: the 'video-color-index' feature</h3>
1728-
1729-
<pre class='descdef mq'>
1730-
Name: video-color-index
1731-
Value: <<integer>>
1732-
For: @media
1733-
Type: range
1734-
</pre>
1735-
1736-
The 'video-color-index' media feature describes the number of entries in the color lookup table of the output device's video plane.
1737-
If the device does not use a color lookup table, the value is zero.
1738-
1739-
'@media/video-color-index' is <a>false in the negative range</a>.
1740-
17411712
<h3 id="video-color-gamut">
17421713
Color Display Quality: the 'video-color-gamut' feature</h3>
17431714

@@ -1794,25 +1765,6 @@ Video-Height: the '@media/video-height' feature</h3>
17941765

17951766
'@media/video-height' is <a>false in the negative range</a>.
17961767

1797-
<h3 id='video-aspect-ratio'>
1798-
Video Aspect-Ratio: the 'aspect-ratio' feature</h3>
1799-
1800-
<pre class='descdef mq'>
1801-
Name: video-aspect-ratio
1802-
Value: <<ratio>>
1803-
For: @media
1804-
Type: range
1805-
</pre>
1806-
1807-
The 'video-aspect-ratio' media feature is defined as the ratio of the value of the '@media/video-width' media feature
1808-
to the value of the '@media/video-height' media feature.
1809-
1810-
The <dfn type>&lt;ratio></dfn> value type is a positive (not zero or negative)
1811-
<<integer>> followed by optional whitespace, followed by a solidus ('/'),
1812-
followed by optional whitespace, followed by a positive <<integer>>.
1813-
<<ratio>>s can be ordered or compared by transforming them into the number
1814-
obtained by dividing their first <<integer>> by their second <<integer>>.
1815-
18161768
<h3 id="video-resolution" caniuse="css-media-video-resolution">
18171769
Video Display Resolution: the 'video-resolution' feature</h3>
18181770

@@ -1829,6 +1781,8 @@ Video Display Resolution: the 'video-resolution' feature</h3>
18291781

18301782
The 'video-resolution' media feature is <a>false in the negative range</a>
18311783

1784+
<p class="issue">There needs to be a solution for dynamic range</p>
1785+
18321786
<!--
18331787
████ ██ ██ ████████ ████████ ████████ ███ ██████ ████████ ████ ███████ ██ ██
18341788
██ ███ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ███ ██

0 commit comments

Comments
 (0)