Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions css-values/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1133,10 +1133,10 @@ Absolute lengths: the ''cm'', ''mm'', ''q'', ''in'', ''pt'', ''pc'', ''px'' unit
<li>by relating the <a value>pixel unit</a> to the <a>reference pixel</a>.
</ol>

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