Skip to content

Commit 9ef655b

Browse files
author
John Daggett
committed
fix typo in alternates value list
1 parent d2c7e06 commit 9ef655b

1 file changed

Lines changed: 28 additions & 27 deletions

File tree

css3-fonts/Fonts.html

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,15 @@
111111

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

114-
<h2 class="no-num no-toc" id=editors>Editor's Draft 25 February 2010</h2>
114+
<h2 class="no-num no-toc" id=editors-draft-26-february-2010>Editor's Draft
115+
26 February 2010</h2>
115116

116117
<dl id=authors>
117118
<dt>This version:
118119

119120
<dd><a
120121
href="http://dev.w3.org/csswg/css3-fonts/">http://dev.w3.org/csswg/css3-fonts/</a>
121-
<!-- <dd><a href="http://www.w3.org/TR/2010/ED-css3-fonts-20100225">http://www.w3.org/TR/2010/ED-css3-fonts-20100225</a> -->
122+
<!-- <dd><a href="http://www.w3.org/TR/2010/ED-css3-fonts-20100226">http://www.w3.org/TR/2010/ED-css3-fonts-20100226</a> -->
122123

123124

124125
<dt>Latest version:
@@ -506,7 +507,7 @@ <h2 id=basic-font-props><span class=secno>3 </span>Basic font properties</h2>
506507
<h3 id=font-family-prop><span class=secno>3.1 </span>Font family: the <a
507508
href="#propdef-font-family">font-family</a> property</h3>
508509

509-
<table class=propdef id=namefont-family>
510+
<table class=propdef id=namefont-familyvalue-ltfamily-name-ltgen>
510511
<tbody>
511512
<tr>
512513
<td>Name:
@@ -713,7 +714,7 @@ <h5 class="no-num no-toc"> <span class=index-def id=monospace0
713714
<h3 id=font-weight-prop><span class=secno>3.2 </span>Font weight: the <a
714715
href="#propdef-font-weight">font-weight</a> property</h3>
715716

716-
<table class=propdef id=namefont-weight>
717+
<table class=propdef id=namefont-weightvaluenormal-bold-bolder-l>
717718
<tbody>
718719
<tr>
719720
<td>Name:
@@ -935,7 +936,7 @@ <h3 id=font-weight-prop><span class=secno>3.2 </span>Font weight: the <a
935936
<h3 id=font-stretch-prop><span class=secno>3.3 </span>Font width: the <a
936937
href="#propdef-font-stretch">font-stretch</a> property</h3>
937938

938-
<table class=propdef id=namefont-stretch>
939+
<table class=propdef id=namefont-stretchvaluenormal-ultra-conden>
939940
<tbody>
940941
<tr>
941942
<td>Name:
@@ -1024,7 +1025,7 @@ <h3 id=font-stretch-prop><span class=secno>3.3 </span>Font width: the <a
10241025
<h3 id=font-style-prop><span class=secno>3.4 </span>Font style: the <a
10251026
href="#propdef-font-style">font-style</a> property</h3>
10261027

1027-
<table class=propdef id=namefont-style>
1028+
<table class=propdef id=namefont-stylevaluenormal-italic-oblique>
10281029
<tbody>
10291030
<tr>
10301031
<td>Name:
@@ -1104,7 +1105,7 @@ <h3 id=font-style-prop><span class=secno>3.4 </span>Font style: the <a
11041105
<h3 id=font-size-prop><span class=secno>3.5 </span>Font size: the <a
11051106
href="#propdef-font-size">font-size</a> property</h3>
11061107

