Skip to content

Commit dfef6ff

Browse files
author
John Daggett
committed
[css-fonts] minor editorial tweaks
1 parent f74cbb7 commit dfef6ff

1 file changed

Lines changed: 21 additions & 17 deletions

File tree

css-fonts/Fonts.html

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@
112112

113113
<h1>CSS Fonts Module Level 3</h1>
114114

115-
<h2 class="no-num no-toc" id=editors-draft-15-may-2013>Editor's Draft 15
115+
<h2 class="no-num no-toc" id=editors-draft-17-may-2013>Editor's Draft 17
116116
May 2013</h2>
117117

118118
<dl id=authors>
119119
<dt>This version:
120120

121121
<dd><a
122122
href="http://dev.w3.org/csswg/css-fonts/">http://dev.w3.org/csswg/css-fonts/</a>
123-
<!-- <dd><a href="http://www.w3.org/TR/2013/ED-css3-fonts-20130515/">http://www.w3.org/TR/2013/ED-css3-fonts-20130515/</a> -->
123+
<!-- <dd><a href="http://www.w3.org/TR/2013/ED-css3-fonts-20130517/">http://www.w3.org/TR/2013/ED-css3-fonts-20130517/</a> -->
124124

125125

126126
<dt>Latest version:
@@ -1368,8 +1368,9 @@ <h3 id=font-size-prop><span class=secno>3.5 </span>Font size: the <a
13681368

13691369
<dd> A <a class=value-def
13701370
name=value-def-relative-size>&lt;relative-size&gt;</a> keyword is
1371-
interpreted relative to the table of font sizes and the font size of the
1372-
parent element. Possible values are:
1371+
interpreted relative to the table of font sizes and the computed ‘<a
1372+
href="#propdef-font-size"><code class=property>font-size</code></a>’ of
1373+
the parent element. Possible values are:
13731374
<p> [ larger | smaller ]
13741375

13751376
<p> For example, if the parent element has a font size of ‘<code
@@ -1384,8 +1385,8 @@ <h3 id=font-size-prop><span class=secno>3.5 </span>Font size: the <a
13841385
<dt><span class=index-inst id=ltlengthgt
13851386
title="&lt;length&gt;">&lt;length&gt;</span>
13861387

1387-
<dd>A length value specifies an absolute font size (that is independent of
1388-
the user agent's font table). Negative lengths are illegal.
1388+
<dd>A length value specifies an absolute font size (independent of the
1389+
user agent's font table). Negative lengths are illegal.
13891390

13901391
<dt><span class=index-inst id=ltpercentagegt-
13911392
title="&lt;percentage&gt;">&lt;percentage&gt; </span>
@@ -1396,11 +1397,11 @@ <h3 id=font-size-prop><span class=secno>3.5 </span>Font size: the <a
13961397
cascadable style sheets.
13971398
</dl>
13981399

1399-
<p>The following table provides user agent's guideline for the
1400-
absolute-size scaling factor and their mapping to XHTML heading and
1401-
absolute font-sizes. The ‘<code class=property>medium</code>’ value is
1402-
used as the reference middle value. The user agent may fine-tune these
1403-
values for different fonts or different types of display devices.
1400+
<p>The following table provides user agent guidelines for the absolute-size
1401+
scaling factor and their mapping to HTML heading and absolute font-sizes.
1402+
The ‘<code class=property>medium</code>’ value is used as the
1403+
reference middle value. The user agent may fine-tune these values for
1404+
different fonts or different types of display devices.
14041405

14051406
<table class=data>
14061407
<thead>
@@ -1444,7 +1445,7 @@ <h3 id=font-size-prop><span class=secno>3.5 </span>Font size: the <a
14441445
<td>3/1
14451446

14461447
<tr>
1447-
<th>XHTML headings
1448+
<th>HTML headings
14481449

14491450
<td>h6
14501451

@@ -1463,7 +1464,7 @@ <h3 id=font-size-prop><span class=secno>3.5 </span>Font size: the <a
14631464
<td> 
14641465

14651466
<tr>
1466-
<th>XHTML font sizes
1467+
<th>HTML font sizes
14671468

14681469
<td>1
14691470

@@ -1484,7 +1485,8 @@ <h3 id=font-size-prop><span class=secno>3.5 </span>Font size: the <a
14841485

14851486
<p class=note><em><strong>Note 1.</strong> To preserve readability, an UA
14861487
applying these guidelines should nevertheless avoid creating font-size
1487-
resulting in less than 9 pixels per EM unit on a computer display .</em>
1488+
resulting in less than 9 device pixels per EM unit on a computer display
1489+
.</em>
14881490

14891491
<p class=note><em><strong>Note 2.</strong> In CSS1, the suggested scaling
14901492
factor between adjacent indexes was 1.5 which user experience proved to be
@@ -1828,9 +1830,11 @@ <h3 id=font-prop><span class=secno>3.7 </span>Shorthand font property: the
18281830
</pre>
18291831

18301832
<p> In the second rule, the font size percentage value (‘<code
1831-
class=css>80%</code>’) refers to the font size of the parent element.
1832-
In the third rule, the line height percentage (‘<code
1833-
class=css>110%</code>’) refers to the font size of the element itself.
1833+
class=css>80%</code>’) refers to the computed ‘<a
1834+
href="#propdef-font-size"><code class=property>font-size</code></a>’ of
1835+
the parent element. In the third rule, the line height percentage
1836+
(‘<code class=css>110%</code>’) refers to the font size of the
1837+
element itself.
18341838

18351839
<p>The first three rules do not specify the <span class=property><a
18361840
href="#propdef-font-variant"><code

0 commit comments

Comments
 (0)