Skip to content

Commit

Permalink
Use upper case for Q unit
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwilligers authored and tabatkins committed Oct 11, 2017
1 parent 4e09f37 commit 76c77a7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions css-values-3/Overview.bs
Expand Up @@ -1048,13 +1048,13 @@ Viewport-percentage lengths: the ''vw'', ''vh'', ''vmin'', ''vmax'' units</h4>
-->

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

The <dfn lt="absolute length">absolute length units</dfn> 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 <dfn>physical units</dfn> (''in'', ''cm'', ''mm'', ''pt'', ''pc'', ''q'')
the <dfn>physical units</dfn> (''in'', ''cm'', ''mm'', ''pt'', ''pc'', ''Q'')
and the <dfn>visual angle unit</dfn> (''px''):

<table class="data" export>
Expand All @@ -1069,9 +1069,9 @@ Absolute lengths: the ''cm'', ''mm'', ''q'', ''in'', ''pt'', ''pc'', ''px'' unit
<tr><th><dfn id="mm">mm</dfn>
<td>millimeters
<td>1mm = 1/10th of 1cm
<tr><th><dfn id="q">q</dfn>
<tr><th><dfn id="Q">Q</dfn>
<td>quarter-millimeters
<td>1q = 1/40th of 1cm
<td>1Q = 1/40th of 1cm
<tr><th><dfn id="in">in</dfn>
<td>inches
<td>1in = 2.54cm = 96px
Expand Down Expand Up @@ -2174,7 +2174,7 @@ Changes</h2>

<ul>
<li>Specified that, in the absence of font information, ''1ch'' equal ''.5em''.
<li>Added ''q'' unit.
<li>Added ''Q'' unit.
<li>Relaxed unnecessary restrictions on <<custom-ident>>.
Require specs referencing it to be clear about excluded keywords,
because the new rule isn't as simple.
Expand Down
8 changes: 4 additions & 4 deletions css-values/Overview.bs
Expand Up @@ -1145,13 +1145,13 @@ Viewport-percentage lengths: the ''vw'', ''vh'', ''vi'', ''vb'', ''vmin'', ''vma
-->

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

The <dfn lt="absolute length">absolute length units</dfn> 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 <dfn>physical units</dfn> (''in'', ''cm'', ''mm'', ''pt'', ''pc'', ''q'')
the <dfn>physical units</dfn> (''in'', ''cm'', ''mm'', ''pt'', ''pc'', ''Q'')
and the <dfn>visual angle unit</dfn> (''px''):

<table class="data" export>
Expand All @@ -1166,9 +1166,9 @@ Absolute lengths: the ''cm'', ''mm'', ''q'', ''in'', ''pt'', ''pc'', ''px'' unit
<tr><th><dfn id="mm">mm</dfn>
<td>millimeters
<td>1mm = 1/10th of 1cm
<tr><th><dfn id="q">q</dfn>
<tr><th><dfn id="Q">Q</dfn>
<td>quarter-millimeters
<td>1q = 1/40th of 1cm
<td>1Q = 1/40th of 1cm
<tr><th><dfn id="in">in</dfn>
<td>inches
<td>1in = 2.54cm = 96px
Expand Down

0 comments on commit 76c77a7

Please sign in to comment.