8000 [css-values] Add Q unit, per WG resolution <http://lists.w3.org/Archi… · xfq/csswg-drafts@de7de92 · GitHub
Skip to content

Commit de7de92

Browse files
committed
[css-values] Add Q unit, per WG resolution <http://lists.w3.org/Archives/Public/www-style/2014Apr/0016.html>
--HG-- extra : rebase_source : 7aef471fe0fe28c30004080cb1a9baf9838bf8e8
1 parent 9bd082f commit de7de92

4 files changed

Lines changed: 81 additions & 42 deletions

File tree

css-values/Overview.bs

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -647,37 +647,49 @@ Viewport-percentage lengths: the ''vw'', ''vh'', ''vmin'', ''vmax'' units</h4>
647647
</dl>
648648

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

652652
The <dfn title="absolute length">absolute length units</dfn> are fixed in relation to each other
653653
and anchored to some physical measurement.
654654
They are mainly useful when the output environment is known.
655-
The absolute units consist of the physical units (in, cm, mm, pt, pc)
655+
The absolute units consist of the physical units (in, cm, mm, pt, pc, q)
656656
and the px unit:
657657

658658
<table class="data" export>
659659
<thead>
660-
<tr><th>unit<th>definition
660+
<tr><th>unit
661+
<th>name
662+
<th>equivalence
661663
<tbody>
662-
<tr><td><dfn>cm</dfn>
664+
<tr><th><dfn>cm</dfn>
663665
<td>centimeters
664-
<tr><td><dfn>mm</dfn>
666+
<td>1cm = 243.84px
667+
<tr><th><dfn>mm</dfn>
665668
<td>millimeters
666-
<tr><td><dfn>in</dfn>
667-
<td>inches; 1in is equal to 2.54cm
668-
<tr><td><dfn>px</dfn>
669-
<td>pixels; 1px is equal to 1/96th of 1in
670-
<tr><td><dfn>pt</dfn>
671-
<td>points; 1pt is equal to 1/72nd of 1in
672-
<tr><td><dfn>pc</dfn>
673-
<td>picas; 1pc is equal to 12pt
669+
<td>1mm = 1/10th of 1cm
670+
<tr><th><dfn>q</dfn>
671+
<td>quarter-millimeters
672+
<td>1q = 1/25th of 1cm
673+
<tr><th><dfn>in</dfn>
674+
<td>inches
675+
<td>1in = 2.54cm = 96px
676+
<tr><th><dfn>pc</dfn>
677+
<td>picas
678+
<td>1pc = 1/6th of 1in
679+
<tr><th><dfn>pt</dfn>
680+
<td>points
681+
<td>1pt = 1/72th of 1in
682+
<tr><th><dfn>px</dfn>
683+
<td>pixels
684+
<td>1px = 1/96th of 1in
674685
</table>
675686

676687
<div class="example">
677688
<pre>
678689
h1 { margin: 0.5in } /* inches */
679690
h2 { line-height: 3cm } /* centimeters */
680691
h3 { word-spacing: 4mm } /* millimeters */
692+
h3 { letter-spacing: 1Q } /* quarter-millimeters */
681693
h4 { font-size: 12pt } /* points */
682694
h4 { font-size: 1pc } /* picas */
683695
p { font-size: 12px } /* px */
@@ -1646,6 +1658,7 @@ Changes</h2>
16461658
Changes since the <a href="http://www.w3.org/TR/2013/CR-css3-values-20130730/">30 July 2013 Candidate Recommendation</a> are:
16471659

16481660
<ul>
1661+
<li>Added ''q'' unit.
16491662
<li>Relaxed unnecessary restrictions on <<custom-ident>>.
16501663
Require specs referencing it to be clear about excluded keywords,
16511664
because the new rule isn't as simple.

css-values/Overview.html

