Skip to content

Commit 01a2c53

Browse files
committed
[mediaqueries] Add issue about non-square pixels and </> syntax.
1 parent f268c53 commit 01a2c53

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

mediaqueries/Overview.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,6 +1339,12 @@ <h3 class="heading settled heading" data-level=5.1 id=resolution><span class=sec
13391339
and in <a class=property data-link-type=propdesc title=max-resolution>max-resolution</a> queries the most-dense dimensions must be compared instead.
13401340
A <a class=property data-link-type=propdesc href=#descdef-resolution title=resolution>resolution</a> query that’s not evaluated in a <a data-link-type=dfn href=#range-context title="range context">range context</a> never matches a device with non-square pixels.
13411341

1342+
<p class=issue id=issue-0e6ffa6f><a class=self-link href=#issue-0e6ffa6f></a>
1343+
Figure out how to make the above work properly for &lt;/&gt; syntax.
1344+
Just translate it over directly?
1345+
That prevents you from doing a "less than/greater than" dichotomy without using <a class=css data-link-type=maybe href=#valuedef-not title=not>not</a>.
1346+
Hmm.
1347+
13421348
<p> For printers, this corresponds to the screening resolution
13431349
(the resolution for printing dots of arbitrary color).
13441350
Printers might have a different resolution for grayscale printing.
@@ -2110,6 +2116,12 @@ <h2 class="no-num heading settled" id=issues-index><span class=content>Issues In
21102116
I’ve seen aspect ratios written with decimal points in real life.
21112117

21122118
<a href=#issue-2ae5b8ca></a></div><div class=issue>
2119+
Figure out how to make the above work properly for &lt;/&gt; syntax.
2120+
Just translate it over directly?
2121+
That prevents you from doing a "less than/greater than" dichotomy without using <a class=css data-link-type=maybe href=#valuedef-not title=not>not</a>.
2122+
Hmm.
2123+
2124+
<a href=#issue-0e6ffa6f></a></div><div class=issue>
21132125
Another media feature should probably be added to deal with the type of resolution authors want to know to deal with monochrome printing.
21142126

21152127
<a href=#issue-7ddcf400></a></div><div class=issue>

mediaqueries/Overview.src.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,12 @@ <h3 id="resolution">
945945
and in 'max-resolution' queries the most-dense dimensions must be compared instead.
946946
A 'resolution' query that's not evaluated in a <a>range context</a> never matches a device with non-square pixels.
947947

948+
<p class='issue'>
949+
Figure out how to make the above work properly for &lt;/&gt; syntax.
950+
Just translate it over directly?
951+
That prevents you from doing a "less than/greater than" dichotomy without using ''not''.
952+
Hmm.
953+
948954
For printers, this corresponds to the screening resolution
949955
(the resolution for printing dots of arbitrary color).
950956
Printers might have a different resolution for grayscale printing.

0 commit comments

Comments
 (0)