@@ -1048,13 +1048,13 @@ Viewport-percentage lengths: the ''vw'', ''vh'', ''vmin'', ''vmax'' units</h4>
1048
1048
-->
1049
1049
1050
1050
<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>
1052
1052
1053
1053
The <dfn lt="absolute length">absolute length units</dfn> are fixed in relation to each other
1054
1054
and anchored to some physical measurement.
1055
1055
They are mainly useful when the output environment is known.
1056
1056
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 '' )
1058
1058
and the <dfn>visual angle unit</dfn> (''px'' ):
1059
1059
1060
1060
<table class="data" export>
@@ -1069,9 +1069,9 @@ Absolute lengths: the ''cm'', ''mm'', ''q'', ''in'', ''pt'', ''pc'', ''px'' unit
1069
1069
<tr><th> <dfn id="mm">mm</dfn>
1070
1070
<td> millimeters
1071
1071
<td> 1mm = 1/10th of 1cm
1072
- <tr><th> <dfn id="q">q </dfn>
1072
+ <tr><th> <dfn id="Q">Q </dfn>
1073
1073
<td> quarter-millimeters
1074
- <td> 1q = 1/40th of 1cm
1074
+ <td> 1Q = 1/40th of 1cm
1075
1075
<tr><th> <dfn id="in">in</dfn>
1076
1076
<td> inches
1077
1077
<td> 1in = 2.54cm = 96px
@@ -2174,7 +2174,7 @@ Changes</h2>
2174
2174
2175
2175
<ul>
2176
2176
<li> Specified that, in the absence of font information, ''1ch'' equal ''.5em'' .
2177
- <li> Added ''q '' unit.
2177
+ <li> Added ''Q '' unit.
2178
2178
<li> Relaxed unnecessary restrictions on <<custom-ident>> .
2179
2179
Require specs referencing it to be clear about excluded keywords,
2180
2180
because the new rule isn't as simple.
0 commit comments