Skip to content

Commit e1a3a55

Browse files
committed
[css-values] Fix my stupid math error. Thanks to Marat...
1 parent 680b970 commit e1a3a55

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

css-values/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ Absolute lengths: the ''cm'', ''mm'', ''q'', ''in'', ''pt'', ''pc'', ''px'' unit
670670
<td>1mm = 1/10th of 1cm
671671
<tr><th><dfn>q</dfn>
672672
<td>quarter-millimeters
673-
<td>1q = 1/25th of 1cm
673+
<td>1q = 1/40th of 1cm
674674
<tr><th><dfn>in</dfn>
675675
<td>inches
676676
<td>1in = 2.54cm = 96px
@@ -1674,6 +1674,8 @@ Changes</h2>
16741674
<li>Changed syntax references from the 2.1 grammar to the Syntax spec.
16751675
</ul>
16761676

1677+
<p>A <a href="http://dev.w3.org/csswg/css-values-3/issues-cr-2013">Disposition of Comments</a> is available.
1678+
16771679
Changes since the <a href="http://www.w3.org/TR/2012/CR-css3-values-20120828/">28 August 2012 Candidate Recommendation</a> are:
16781680

16791681
<ul>

css-values/Overview.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ <h3 class="heading settled heading" data-level=5.2 id=absolute-lengths><span cla
807807
<td>1mm = 1/10th of 1cm
808808
<tr><th><dfn data-dfn-type=dfn data-export="" id=q>q<a class=self-link href=#q></a></dfn>
809809
<td>quarter-millimeters
810-
<td>1q = 1/25th of 1cm
810+
<td>1q = 1/40th of 1cm
811811
<tr><th><dfn data-dfn-type=dfn data-export="" id=in>in<a class=self-link href=#in></a></dfn>
812812
<td>inches
813813
<td>1in = 2.54cm = 96px
@@ -1689,6 +1689,8 @@ <h2 class="no-num heading settled heading" id=changes><span class=content>
16891689
<li>Changed syntax references from the 2.1 grammar to the Syntax spec.
16901690
</ul>
16911691

1692+
<p>A <a href=http://dev.w3.org/csswg/css-values-3/issues-cr-2013>Disposition of Comments</a> is available.
1693+
16921694
<p> Changes since the <a href=http://www.w3.org/TR/2012/CR-css3-values-20120828/>28 August 2012 Candidate Recommendation</a> are:
16931695

16941696
<p> <ul>

0 commit comments

Comments
 (0)