Skip to content

Commit 2c28928

Browse files
committed
[mediaqueries-4] Note lack of scan:interlace and grid:1 in the wild
Closes #1778
1 parent 4510983 commit 2c28928

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

mediaqueries-4/Overview.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,6 +1307,8 @@ Display Type: the 'scan' feature</h3>
13071307
<pre>@media (scan: interlace) { body { font-family: sans-serif; } }</pre>
13081308
</div>
13091309

1310+
Note: At the time of writing, all known implementations match <code>scan: progressive</code> rather than <code>scan: interlace</code>.
1311+
13101312
<h3 id="grid">
13111313
Detecting Console Displays: the '@media/grid' feature</h3>
13121314

@@ -1341,6 +1343,7 @@ Detecting Console Displays: the '@media/grid' feature</h3>
13411343
</pre>
13421344
</div>
13431345

1346+
Note: At the time of writing, all known implementations match <code>grid: 0</code> rather than <code>grid: 1</code>.
13441347

13451348
<h3 id="update">
13461349
Display Update Frequency: the 'update' feature</h3>

0 commit comments

Comments
 (0)