Lines changed: 40 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
</p>
6565
<h1 class="p-name no-ref" id=title>CSS Values and Units Module Level 3</h1>
6666
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
67-
<span class=dt-updated><span class=value-title title=20140313>13 March 2014</span></span></span></h2>
67+
<span class=dt-updated><span class=value-title title=20140412>12 April 2014</span></span></span></h2>
6868
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-values/>http://dev.w3.org/csswg/css-values/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css-values/>http://www.w3.org/TR/css-values/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-values/>http://dev.w3.org/csswg/css-values/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2013/CR-css3-values-20130730/ rel=previous>http://www.w3.org/TR/2013/CR-css3-values-20130730/</a><dd><a href=http://www.w3.org/TR/2013/CR-css3-values-20130404/ rel=previous>http://www.w3.org/TR/2013/CR-css3-values-20130404/</a><dd><a href=http://www.w3.org/TR/2012/CR-css3-values-20120828/ rel=previous>http://www.w3.org/TR/2012/CR-css3-values-20120828/</a><dd><a href=http://www.w3.org/TR/2012/WD-css3-values-20120308/ rel=previous>http://www.w3.org/TR/2012/WD-css3-values-20120308/</a><dd><a href=http://www.w3.org/TR/2011/WD-css3-values-20110906/ rel=previous>http://www.w3.org/TR/2011/WD-css3-values-20110906/</a><dd><a href=http://www.w3.org/TR/2006/WD-css3-values-20060919 rel=previous>http://www.w3.org/TR/2006/WD-css3-values-20060919</a><dd><a href=http://www.w3.org/TR/2005/WD-css3-values-20050726 rel=previous>http://www.w3.org/TR/2005/WD-css3-values-20050726</a><dd><a href=http://www.w3.org/TR/2001/WD-css3-values-20010713/ rel=previous>http://www.w3.org/TR/2001/WD-css3-values-20010713/</a>
6969
<dt>Feedback:</dt>
7070
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-values%5D%20feedback">www-style@w3.org</a>
@@ -146,30 +146,30 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=contents><span class
146146
<ul class=toc>
147147
<li><a href=#relative-lengths><span class=secno>5.1</span> Relative lengths</a>
148148
<ul class=toc>
149-
<li><a href=#font-relative-lengths><span class=secno>5.1.1</span> Font-relative lengths: the <span class=css data-link-type=maybe title=em>em</span>, <span class=css data-link-type=maybe title=ex>ex</span>, <span class=css data-link-type=maybe title=ch>ch</span>, <span class=css data-link-type=maybe title=rem>rem</span> units</a>
150-
<li><a href=#viewport-relative-lengths><span class=secno>5.1.2</span> Viewport-percentage lengths: the <span class=css data-link-type=maybe title=vw>vw</span>, <span class=css data-link-type=maybe title=vh>vh</span>, <span class=css data-link-type=maybe title=vmin>vmin</span>, <span class=css data-link-type=maybe title=vmax>vmax</span> units</a></ul>
151-
<li><a href=#absolute-lengths><span class=secno>5.2</span> Absolute lengths: the <span class=css data-link-type=maybe title=cm>cm</span>, <span class=css data-link-type=maybe title=mm>mm</span>, <span class=css data-link-type=maybe title=in>in</span>, <span class=css data-link-type=maybe title=pt>pt</span>, <span class=css data-link-type=maybe title=pc>pc</span>, <span class=css data-link-type=maybe title=px>px</span> units</a></ul>
149+
<li><a href=#font-relative-lengths><span class=secno>5.1.1</span> Font-relative lengths: the <a class=css data-link-type=maybe href=#em title=em>em</a>, <a class=css data-link-type=maybe href=#ex title=ex>ex</a>, <a class=css data-link-type=maybe href=#ch title=ch>ch</a>, <a class=css data-link-type=maybe href=#rem title=rem>rem</a> units</a>
150+
<li><a href=#viewport-relative-lengths><span class=secno>5.1.2</span> Viewport-percentage lengths: the <a class=css data-link-type=maybe href=#vw title=vw>vw</a>, <a class=css data-link-type=maybe href=#vh title=vh>vh</a>, <a class=css data-link-type=maybe href=#vmin title=vmin>vmin</a>, <a class=css data-link-type=maybe href=#vmax title=vmax>vmax</a> units</a></ul>
151+
<li><a href=#absolute-lengths><span class=secno>5.2</span> Absolute lengths: the <a class=css data-link-type=maybe href=#cm title=cm>cm</a>, <a class=css data-link-type=maybe href=#mm title=mm>mm</a>, <a class=css data-link-type=maybe href=#q title=q>q</a>, <a class=css data-link-type=maybe href=#in title=in>in</a>, <a class=css data-link-type=maybe href=#pt title=pt>pt</a>, <a class=css data-link-type=maybe href=#pc title=pc>pc</a>, <a class=css data-link-type=maybe href=#px title=px>px</a> units</a></ul>
152152
<li><a href=#other-units><span class=secno>6</span> Other Quantities</a>
153153
<ul class=toc>
154-
<li><a href=#angles><span class=secno>6.1</span> Angle Units: the <span class=production data-link-type=type title="<angle>">&lt;angle&gt;</span> type and <span class=css data-link-type=maybe title=deg>deg</span>, <span class=css data-link-type=maybe title=grad>grad</span>, <span class=css data-link-type=maybe title=rad>rad</span>, <span class=css data-link-type=maybe title=turn>turn</span> units</a>
155-
<li><a href=#time><span class=secno>6.2</span> Duration Units: the <span class=production data-link-type=type title="<time>">&lt;time&gt;</span> type and <span class=css data-link-type=maybe title=s>s</span>, <span class=css data-link-type=maybe title=ms>ms</span> units</a>
156-
<li><a href=#frequency><span class=secno>6.3</span> Frequency Units: the <span class=production data-link-type=type title="<frequency>">&lt;frequency&gt;</span> type and <span class=css data-link-type=maybe title=hz>Hz</span>, <span class=css data-link-type=maybe title=khz>kHz</span> units</a>
157-
<li><a href=#resolution><span class=secno>6.4</span> Resolution Units: the <span class=production data-link-type=type title="<resolution>">&lt;resolution&gt;</span> type and <span class=css data-link-type=maybe title=dpi>dpi</span>, <span class=css data-link-type=maybe title=dpcm>dpcm</span>, <span class=css data-link-type=maybe title=dppx>dppx</span> units</a></ul>
154+
<li><a href=#angles><span class=secno>6.1</span> Angle Units: the <span class=production data-link-type=type title="<angle>">&lt;angle&gt;</span> type and <a class=css data-link-type=maybe href=#deg title=deg>deg</a>, <a class=css data-link-type=maybe href=#grad title=grad>grad</a>, <a class=css data-link-type=maybe href=#rad title=rad>rad</a>, <a class=css data-link-type=maybe href=#turn title=turn>turn</a> units</a>
155+
<li><a href=#time><span class=secno>6.2</span> Duration Units: the <span class=production data-link-type=type title="<time>">&lt;time&gt;</span> type and <a class=css data-link-type=maybe href=#s title=s>s</a>, <a class=css data-link-type=maybe href=#ms title=ms>ms</a> units</a>
156+
<li><a href=#frequency><span class=secno>6.3</span> Frequency Units: the <span class=production data-link-type=type title="<frequency>">&lt;frequency&gt;</span> type and <a class=css data-link-type=maybe href=#hz title=hz>Hz</a>, <a class=css data-link-type=maybe href=#khz title=khz>kHz</a> units</a>
157+
<li><a href=#resolution><span class=secno>6.4</span> Resolution Units: the <span class=production data-link-type=type title="<resolution>">&lt;resolution&gt;</span> type and <a class=css data-link-type=maybe href=#dpi title=dpi>dpi</a>, <a class=css data-link-type=maybe href=#dpcm title=dpcm>dpcm</a>, <a class=css data-link-type=maybe href=#dppx title=dppx>dppx</a> units</a></ul>
158158
<li><a href=#defined-elsewhere><span class=secno>7</span> Data Types Defined Elsewhere</a>
159159
<ul class=toc>
160160
<li><a href=#colors><span class=secno>7.1</span> Colors: the <span class=production data-link-type=type title="<color>">&lt;color&gt;</span> type</a>
161161
<li><a href=#images><span class=secno>7.2</span> Images: the <span class=production data-link-type=type title="<image>">&lt;image&gt;</span> type</a>
162162
<li><a href=#position><span class=secno>7.3</span> 2D Positioning: the <span class=production data-link-type=type title="<position>">&lt;position&gt;</span> type</a></ul>
163163
<li><a href=#functional-notation><span class=secno>8</span> Functional Notations</a>
164164
<ul class=toc>
165-
<li><a href=#calc-notation><span class=secno>8.1</span> Mathematical Expressions: <span class=css data-link-type=maybe title=calc()>calc()</span></a>
165+
<li><a href=#calc-notation><span class=secno>8.1</span> Mathematical Expressions: <a class=css data-link-type=maybe href=#funcdef-calc title=calc()>calc()</a></a>
166166
<ul class=toc>
167167
<li><a href=#calc-syntax><span class=secno>8.1.1</span> Syntax</a>
168168
<li><a href=#calc-type-checking><span class=secno>8.1.2</span> Type Checking</a>
169169
<li><a href=#calc-computed-value><span class=secno>8.1.3</span> Computed Value</a>
170170
<li><a href=#calc-range><span class=secno>8.1.4</span> Range Checking</a></ul>
171-
<li><a href=#toggle-notation><span class=secno>8.2</span> Toggling Between Values: <span class=css data-link-type=maybe title=toggle()>toggle()</span></a>
172-
<li><a href=#attr-notation><span class=secno>8.3</span> Attribute References: <span class=css data-link-type=maybe title=attr()>attr()</span></a></ul>
171+
<li><a href=#toggle-notation><span class=secno>8.2</span> Toggling Between Values: <a class=css data-link-type=maybe href=#funcdef-toggle title=toggle()>toggle()</a></a>
172+
<li><a href=#attr-notation><span class=secno>8.3</span> Attribute References: <a class=css data-link-type=maybe href=#funcdef-attr title=attr()>attr()</a></a></ul>
173173
<li><a href=#iana><span class=secno>9</span> Appendix A: IANA Considerations</a>
174174
<ul class=toc>
175175
<li><a href=#about-invalid><span class=secno>9.1</span> Registration for the <code>about:invalid</code> URL scheme</a></ul>
@@ -377,7 +377,7 @@ <h3 class="heading settled heading" data-level=2.5 id=value-examples><span class
377377
<tr><td><a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-ui-3/#outline-color0 title=outline-color>outline-color</a>
378378
<td>&lt;color&gt; | invert
379379
<td><span class=css data-link-type=maybe title=#fefefe>#fefefe</span>
380-
<tr><td><a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-text-decor-3/#text-decoration title=text-decoration>text-decoration</a>
380+
<tr><td><a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-text-decor-3/#propdef-text-decoration title=text-decoration>text-decoration</a>
381381
<td>none | underline || overline || line-through || blink
382382
<td><span class=css data-link-type=maybe title="overline underline">overline underline</span>
383383
<tr><td><a class=css-code data-link-type=property href=http://dev.w3.org/csswg/css-fonts-3/#propdef-font-family title=font-family>font-family</a>
@@ -386,7 +386,7 @@ <h3 class="heading settled hea 8908 ding" data-level=2.5 id=value-examples><span class
386386
<tr><td><a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-backgrounds-3/#border-width title=border-width>border-width</a>
387387
<td>[ &lt;length&gt; | thick | medium | thin ]{1,4}
388388
<td><span class=css data-link-type=maybe title="2px medium 4px">2px medium 4px</span>
389-
<tr><td><a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-text-decor-3/#text-shadow title=text-shadow>text-shadow</a>
389+
<tr><td><a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-text-decor-3/#propdef-text-shadow title=text-shadow>text-shadow</a>
390390
<td>[ inset? &amp;&amp; [ &lt;length&gt;{2,4} &amp;&amp; &lt;color&gt;? ] ]# | none
391391
<td><span class=css data-link-type=maybe title="3px 3px rgba(50%, 50%, 50%, 50%), lemonchiffon 0 0 4px inset">3px 3px rgba(50%, 50%, 50%, 50%), lemonchiffon 0 0 4px inset</span>
392392
</tbody>
@@ -784,36 +784,48 @@ <h4 class="heading settled heading" data-level=5.1.2 id=viewport-relative-length
784784
</dl>
785785

