Skip to content

Commit a033eaa

Browse files
authored
Merge pull request #713 from patrickhlauke/css-values-absolute-highdpi-anchor
Change anchor for high-dpi devices to pixel
2 parents 54544ac + 15cddda commit a033eaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-values/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1133,10 +1133,10 @@ Absolute lengths: the ''cm'', ''mm'', ''q'', ''in'', ''pt'', ''pc'', ''px'' unit
11331133
<li>by relating the <a value>pixel unit</a> to the <a>reference pixel</a>.
11341134
</ol>
11351135

1136-
For print media and similar high-resolution devices,
1136+
For print media,
11371137
the anchor unit should be one of the standard physical units (inches, centimeters, etc).
1138-
For lower-resolution devices,
1139-
and devices with unusual viewing distances,
1138+
For screen media (including high-resolution devices, lower-resolution devices,
1139+
and devices with unusual viewing distances),
11401140
it is recommended instead that the anchor unit be the pixel unit.
11411141
For such devices it is recommended that the pixel unit
11421142
refer to the whole number of device pixels that best approximates the reference pixel.

0 commit comments

Comments
 (0)