We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4510983 commit 2c28928Copy full SHA for 2c28928
1 file changed
mediaqueries-4/Overview.bs
@@ -1307,6 +1307,8 @@ Display Type: the 'scan' feature</h3>
1307
<pre>@media (scan: interlace) { body { font-family: sans-serif; } }</pre>
1308
</div>
1309
1310
+ Note: At the time of writing, all known implementations match <code>scan: progressive</code> rather than <code>scan: interlace</code>.
1311
+
1312
<h3 id="grid">
1313
Detecting Console Displays: the '@media/grid' feature</h3>
1314
@@ -1341,6 +1343,7 @@ Detecting Console Displays: the '@media/grid' feature</h3>
1341
1343
</pre>
1342
1344
1345
1346
+ Note: At the time of writing, all known implementations match <code>grid: 0</code> rather than <code>grid: 1</code>.
1347
1348
<h3 id="update">
1349
Display Update Frequency: the 'update' feature</h3>
0 commit comments