786786
<h3 class="heading settled heading" data-level=5.2 id=absolute-lengths><span class=secno>5.2 </span><span class=content>
787-
Absolute lengths: the <a class=css data-link-type=maybe href=#cm title=cm>cm</a>, <a class=css data-link-type=maybe href=#mm title=mm>mm</a>, <a class=css data-link-type=maybe href=#in title=in>in</a>, <a class=css data-link-type=maybe href=#pt title=pt>pt</a>, <a class=css data-link-type=maybe href=#pc title=pc>pc</a>, <a class=css data-link-type=maybe href=#px title=px>px</a> units</span><a class=self-link href=#absolute-lengths></a></h3>
787+
Absolute lengths: the <a class=css data-link-type=maybe href=#cm title=cm>cm</a>, <a class=css data-link-type=maybe href=#mm title=mm>mm</a>, <a class=css data-link-type=maybe href=#q title=q>q</a>, <a class=css data-link-type=maybe href=#in title=in>in</a>, <a class=css data-link-type=maybe href=#pt title=pt>pt</a>, <a class=css data-link-type=maybe href=#pc title=pc>pc</a>, <a class=css data-link-type=maybe href=#px title=px>px</a> units</span><a class=self-link href=#absolute-lengths></a></h3>
788788

789789
<p> The <dfn data-dfn-type=dfn data-noexport="" id=absolute-length title="absolute length">absolute length units<a class=self-link href=#absolute-length></a></dfn> are fixed in relation to each other
790790
and anchored to some physical measurement.
791791
They are mainly useful when the output environment is known.
792-
The absolute units consist of the physical units (in, cm, mm, pt, pc)
792+
The absolute units consist of the physical units (in, cm, mm, pt, pc, q)
793793
and the px unit:
794794

