Skip to content

Commit dc2c938

Browse files
committed
[css4-mediaqueries] Add an issue about the need for a different type of
resolution to deal with monochrome printing.
1 parent 0f22341 commit dc2c938

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

mediaqueries4/Overview.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,6 +1079,10 @@ <h3 id=resolution><span class=secno>4.11. </span>resolution</h3>
10791079
<p>For printers, this corresponds to the screening resolution (the
10801080
resolution for printing dots of arbitrary color).
10811081

1082+
<div class=issue>Another media feature should probably be added to deal
1083+
with the type of resolution authors want to know to deal with monochrome
1084+
printing.</div>
1085+
10821086
<div class=example>
10831087
<p>For example, this media query expresses that a style sheet is usable on
10841088
devices with resolution greater than 300 dots per CSS ‘<code

mediaqueries4/Overview.src.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -886,6 +886,8 @@ <h3 id="resolution">resolution</h3>
886886
<p>For printers, this corresponds to the screening resolution (the
887887
resolution for printing dots of arbitrary color).</p>
888888

889+
<div class="issue">Another media feature should probably be added to deal with the type of resolution authors want to know to deal with monochrome printing.</div>
890+
889891
<div class="example">
890892

891893
<p>For example, this media query expresses that a style sheet is

0 commit comments

Comments
 (0)