Skip to content

Commit f3fdffa

Browse files
committed
[css-values] Let 1ch=.5em in default cases.
1 parent 9ad779a commit f3fdffa

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

css-values/Overview.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,8 @@ Font-relative lengths: the ''em'', ''ex'', ''ch'', ''rem'' units</h4>
598598
<dd>
599599
Equal to the used advance measure of the "0" (ZERO, U+0030) glyph
600600
found in the font used to render it.
601+
In the cases where it is impossible or impractical to determine the measure of the "0" glyph,
602+
a value of 0.5em must be assumed.
601603

602604
<dt><dfn title="rem">rem unit</dfn>
603605
<dd>

css-values/Overview.html

Lines changed: 3 additions & 1 deletion
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=20140415>15 April 2014</span></span></span></h2>
67+
<span class=dt-updated><span class=value-title title=20140418>18 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>
@@ -736,6 +736,8 @@ <h4 class="heading settled heading" data-level=5.1.1 id=font-relative-lengths><s
736736
<dd>
737737
Equal to the used advance measure of the "0" (ZERO, U+0030) glyph
738738
found in the font used to render it.
739+
In the cases where it is impossible or impractical to determine the measure of the "0" glyph,
740+
a value of 0.5em must be assumed.
739741

740742
<dt><dfn data-dfn-type=dfn data-export="" id=rem title=rem>rem unit<a class=self-link href=#rem></a></dfn>
741743
<dd>

0 commit comments

Comments
 (0)