795795
<table class=data data-export="">
796796
<thead>
797-
<tr><th>unit<th>definition
797+
<tr><th>unit
798+
<th>name
799+
<th>equivalence
798800
<tbody>
799-
<tr><td><dfn data-dfn-type=dfn data-export="" id=cm>cm<a class=self-link href=#cm></a></dfn>
801+
<tr><th><dfn data-dfn-type=dfn data-export="" id=cm>cm<a class=self-link href=#cm></a></dfn>
800802
<td>centimeters
801-
<tr><td><dfn data-dfn-type=dfn data-export="" id=mm>mm<a class=self-link href=#mm></a></dfn>
803+
<td>1cm = 243.84px
804+
<tr><th><dfn data-dfn-type=dfn data-export="" id=mm>mm<a class=self-link href=#mm></a></dfn>
802805
<td>millimeters
803-
<tr><td><dfn data-dfn-type=dfn data-export="" id=in>in<a class=self-link href=#in></a></dfn>
804-
<td>inches; 1in is equal to 2.54cm
805-
<tr><td><dfn data-dfn-type=dfn data-export="" id=px>px<a class=self-link href=#px></a></dfn>
806-
<td>pixels; 1px is equal to 1/96th of 1in
807-
<tr><td><dfn data-dfn-type=dfn data-export="" id=pt>pt<a class=self-link href=#pt></a></dfn>
808-
<td>points; 1pt is equal to 1/72nd of 1in
809-
<tr><td><dfn data-dfn-type=dfn data-export="" id=pc>pc<a class=self-link href=#pc></a></dfn>
810-
<td>picas; 1pc is equal to 12pt
806+
<td>1mm = 1/10th of 1cm
807+
<tr><th><dfn data-dfn-type=dfn data-export="" id=q>q<a class=self-link href=#q></a></dfn>
808+
<td>quarter-millimeters
809+
<td>1q = 1/25th of 1cm
810+
<tr><th><dfn data-dfn-type=dfn data-export="" id=in>in<a class=self-link href=#in></a></dfn>
811+
<td>inches
812+
<td>1in = 2.54cm = 96px
813+
<tr><th><dfn data-dfn-type=dfn data-export="" id=pc>pc<a class=self-link href=#pc></a></dfn>
814+
<td>picas
815+
<td>1pc = 1/6th of 1in
816+
<tr><th><dfn data-dfn-type=dfn data-export="" id=pt>pt<a class=self-link href=#pt></a></dfn>
817+
<td>points
818+
<td>1pt = 1/72th of 1in
819+
<tr><th><dfn data-dfn-type=dfn data-export="" id=px>px<a class=self-link href=#px></a></dfn>
820+
<td>pixels
821+
<td>1px = 1/96th of 1in
811822
</table>
812823

