Skip to content

Commit 76c77a7

Browse files
ericwilligerstabatkins
authored andcommitted
1 parent 4e09f37 commit 76c77a7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

css-values-3/Overview.bs

+5-5
Original file line numberDiff line numberDiff line change
@@ -1048,13 +1048,13 @@ Viewport-percentage lengths: the ''vw'', ''vh'', ''vmin'', ''vmax'' units</h4>
10481048
-->
10491049

10501050
<h3 id="absolute-lengths">
1051-
Absolute lengths: the ''cm'', ''mm'', ''q'', ''in'', ''pt'', ''pc'', ''px'' units</h3>
1051+
Absolute lengths: the ''cm'', ''mm'', ''Q'', ''in'', ''pt'', ''pc'', ''px'' units</h3>
10521052

10531053
The <dfn lt="absolute length">absolute length units</dfn> are fixed in relation to each other
10541054
and anchored to some physical measurement.
10551055
They are mainly useful when the output environment is known.
10561056
The absolute units consist of
1057-
the <dfn>physical units</dfn> (''in'', ''cm'', ''mm'', ''pt'', ''pc'', ''q'')
1057+
the <dfn>physical units</dfn> (''in'', ''cm'', ''mm'', ''pt'', ''pc'', ''Q'')
10581058
and the <dfn>visual angle unit</dfn> (''px''):
10591059

10601060
<table class="data" export>
@@ -1069,9 +1069,9 @@ Absolute lengths: the ''cm'', ''mm'', ''q'', ''in'', ''pt'', ''pc'', ''px'' unit
10691069
<tr><th><dfn id="mm">mm</dfn>
10701070
<td>millimeters
10711071
<td>1mm = 1/10th of 1cm
1072-
<tr><th><dfn id="q">q</dfn>
1072+
<tr><th><dfn id="Q">Q</dfn>
10731073
<td>quarter-millimeters
1074-
<td>1q = 1/40th of 1cm
1074+
<td>1Q = 1/40th of 1cm
10751075
<tr><th><dfn id="in">in</dfn>
10761076
<td>inches
10771077
<td>1in = 2.54cm = 96px
@@ -2174,7 +2174,7 @@ Changes</h2>
21742174

21752175
<ul>
21762176
<li>Specified that, in the absence of font information, ''1ch'' equal ''.5em''.
2177-
<li>Added ''q'' unit.
2177+
<li>Added ''Q'' unit.
21782178
<li>Relaxed unnecessary restrictions on <<custom-ident>>.
21792179
Require specs referencing it to be clear about excluded keywords,
21802180
because the new rule isn't as simple.

css-values/Overview.bs

+4-4
Original file line numberDiff line numberDiff line change
@@ -1145,13 +1145,13 @@ Viewport-percentage lengths: the ''vw'', ''vh'', ''vi'', ''vb'', ''vmin'', ''vma
11451145
-->
11461146

11471147
<h3 id="absolute-lengths">
1148-
Absolute lengths: the ''cm'', ''mm'', ''q'', ''in'', ''pt'', ''pc'', ''px'' units</h3>
1148+
Absolute lengths: the ''cm'', ''mm'', ''Q'', ''in'', ''pt'', ''pc'', ''px'' units</h3>
11491149

11501150
The <dfn lt="absolute length">absolute length units</dfn> are fixed in relation to each other
11511151
and anchored to some physical measurement.
11521152
They are mainly useful when the output environment is known.
11531153
The absolute units consist of
1154-
the <dfn>physical units</dfn> (''in'', ''cm'', ''mm'', ''pt'', ''pc'', ''q'')
1154+
the <dfn>physical units</dfn> (''in'', ''cm'', ''mm'', ''pt'', ''pc'', ''Q'')
11551155
and the <dfn>visual angle unit</dfn> (''px''):
11561156

11571157
<table class="data" export>
@@ -1166,9 +1166,9 @@ Absolute lengths: the ''cm'', ''mm'', ''q'', ''in'', ''pt'', ''pc'', ''px'' unit
11661166
<tr><th><dfn id="mm">mm</dfn>
11671167
<td>millimeters
11681168
<td>1mm = 1/10th of 1cm
1169-
<tr><th><dfn id="q">q</dfn>
1169+
<tr><th><dfn id="Q">Q</dfn>
11701170
<td>quarter-millimeters
1171-
<td>1q = 1/40th of 1cm
1171+
<td>1Q = 1/40th of 1cm
11721172
<tr><th><dfn id="in">in</dfn>
11731173
<td>inches
11741174
<td>1in = 2.54cm = 96px

0 commit comments

Comments
 (0)