Skip to content

Commit 0a1679d

Browse files
committed
[mediaqueries] Move monochrome resolution issue to the 'future MQs we'll need' section.
1 parent 75ef34b commit 0a1679d

2 files changed

Lines changed: 69 additions & 46 deletions

File tree

mediaqueries/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,9 +1033,6 @@ resolution</h3>
10331033
(the resolution for printing dots of arbitrary color).
10341034
Printers might have a different resolution for grayscale printing.
10351035

1036-
<p class="issue">
1037-
Another media feature should probably be added to deal with the type of resolution authors want to know to deal with monochrome printing.
1038-
10391036
<div class='example'>
10401037
This media query simply detects “high-resolution” screens
10411038
(those with a hardware pixel to CSS ''px'' ratio of at least 2):
@@ -1811,6 +1808,9 @@ Assorted Issues</h2>
18111808
MQ for detecting if the device is willing to display/print backgrounds and other ink-hungry properties.
18121809
</div>
18131810

1811+
<p class="issue">
1812+
Another media feature should probably be added to deal with the type of resolution authors want to know to deal with monochrome printing.
1813+
18141814
<!--
18151815
██████ ██ ██ ██████ ████████ ███████ ██ ██ ██ ██ ███████
18161816
██ ██ ██ ██ ██ ██ ██ ██ ██ ███ ███ ███ ███ ██ ██

0 commit comments

Comments
 (0)