813824
<div class=example>
814825
<pre>h1 { margin: 0.5in } /* inches */
815826
h2 { line-height: 3cm } /* centimeters */
816827
h3 { word-spacing: 4mm } /* millimeters */
828+
h3 { letter-spacing: 1Q } /* quarter-millimeters */
817829
h4 { font-size: 12pt } /* points */
818830
h4 { font-size: 1pc } /* picas */
819831
p { font-size: 12px } /* px */
@@ -1661,6 +1673,7 @@ <h2 class="no-num heading settled heading" id=changes><span class=content>
16611673
<p> Changes since the <a href=http://www.w3.org/TR/2013/CR-css3-values-20130730/>30 July 2013 Candidate Recommendation</a> are:
16621674

16631675
<p> <ul>
1676+
<li>Added <a class=css data-link-type=maybe href=#q title=q>q</a> unit.
16641677
<li>Relaxed unnecessary restrictions on <a class="production css-code" data-link-type=type href=#identifier-value title="<custom-ident>">&lt;custom-ident&gt;</a>.
16651678
Require specs referencing it to be clear about excluded keywords,
16661679
because the new rule isn’t as simple.
@@ -1863,6 +1876,7 @@ <h2 class="no-num no-ref heading settled heading" id=index><span class=content>
18631876
<li>percentage, <a href=#percentage title="section 4.3">4.3</a>
18641877
<li>pt, <a href=#pt title="section 5.2">5.2</a>
18651878
<li>px, <a href=#px title="section 5.2">5.2</a>
1879+
<li>q, <a href=#q title="section 5.2">5.2</a>
18661880
<li>rad, <a href=#rad title="section 6.1">6.1</a>
18671881
<li>reference pixel, <a href=#reference-pixel title="section 5.2">5.2</a>
18681882
<li>relative length, <a href=#relative-length title="section 5.1">5.1</a>

