You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>The <aclass=propertydata-link-type=propdeschref=#descdef-media-resolutiontitle=resolution>resolution</a> media feature describes the resolution of the output device,
1426
-
i.e. the density of the pixels,
1427
-
taking into account the <adata-link-spec=cssom-viewdata-link-type=dfnhref=http://dev.w3.org/csswg/cssom-view-1/#page-zoomtitle="page zoom">page zoom</a>
1428
-
but assuming a <adata-link-spec=cssom-viewdata-link-type=dfnhref=http://dev.w3.org/csswg/cssom-view-1/#pinch-zoomtitle="pinch zoom">pinch zoom</a> of 1.0.</p>
1429
-
1430
-
<p>When querying devices with non-square pixels,
1431
-
in <aclass=propertydata-link-type=propdesctitle=min-resolution>min-resolution</a> queries the least-dense dimension must be compared to the specified value
1432
-
and in <aclass=propertydata-link-type=propdesctitle=max-resolution>max-resolution</a> queries the most-dense dimensions must be compared instead.
1433
-
A <aclass=propertydata-link-type=propdeschref=#descdef-media-resolutiontitle=resolution>resolution</a> query that’s not evaluated in a <adata-link-type=dfnhref=#range-contexttitle="range context">range context</a> never matches a device with non-square pixels.</p>
Figure out how to make the above work properly for </> syntax.
1437
-
Just translate it over directly?
1438
-
That prevents you from doing a "less than/greater than" dichotomy without using <aclass=cssdata-link-type=maybehref=#valdef-media-nottitle=not>not</a>.
1439
-
Hmm.
1425
+
<p>The <aclass=propertydata-link-type=propdeschref=#descdef-media-resolutiontitle=resolution>resolution</a> media feature describes the resolution of the output
1426
+
device, i.e. the density of the pixels, taking into account the <adata-link-spec=cssom-viewdata-link-type=dfnhref=http://dev.w3.org/csswg/cssom-view-1/#page-zoomtitle="page zoom">page zoom</a> but assuming a <adata-link-spec=cssom-viewdata-link-type=dfnhref=http://dev.w3.org/csswg/cssom-view-1/#pinch-zoomtitle="pinch zoom">pinch zoom</a>
1427
+
of 1.0.</p>
1428
+
1429
+
<pclass=note><aclass="production css" data-link-type=typehref=http://dev.w3.org/csswg/css-values-3/#resolution-valuetitle="<resolution>"><resolution></a> does not refer to the number of physical dots physical length units, but to the number of physical dots per CSS unit
1430
+
1431
+
<p>When querying media with non-square pixels, <aclass=propertydata-link-type=propdeschref=#descdef-media-resolutiontitle=resolution>resolution</a> queries the density in the vertical dimension.</p>
1440
1432
1441
1433
<p>For printers, this corresponds to the screening resolution
1442
1434
(the resolution for printing dots of arbitrary color).
Figure out how to make the above work properly for </> syntax.
2596
-
Just translate it over directly?
2597
-
That prevents you from doing a "less than/greater than" dichotomy without using <aclass=cssdata-link-type=maybehref=#valdef-media-nottitle=not>not</a>.
Another media feature should probably be added to deal with the type of resolution authors want to know to deal with monochrome printing.
2602
2588
2603
2589
<ahref=#issue-7ddcf400> ↵ </a></div><divclass=issue>“Viewport” isn’t the right term here, or in <aclass=propertydata-link-type=propdeschref=#descdef-media-overflow-inlinetitle=overflow-inline>overflow-inline</a>.<ahref=#issue-379b3dad> ↵ </a></div><divclass=issue>The names of <aclass=propertydata-link-type=propdeschref=#descdef-media-overflow-blocktitle=overflow-block>overflow-block</a> and <aclass=propertydata-link-type=propdeschref=#descdef-media-overflow-inlinetitle=overflow-inline>overflow-inline</a> are possibly confusing.
0 commit comments