You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<aclass="production css-code" data-link-type=typehref=#typedef-ratiotitle="<ratio>"><ratio></a>s can be ordered or compared by transforming them into the number
239
239
obtained by dividing their first <aclass="production css-code" data-link-type=typehref=http://dev.w3.org/csswg/css-syntax-3/#typedef-integertitle="<integer>"><integer></a> by their second <aclass="production css-code" data-link-type=typehref=http://dev.w3.org/csswg/css-syntax-3/#typedef-integertitle="<integer>"><integer></a>.
Reasonable to restrict <aclass="production css-code" data-link-type=typehref=#typedef-ratiotitle="<ratio>"><ratio></a> to <aclass="production css-code" data-link-type=typehref=http://dev.w3.org/csswg/css-syntax-3/#typedef-integertitle="<integer>"><integer></a>s?
243
243
I’ve seen aspect ratios written with decimal points in real life.
<p> The <aclass=propertydata-link-type=propdeschref=#descdef-scantitle=scan>scan</a> media feature describes the scanning process of some output devices.
CRT and some types of plasma TV screens used “interlaced” rendering,
1372
+
where video frames alternated between specifying only the “even” lines on the screen
1373
+
and only the “odd” lines,
1374
+
exploiting various automatic mental image-correction abilities to produce smooth motion.
1375
+
This allowed them to simulate a higher FPS broadcast at half the bandwidth cost.
1376
+
1377
+
<p> When displaying on interlaced screens,
1378
+
authors should avoid very fast movement across the screen to avoid “combing”,
1379
+
and should ensure that details on the screen are greater than <spanclass=cssdata-link-type=maybetitle=1px>1px</span> wide to avoid <ahref=https://en.wikipedia.org/wiki/Interlaced_video#Interline_twitter>“twitter”</a>.
Reasonable to restrict <aclass="production css-code" data-link-type=typehref=#typedef-ratiotitle="<ratio>"><ratio></a> to <aclass="production css-code" data-link-type=typehref=http://dev.w3.org/csswg/css-syntax-3/#typedef-integertitle="<integer>"><integer></a>s?
2075
2097
I’ve seen aspect ratios written with decimal points in real life.
Copy file name to clipboardExpand all lines: mediaqueries/Overview.src.html
+23-3Lines changed: 23 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -974,13 +974,33 @@ <h3 id="scan">
974
974
975
975
<preclass='descdef mq'>
976
976
Name: scan
977
-
Value: progressive | interlace
977
+
Value: interlace | progressive
978
978
For: @media
979
979
Type: discrete
980
980
</pre>
981
981
982
-
The 'scan media feature describes the scanning process of "tv"
983
-
output devices.
982
+
The 'scan' media feature describes the scanning process of some output devices.
983
+
984
+
<dldfn-type=valuedfn-for="@media/scan">
985
+
<dt><dfn>interlace</dfn>
986
+
<dd>
987
+
CRT and some types of plasma TV screens used “interlaced” rendering,
988
+
where video frames alternated between specifying only the “even” lines on the screen
989
+
and only the “odd” lines,
990
+
exploiting various automatic mental image-correction abilities to produce smooth motion.
991
+
This allowed them to simulate a higher FPS broadcast at half the bandwidth cost.
992
+
993
+
When displaying on interlaced screens,
994
+
authors should avoid very fast movement across the screen to avoid “combing”,
995
+
and should ensure that details on the screen are greater than ''1px'' wide to avoid <ahref="https://en.wikipedia.org/wiki/Interlaced_video#Interline_twitter">“twitter”</a>.
996
+
997
+
<dt><dfn>progressive</dfn>
998
+
<dd>
999
+
A screen using “progressive” rendering displays each screen fully,
1000
+
and needs no special treatment.
1001
+
1002
+
Most modern screens, and all computer screens, use progressive rendering.
1003
+
</dl>
984
1004
985
1005
<divclass="example">
986
1006
For example, this media query expresses that a style sheet is
0 commit comments