Skip to content

Commit b91332e

Browse files
committed
[mediaqueries-5] Drop video-width, video-hight, and video-resolution
Closes w3c#5044
1 parent e98d283 commit b91332e

1 file changed

Lines changed: 13 additions & 91 deletions

File tree

mediaqueries-5/Overview.bs

Lines changed: 13 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -2418,26 +2418,19 @@ Detecting UA-supplied navigation controls: the 'nav-controls' feature</h3>
24182418

24192419
<h2 id="video-prefixed-features">Video Prefixed Features</h2>
24202420

2421-
Some user agents, including many TVs, render video and graphics in two
2421+
Some user agents, including many TVs, render video and graphics in two
24222422
separate "planes" (bi-plane) with distinct screen characteristics. A set of
24232423
video-prefixed features is provided to describe the video plane.
24242424

24252425
Any bi-plane implementation must return values based on the video plane
2426-
for the following features: '@media/video-color-gamut'; '@media/video-width';
2427-
'@media/video-height'; '@media/video-resolution'; '@media/video-dynamic-range'.
2426+
for the following features:
2427+
'@media/video-color-gamut';
2428+
'@media/video-dynamic-range'.
24282429
All other features must return values based on the graphics plane.
24292430

2430-
Non bi-plane implementations must return the same values for
2431+
Non bi-plane implementations must return the same values for
24312432
video-prefixed features and their non-prefixed counterparts.
24322433

2433-
Issue(5044): '@media/video-width', '@media/video-height', '@media/video-resolution'
2434-
are still under discussion.
2435-
It isn't clear yet whether they are the right approach
2436-
to address the video use case,
2437-
and even if they are,
2438-
the details of how they work aren't fully figured out yet.
2439-
Would-be implementors are strongly encouraged to get in touch with the CSS Working Group.
2440-
24412434
<h3 id="video-color-gamut">
24422435
Video Color Display Quality: the 'video-color-gamut' feature</h3>
24432436

@@ -2472,84 +2465,6 @@ video plane.
24722465

24732466
Supported values are the same as <a href="#dynamic-range">dynamic-range</a>.
24742467

2475-
<h3 id="video-width">
2476-
Video-Width: the '@media/video-width' feature</h3>
2477-
2478-
Issue(5044): '@media/video-width', '@media/video-height', '@media/video-resolution'
2479-
are still under discussion.
2480-
It isn't clear yet whether they are the right approach
2481-
to address the video use case,
2482-
and even if they are,
2483-
the details of how they work aren't fully figured out yet.
2484-
Would-be implementors are strongly encouraged to get in touch with the CSS Working Group.
2485-
2486-
<pre class='descdef mq'>
2487-
Name: video-width
2488-
Value: <<length>>
2489-
For: @media
2490-
Type: range
2491-
</pre>
2492-
2493-
The '@media/video-width' media feature describes
2494-
the width of the targeted display's video plane area of the output device.
2495-
For [=continuous media=], this is the width of the viewport
2496-
(as described by CSS2, section 9.1.1 [[!CSS2]]) including the size of a rendered scroll bar (if any).
2497-
For [=paged media=], this is the width of the page box (as described by CSS2, section 13.2 [[!CSS2]]).
2498-
2499-
<<length>>s are interpreted according to [[MEDIAQUERIES-4#units]].
2500-
2501-
'@media/video-width' is [=false in the negative range=].
2502-
2503-
<h3 id="video-height">
2504-
Video-Height: the '@media/video-height' feature</h3>
2505-
2506-
Issue(5044): '@media/video-width', '@media/video-height', '@media/video-resolution'
2507-
are still under discussion.
2508-
It isn't clear yet whether they are the right approach
2509-
to address the video use case,
2510-
and even if they are,
2511-
the details of how they work aren't fully figured out yet.
2512-
Would-be implementors are strongly encouraged to get in touch with the CSS Working Group.
2513-
2514-
<pre class='descdef mq'>
2515-
Name: video-height
2516-
Value: <<length>>
2517-
For: @media
2518-
Type: range
2519-
</pre>
2520-
2521-
The '@media/video-height' media feature describes the height of the targeted display's video plane area of the output device.
2522-
For [=continuous media=], this is the height of the viewport including the size of a rendered scroll bar (if any).
2523-
For [=paged media=], this is the height of the page box.
2524-
2525-
<<length>>s are interpreted according to [[MEDIAQUERIES-4#units]].
2526-
2527-
'@media/video-height' is [=false in the negative range=].
2528-
2529-
<h3 id="video-resolution">
2530-
Video Display Resolution: the 'video-resolution' feature</h3>
2531-
2532-
Issue(5044): '@media/video-width', '@media/video-height', '@media/video-resolution'
2533-
are still under discussion.
2534-
It isn't clear yet whether they are the right approach
2535-
to address the video use case,
2536-
and even if they are,
2537-
the details of how they work aren't fully figured out yet.
2538-
Would-be implementors are strongly encouraged to get in touch with the CSS Working Group.
2539-
2540-
<pre class='descdef mq'>
2541-
Name: video-resolution
2542-
Value: <<resolution>> | infinite
2543-
For: @media
2544-
Type: range
2545-
</pre>
2546-
2547-
The '@media/video-resolution' media feature describes the resolution of the output
2548-
device's video plane, i.e. the density of the pixels, taking into account the <a spec=cssom-view>page zoom</a>
2549-
but assuming a <a spec=cssom-view>pinch zoom</a> of 1.0.
2550-
2551-
The 'video-resolution' media feature is [=false in the negative range=].
2552-
25532468
<!--
25542469
██████ ██████ ████████ ████ ████████ ████████ ████ ██ ██ ██████
25552470
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ███ ██ ██ ██
@@ -3394,13 +3309,20 @@ Changes</h2>
33943309

33953310
<div class="non-normative">
33963311

3397-
<h3 id="changes-since-2020-07-31">
3312+
<h3 id="changes-since-2020-07-31"
3313+
oldids="video-width, descdef-media-video-width, video-height, descdef-media-video-height, video-resolution, descdef-media-video-resolution">
33983314
Changes Since the 2020-07-31 Working Draft</h3>
33993315

34003316
The following additions were made to this module since the
34013317
<a href="https://www.w3.org/TR/2020/WD-mediaqueries-5-20200731/">2020-07-31 Working Draft</a>:
34023318

34033319
* Adopted 'display-mode' from [[APPMANIFEST]].
3320+
* Dropped the media features what were meant to query about the geometry of the video plane
3321+
in <a href="#video-prefixed-features">bi-plane implementations</a>:
3322+
<code>video-width</code>,
3323+
<code>video-height</code>,
3324+
and <code>video-resolution</code>.
3325+
(See <a href="https://github.com/w3c/csswg-drafts/issues/5044">Issue 5044</a>)
34043326

34053327
<h3 id="changes-since-2020-07-15">
34063328
Changes Since the 2020-07-15 Working Draft</h3>

0 commit comments

Comments
 (0)