From 76c77a76dcf0028c495d9f3bec4c8ecff688656a Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Wed, 11 Oct 2017 10:19:09 +1100 Subject: [PATCH] Use upper case for Q unit "The unit 'Q' is very common in Japanese typesetting" https://lists.w3.org/Archives/Public/www-style/2013Nov/0302.html http://tosche.net/2013/10/font-size-in-the-metric-system_e.html --- css-values-3/Overview.bs | 10 +++++----- css-values/Overview.bs | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/css-values-3/Overview.bs b/css-values-3/Overview.bs index ee021967d2f..203d1beb720 100644 --- a/css-values-3/Overview.bs +++ b/css-values-3/Overview.bs @@ -1048,13 +1048,13 @@ Viewport-percentage lengths: the ''vw'', ''vh'', ''vmin'', ''vmax'' units -->

-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''): @@ -1069,9 +1069,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 @@ -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 f8e17e95eb1..55f34c923b3 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