css-values/issues-cr-2013.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,16 @@ <h1>CSS Values and Units Level 3 Disposition of Comments for 2013-07-30 CR</h1>
8181
From: ?
8282
Closed: Accepted
8383
</pre>
84-
<pre class='open' id='issue-7'>
84+
<pre class='a' id='issue-7'>
8585
Issue 7. <a href="#issue-7">#</a>
8686
Summary: Add q unit
8787
From: Murakami, Shinyu
8888
Comment: <a href="http://www.w3.org/mid/20131117193837.183E.C598BCD7@antenna.co.jp">http://www.w3.org/mid/20131117193837.183E.C598BCD7@antenna.co.jp</a>
89-
Open
89+
Response:
90+
Closed: Accepted
91+
Note: Normally CR-level specs don't get new features,
92+
but this was a very trivial addition to a spec
93+
that has no concrete plans for the next level.
94+
Given that and the return to LC due to issue #5,
95+
it was decided to just fold it into Level 3.
9096
</pre>

css-values/issues-cr-2013.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,11 @@ Issue 7.
5050
Summary: Add q unit
5151
From: Murakami, Shinyu
5252
Comment: http://www.w3.org/mid/20131117193837.183E.C598BCD7@antenna.co.jp
53-
Open
53+
Response:
54+
Closed: Accepted
55+
Note: Normally CR-level specs don't get new features,
56+
but this was a very trivial addition to a spec
57+
that has no concrete plans for the next level.
58+
Given that and the return to LC due to issue #5,
59+
it was decided to just fold it into Level 3.
5460
----

0 commit comments

Comments
 (0)