Skip to content

Commit 78ea322

Browse files
committed
[css-values] Address conflict between clauses per #708 (comment)
1 parent 393d993 commit 78ea322

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

css-values-3/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1103,17 +1103,17 @@ Absolute lengths: the ''cm'', ''mm'', ''q'', ''in'', ''pt'', ''pc'', ''px'' unit
11031103
All of the absolute length units are <a>compatible</a>,
11041104
and ''px'' is their <a>canonical unit</a>.
11051105

1106-
For a CSS device, these dimensions are anchored either
1106+
For a CSS device, these dimensions are <dfn lt="anchor unit">anchored</dfn> either
11071107

11081108
<ol type=i>
11091109
<li>by relating the <a>physical units</a> to their physical measurements, or
11101110
<li>by relating the <a value>pixel unit</a> to the <a>reference pixel</a>.
11111111
</ol>
11121112

1113-
For print media,
1113+
For print media at typical viewing distances,
11141114
the anchor unit should be one of the standard physical units (inches, centimeters, etc).
11151115
For screen media (including high-resolution devices),
1116-
lower-resolution devices,
1116+
low-resolution devices,
11171117
and devices with unusual viewing distances,
11181118
it is recommended instead that the anchor unit be the pixel unit.
11191119
For such devices it is recommended that the pixel unit

css-values/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1189,17 +1189,17 @@ Absolute lengths: the ''cm'', ''mm'', ''q'', ''in'', ''pt'', ''pc'', ''px'' unit
11891189
All of the absolute length units are <a>compatible</a>,
11901190
and ''px'' is their <a>canonical unit</a>.
11911191

1192-
For a CSS device, these dimensions are anchored either
1192+
For a CSS device, these dimensions are <dfn lt="anchor unit">anchored</dfn> either
11931193

11941194
<ol type=i>
11951195
<li>by relating the <a>physical units</a> to their physical measurements, or
11961196
<li>by relating the <a value>pixel unit</a> to the <a>reference pixel</a>.
11971197
</ol>
11981198

1199-
For print media,
1199+
For print media at typical viewing distances,
12001200
the anchor unit should be one of the standard physical units (inches, centimeters, etc).
12011201
For screen media (including high-resolution devices),
1202-
lower-resolution devices,
1202+
low-resolution devices,
12031203
and devices with unusual viewing distances),
12041204
it is recommended instead that the anchor unit be the pixel unit.
12051205
For such devices it is recommended that the pixel unit

0 commit comments

Comments
 (0)