Skip to content

Commit 01906cc

Browse files
committed
fix reference
1 parent 1bc4d26 commit 01906cc

2 files changed

Lines changed: 13 additions & 10 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3177,8 +3177,8 @@ <h3 id=text-combine-horizontal><span class=secno>9.1. </span>
31773177
full-width</code>&rsquo; <a href="#CSS3TEXT"
31783178
rel=biblioentry>[CSS3TEXT]<!--{{CSS3TEXT}}--></a> or &lsquo;<code
31793179
class=css>font-variant-east-asian-width: full-width</code>&rsquo; <a
3180-
href="#CSS3FONT" rel=biblioentry>[CSS3FONT]<!--{{CSS3FONT}}--></a>) are
3181-
turned off for combined text of more than one character.
3180+
href="#CSS3-FONTS" rel=biblioentry>[CSS3-FONTS]<!--{{CSS3-FONTS}}--></a>)
3181+
are turned off for combined text of more than one character.
31823182

31833183
<div class=example>
31843184
<p>For example, an author might apply both &lsquo;<code
@@ -4365,6 +4365,16 @@ <h3 class=no-num id=other-references> Other references</h3>
43654365
</dd>
43664366
<!---->
43674367

4368+
<dt id=CSS3-FONTS>[CSS3-FONTS]
4369+
4370+
<dd>John Daggett. <a
4371+
href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/"><cite>CSS Fonts
4372+
Module Level 3.</cite></a> 4 October 2011. W3C Working Draft. (Work in
4373+
progress.) URL: <a
4374+
href="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/">http://www.w3.org/TR/2011/WD-css3-fonts-20111004/</a>
4375+
</dd>
4376+
<!---->
4377+
43684378
<dt id=CSS3COLOR>[CSS3COLOR]
43694379

43704380
<dd>Tantek &#199;elik; Chris Lilley; L. David Baron. <a
@@ -4374,13 +4384,6 @@ <h3 class=no-num id=other-references> Other references</h3>
43744384
</dd>
43754385
<!---->
43764386

4377-
<dt id=CSS3FONT>[CSS3FONT]
4378-
4379-
<dd>? (please update this reference to CSS3-FONTS, thanks, bye) John
4380-
Daggett. <cite>CSS Fonts Module Level 3.</cite> 4 October 2011. W3C
4381-
Working Draft. (Work in progress.)</dd>
4382-
<!---->
4383-
43844387
<dt id=CSS3LIST>[CSS3LIST]
43854388

43864389
<dd>Tab Atkins Jr. <a

css3-writing-modes/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2351,7 +2351,7 @@ <h3 id="text-combine-horizontal">
23512351
applied.
23522352
Any CSS fullwidth transformations
23532353
(''text-transform: full-width'' [[CSS3TEXT]] or
2354-
''font-variant-east-asian-width: full-width'' [[CSS3FONT]])
2354+
''font-variant-east-asian-width: full-width'' [[CSS3-FONTS]])
23552355
are turned off for combined text of more than one character.
23562356

23572357
<div class="example">

0 commit comments

Comments
 (0)