1107-
<table class=propdef id=namefont-size>
1108+
<table class=propdef id=namefont-sizevalueltabsolute-size-ltrela>
11081109
<tbody>
11091110
<tr>
11101111
<td>Name:
@@ -1192,7 +1193,7 @@ <h3 id=font-size-prop><span class=secno>3.5 </span>Font size: the <a
11921193
<dd>A length value specifies an absolute font size (that is independent of
11931194
the user agent's font table). Negative lengths are illegal.
11941195

1195-
<dt><span class=index-inst id=ltpercentagegt
1196+
<dt><span class=index-inst id=ltpercentagegt-
11961197
title="&lt;percentage&gt;">&lt;percentage&gt; </span>
11971198

11981199
<dd>A percentage value specifies an absolute font size relative to the
@@ -1326,7 +1327,7 @@ <h3 id=font-size-prop><span class=secno>3.5 </span>Font size: the <a
13261327
<h3 id=font-size-adjust-prop><span class=secno>3.6 </span>Relative sizing:
13271328
the <a href="#propdef-font-size-adjust">font-size-adjust</a> property</h3>
13281329

1329-
<table class=propdef id=namefont-size-adjust>
1330+
<table class=propdef id=namefont-size-adjustvalueltnumber-none-i>
13301331
<tbody>
13311332
<tr>
13321333
<td>Name:
@@ -1374,9 +1375,9 @@ <h3 id=font-size-adjust-prop><span class=secno>3.6 </span>Relative sizing:
13741375
between upper and lowercase letters, the relative height of lowercase
13751376
letters compared to their uppercase counterparts is a determining factor
13761377
of legibility. This is commonly referred to as the <a class=index-def
1377-
href="#aspect" id=aspect0 title="aspect value"><dfn id=aspect>aspect
1378-
value</dfn></a>. Precisely defined, it is equal to the x-height of a font
1379-
divided by the font size.
1378+
href="#aspect-value" id=aspect-value0 title="aspect value"><dfn
1379+
id=aspect-value>aspect value</dfn></a>. Precisely defined, it is equal to
1380+
the x-height of a font divided by the font size.
13801381

13811382
<p>In situations where font fallback occurs, fallback fonts may not share
13821383
the same aspect ratio as the desired font family and will thus appear less
@@ -1494,7 +1495,7 @@ <h3 id=font-size-adjust-prop><span class=secno>3.6 </span>Relative sizing:
14941495
<h3 id=font-prop><span class=secno>3.7 </span>Shorthand font property: the
14951496
<a href="#propdef-font">font</a> property</h3>
14961497

1497-
<table class=propdef id=namefont>
1498+
<table class=propdef id=namefontvalue-ltlsquofont-stylersquo-ltl>
14981499
<tbody>
14991500
<tr>
15001501
<td>Name:
@@ -2736,7 +2737,7 @@ <h2 id=font-rend-props><span class=secno>6 </span>Font rendering properties</h2>
27362737
<h3 id=font-kerning-prop><span class=secno>6.1 </span>Kerning: the <a
27372738
href="#propdef-font-kerning">font-kerning</a> property</h3>
27382739

2739-
<table class=propdef id=namefont-kerning>
2740+
<table class=propdef id=namefont-kerningvaluenormal-inherit-enab>
27402741
<tbody>
27412742
<tr>
27422743
<td>Name:
@@ -2802,7 +2803,7 @@ <h3 id=font-variant-ligatures-prop><span class=secno>6.2 </span>Ligatures:
28022803
the <a href="#propdef-font-variant-ligatures">font-variant-ligatures</a>
28032804
property</h3>
28042805

2805-
<table class=propdef id=namefont-variant-ligatures>
2806+
<table class=propdef id=namefont-variant-ligaturesvaluenormal-in>
28062807
<tbody>
28072808
<tr>
28082809
<td>Name:
@@ -2914,7 +2915,7 @@ <h3 id=font-variant-alternates-prop><span class=secno>6.3 </span>Alternates
29142915
href="#propdef-font-variant-alternates">font-variant-alternates</a>
29152916
property</h3>
29162917

2917-
<table class=propdef id=namefont-variant-alternates>
2918+
<table class=propdef id=namefont-variant-alternatesvaluenormal-i>
29182919
<tbody>
29192920
<tr>
29202921
<td>Name:
@@ -2962,7 +2963,7 @@ <h3 id=font-variant-alternates-prop><span class=secno>6.3 </span>Alternates
29622963

29632964
<pre
29642965
class=prod><dfn id=ltalternates-valuesgt><var>&lt;alternates-values&gt;</var></dfn> = [stylistic(&lt;number&gt;) | contextual | no-contextual | historical-forms
2965-
| styleset(&lt;number&gt; [,&lt;number&gt;]) | swash(&lt;number&gt;)
2966+
| styleset(&lt;number&gt; [,&lt;number&gt;]+) | swash(&lt;number&gt;)
29662967
| contextual-swash(&lt;number&gt;) | ornament(&lt;number&gt;)
29672968
| alt-annotation(&lt;number&gt;) | ruby]+</pre>
29682969

@@ -3003,7 +3004,7 @@ <h3 id=font-variant-alternates-prop><span class=secno>6.3 </span>Alternates
30033004
<div class=featex><img alt="historical form example" src=hist.png></div>
30043005

30053006
<dl>
3006-
<dt><dfn id=stylesetltnumbergt>styleset(&lt;number&gt;
3007+
<dt><dfn id=stylesetltnumbergt-ltnumbergt>styleset(&lt;number&gt;
30073008
[,&lt;number&gt;])</dfn>
30083009

30093010
<dd>Enables rendering with stylistic sets (OpenType feature:
@@ -3082,7 +3083,7 @@ <h3 id=font-variant-alternates-prop><span class=secno>6.3 </span>Alternates
30823083
<h3 id=font-variant-caps-prop><span class=secno>6.4 </span>Capitalization:
30833084
the <a href="#propdef-font-variant-caps">font-variant-caps</a> property</h3>
30843085

3085-
<table class=propdef id=namefont-variant-caps>
3086+
<table class=propdef id=namefont-variant-capsvaluenormal-inherit>
30863087
<tbody>
30873088
<tr>
30883089
<td>Name:
@@ -3200,7 +3201,7 @@ <h3 id=font-variant-numeric-prop><span class=secno>6.5 </span>Numerical
32003201
formatting: the <a
32013202
href="#propdef-font-variant-numeric">font-variant-numeric</a> property</h3>
32023203

3203-
<table class=propdef id=namefont-variant-numeric>
3204+
<table class=propdef id=namefont-variant-numericvaluenormal-inhe>
32043205
<tbody>
32053206
<tr>
32063207
<td>Name:
@@ -3348,7 +3349,7 @@ <h3 id=font-variant-east-asian-prop><span class=secno>6.6 </span>East Asian
33483349
href="#propdef-font-variant-east-asian">font-variant-east-asian</a>
33493350
property</h3>
33503351

3351-
<table class=propdef id=namefont-variant-east-asian>
3352+
<table class=propdef id=namefont-variant-east-asianvaluenormal-i>
33523353
<tbody>
33533354
<tr>
33543355
<td>Name:
@@ -3490,7 +3491,7 @@ <h3 id=font-variant-prop><span class=secno>6.7 </span>Overall shorthand for
34903491
font rendering: the <a href="#propdef-font-variant">font-variant</a>
34913492
property</h3>
34923493

3493-
<table class=propdef id=namefont-variant>
3494+
<table class=propdef id=namefont-variantvaluenormal-inherit-ltli>
34943495
<tbody>
34953496
<tr>
34963497
<td>Name:
@@ -3549,7 +3550,7 @@ <h3 id=font-feature-settings-prop><span class=secno>6.8 </span>Low-level
35493550
font settings control: the <a
35503551
href="#propdef-font-feature-settings">font-feature-settings</a> property</h3>
35513552

3552-
<table class=propdef id=namefont-feature-settings>
3553+
<table class=propdef id=namefont-feature-settingsvaluenormal-lts>
35533554
<tbody>
35543555
<tr>
35553556
<td>Name:
@@ -3636,7 +3637,7 @@ <h3 id=font-feature-settings-prop><span class=secno>6.8 </span>Low-level
36363637
<h3 id=font-lang-sys-prop><span class=secno>6.9 </span>Font language
36373638
override: the <a href="#propdef-font-lang-sys">font-lang-sys</a> property</h3>
36383639

3639-
<table class=propdef id=namefont-lang-sys>
3640+
<table class=propdef id=namefont-lang-sysvaluenormal-inherit-lts>
36403641
<tbody>
36413642
<tr>
36423643
<td>Name:
@@ -4166,7 +4167,7 @@ <h2 class=no-num id=index>Index</h2>
41664167
<li><var>&lt;alternates-values&gt;</var>, <a href="#ltalternates-valuesgt"
41674168
title="&lt;alternates-values&gt;"><strong>6.3</strong></a>
41684169

4169-
<li>aspect value, <a href="#aspect0" title="aspect
4170+
<li>aspect value, <a href="#aspect-value0" title="aspect
41704171
value"><strong>3.6</strong></a>
41714172

41724173
<li>at-rules, <a href="#at-rule" title=at-rules>4.1</a>
@@ -4332,7 +4333,7 @@ <h2 class=no-num id=index>Index</h2>
43324333
<li>ornaments(&lt;number&gt;), <a href="#ornamentsltnumbergt"
43334334
title="ornaments(&lt;number&gt;)"><strong>6.3</strong></a>
43344335

4335-
<li>&lt;percentage&gt;, <a href="#ltpercentagegt"
4336+
<li>&lt;percentage&gt;, <a href="#ltpercentagegt-"
43364337
title="&lt;percentage&gt;">3.5</a>
43374338

43384339
<li>petite-caps, <a href="#petite-caps"
@@ -4373,7 +4374,7 @@ <h2 class=no-num id=index>Index</h2>
43734374
title=stacked-fractions><strong>6.5</strong></a>
43744375

43754376
<li>styleset(&lt;number&gt; [,&lt;number&gt;]), <a
4376-
href="#stylesetltnumbergt" title="styleset(&lt;number&gt;
4377+
href="#stylesetltnumbergt-ltnumbergt" title="styleset(&lt;number&gt;
43774378
[,&lt;number&gt;])"><strong>6.3</strong></a>
43784379

43794380
<li>stylistic(&lt;number&gt;), <a href="#stylisticltnumbergt"

0 commit comments

Comments
 (0)