Skip to content

Commit d42200c

Browse files
committed
Add the code point info to clarify '0' to the informative table too.
1 parent b559995 commit d42200c

2 files changed

Lines changed: 14 additions & 13 deletions

File tree

css3-values/Overview.html

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626

2727
<h1>CSS Values and Units Module Level 3</h1>
2828

29-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 March 2012</h2>
29+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 March 2012</h2>
3030

3131
<dl>
3232
<dt>This version:
3333

3434
<dd><a
35-
href="http://www.w3.org/TR/2012/ED-css3-values-20120305/">http://www.w3.org/TR/2012/ED-css3-values-20120305/</a>
35+
href="http://www.w3.org/TR/2012/ED-css3-values-20120313/">http://www.w3.org/TR/2012/ED-css3-values-20120313/</a>
3636

3737
<dt>Latest version:
3838

@@ -837,9 +837,9 @@ <h2 id=lengths><span class=secno>5. </span> Distance Units: the &lsquo;<a
837837
negative length value is allowed but cannot be supported, it must be
838838
converted to the nearest value that can be supported.
839839

840-
<p>In cases where the <a href="#used-value">used</a> length cannot be
841-
supported, user agents must approximate it in the <a
842-
href="#actual-value">actual</a> value.
840+
<p>In cases where the <!--FIXME: href--><a>used</a> length cannot be
841+
supported, user agents must approximate it in the
842+
<!--FIXME: href--><a>actual</a> value.
843843

844844
<p>There are two types of length units: relative and absolute.
845845

@@ -875,7 +875,7 @@ <h3 id=relative-lengths><span class=secno>5.1. </span> Relative lengths</h3>
875875
<tr>
876876
<td>&lsquo;<a href="#ch-unit"><code class=css>ch</code></a>&rsquo;
877877

878-
<td>width of the "0" glyph in the element's font
878+
<td>width of the "0" (ZERO, U+0030) glyph in the element's font
879879

880880
<tr>
881881
<td>&lsquo;<a href="#rem-unit"><code class=css>rem</code></a>&rsquo;
@@ -899,7 +899,7 @@ <h3 id=relative-lengths><span class=secno>5.1. </span> Relative lengths</h3>
899899
</table>
900900

901901
<p>Child elements do not inherit the relative values as specified for their
902-
parent; they inherit the <a href="#computed-value">computed values</a>.
902+
parent; they inherit the <!--FIXME: href--><a>computed values</a>.
903903

904904
<h4 id=font-relative-lengths><span class=secno>5.1.1. </span> Font-relative
905905
lengths: the &lsquo;<a href="#em-unit"><code
@@ -913,10 +913,10 @@ <h4 id=font-relative-lengths><span class=secno>5.1.1. </span> Font-relative
913913
element), the font-relative lengths refer to the computed font metrics of
914914
the element on which they are used. The exception is when they occur in
915915
the value of the &lsquo;<code class=property>font-size</code>&rsquo;
916-
property itself, in which case they refer to the font metrics of the
917-
parent element (or the font metrics corresponding to the initial values of
918-
the &lsquo;<code class=property>font</code>&rsquo; property, if the
919-
element has no parent).
916+
property itself, in which case they refer to the computed font metrics of
917+
the parent element (or the computed font metrics corresponding to the
918+
initial values of the &lsquo;<code class=property>font</code>&rsquo;
919+
property, if the element has no parent).
920920

921921
<dl>
922922
<dt><dfn id=em-unit title=em>em unit</dfn>
@@ -938,7 +938,8 @@ <h4 id=font-relative-lengths><span class=secno>5.1.1. </span> Font-relative
938938
<pre>h1 { font-size: 1.2em }</pre>
939939

940940
<p>means that the font size of <code>h1</code> elements will be 20%
941-
greater than the font size inherited by <code>h1</code> elements.</p>
941+
greater than the computed font size inherited by <code>h1</code>
942+
elements.</p>
942943
</div>
943944

944945
<dt><dfn id=ex-unit title=ex>ex unit</dfn>

css3-values/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ <h3 id="relative-lengths">
524524
<tr><td>''ex''
525525
<td><i>x-height</i> of the element's font
526526
<tr><td>''ch''
527-
<td>width of the "0" glyph in the element's font
527+
<td>width of the "0" (ZERO, U+0030) glyph in the element's font
528528
<tr><td>''rem''
529529
<td>font size of the root element
530530
<tr><td>''vw''

0 commit comments

Comments
 (0)