Skip to content

Commit c24b230

Browse files
committed
[css-values] More stupid math errors. Thanks go to Murakami-san...
1 parent e1a3a55 commit c24b230

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-values/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ Absolute lengths: the ''cm'', ''mm'', ''q'', ''in'', ''pt'', ''pc'', ''px'' unit
664664
<tbody>
665665
<tr><th><dfn>cm</dfn>
666666
<td>centimeters
667-
<td>1cm = 243.84px
667+
<td>1cm = 96px/2.54
668668
<tr><th><dfn>mm</dfn>
669669
<td>millimeters
670670
<td>1mm = 1/10th of 1cm

css-values/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ <h3 class="heading settled heading" data-level=5.2 id=absolute-lengths><span cla
801801
<tbody>
802802
<tr><th><dfn data-dfn-type=dfn data-export="" id=cm>cm<a class=self-link href=#cm></a></dfn>
803803
<td>centimeters
804-
<td>1cm = 243.84px
804+
<td>1cm = 96px/2.54
805805
<tr><th><dfn data-dfn-type=dfn data-export="" id=mm>mm<a class=self-link href=#mm></a></dfn>
806806
<td>millimeters
807807
<td>1mm = 1/10th of 1cm

0 commit comments

Comments
 (0)