in
| inches
| 1in = 2.54cm = 96px
@@ -2174,7 +2174,7 @@ Changes
- Specified that, in the absence of font information, ''1ch'' equal ''.5em''.
-
- Added ''q'' unit.
+
- Added ''Q'' unit.
- Relaxed unnecessary restrictions on <>.
Require specs referencing it to be clear about excluded keywords,
because the new rule isn't as simple.
diff --git a/css-values/Overview.bs b/css-values/Overview.bs
index f8e17e95eb1a..55f34c923b35 100644
--- a/css-values/Overview.bs
+++ b/css-values/Overview.bs
@@ -1145,13 +1145,13 @@ Viewport-percentage lengths: the ''vw'', ''vh'', ''vi'', ''vb'', ''vmin'', ''vma
-->
-Absolute lengths: the ''cm'', ''mm'', ''q'', ''in'', ''pt'', ''pc'', ''px'' units
+Absolute lengths: the ''cm'', ''mm'', ''Q'', ''in'', ''pt'', ''pc'', ''px'' units
The absolute length units are fixed in relation to each other
and anchored to some physical measurement.
They are mainly useful when the output environment is known.
The absolute units consist of
- the physical units (''in'', ''cm'', ''mm'', ''pt'', ''pc'', ''q'')
+ the physical units (''in'', ''cm'', ''mm'', ''pt'', ''pc'', ''Q'')
and the visual angle unit (''px''):
@@ -1166,9 +1166,9 @@ Absolute lengths: the ''cm'', ''mm'', ''q'', ''in'', ''pt'', ''pc'', ''px'' unit
mm
| millimeters
| 1mm = 1/10th of 1cm
- |
---|
q
+ |
---|
Q
| quarter-millimeters
- | 1q = 1/40th of 1cm
+ | 1Q = 1/40th of 1cm
|
---|
in
| inches
| 1in = 2.54cm = 96px
|
---|
|
---|