|
73 | 73 | .char { border: 1px dotted gray; } |
74 | 74 | tt[lang="ja"] { font-family: "MS Gothic", "Osaka", monospace } |
75 | 75 | </style> |
76 | | - <link href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" rel=stylesheet |
| 76 | + <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet |
77 | 77 | type="text/css"> |
78 | 78 |
|
79 | 79 | <body> |
|
83 | 83 |
|
84 | 84 | <h1>CSS Text Level 3</h1> |
85 | 85 |
|
86 | | - <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 15 February |
| 86 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 February |
87 | 87 | 2011</h2> |
88 | 88 |
|
89 | 89 | <dl> |
90 | | - <dt>This version:</dt> |
91 | | - <!-- |
92 | | - <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date$ (CVS $Revision$)</a> |
93 | | - --> |
| 90 | + <dt>This version: |
94 | 91 |
|
95 | | - <dd><a |
96 | | - href="http://www.w3.org/TR/2011/WD-css3-text-20110215/">http://www.w3.org/TR/2011/WD-css3-text-20110215/</a> |
| 92 | + <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date: |
| 93 | + 2011/02/14 11:42:29 $ (CVS $Revision$)</a> <!-- |
| 94 | + <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110214/">http://www.w3.org/TR/2011/WD-css3-text-20110214/</a></dd> |
| 95 | + --> |
| 96 | + |
97 | 97 |
|
98 | 98 | <dt>Latest version: |
99 | 99 |
|
@@ -673,7 +673,8 @@ <h3 id=text-transform><span class=secno>3.1. </span> <a name=caps-prop></a> |
673 | 673 | typically used for ruby annotation text, where all small Kana should be |
674 | 674 | drawn as large Kana. |
675 | 675 | <p class=note>Authors using this for ruby text may also want to use |
676 | | - ‘<code class=css>font-variant: ruby</code>’. [[CSS3FONTS]] |
| 676 | + ‘<code class=css>font-variant: ruby</code>’. <a |
| 677 | + href="#CSS3FONT" rel=biblioentry>[CSS3FONT]<!--{{CSS3FONT}}--></a> |
677 | 678 | </dl> |
678 | 679 |
|
679 | 680 | <p>Although limited, the case mapping process has some language |
@@ -1960,8 +1961,9 @@ <h4 id=at-hyphenate-resource><span class=secno>6.5.1. </span>The ‘<a |
1960 | 1961 | <p>The hyphenation resource list that applies to the text in an element is |
1961 | 1962 | the one given by the last hyphenation mapping declaration whose language |
1962 | 1963 | code matches the language of the element. Language code matching must be |
1963 | | - performed using RFC4647 [[!RFC4647]] <span class=issue>explain exactly |
1964 | | - how</span>.</p> |
| 1964 | + performed using RFC4647 <a href="#RFC4647" |
| 1965 | + rel=biblioentry>[RFC4647]<!--{{!RFC4647}}--></a> <span |
| 1966 | + class=issue>explain exactly how</span>.</p> |
1965 | 1967 |
|
1966 | 1968 | <p class=note>Since the last matching declaration takes effect, authors |
1967 | 1969 | should list the most general mapping first, and the most specific last. |
@@ -5467,6 +5469,15 @@ <h3 class=no-num id=normative-ref>Normative references</h3> |
5467 | 5469 | </dd> |
5468 | 5470 | <!----> |
5469 | 5471 |
|
| 5472 | + <dt id=RFC4647>[RFC4647] |
| 5473 | + |
| 5474 | + <dd>A. Phillips; M. Davis. <a |
| 5475 | + href="http://www.ietf.org/rfc/rfc4647.txt"><cite>Matching of Language |
| 5476 | + Tags.</cite></a> September 2006. Internet RFC 4647. URL: <a |
| 5477 | + href="http://www.ietf.org/rfc/rfc4647.txt">http://www.ietf.org/rfc/rfc4647.txt</a> |
| 5478 | + </dd> |
| 5479 | + <!----> |
| 5480 | + |
5470 | 5481 | <dt id=UAX11>[UAX11] |
5471 | 5482 |
|
5472 | 5483 | <dd>Asmus Freytag. <a |
@@ -5526,6 +5537,16 @@ <h3 class=no-num id=informative-ref>Informative references</h3> |
5526 | 5537 | <dt style="display: none"><!-- keeps the doc valid if the DL is empty --> |
5527 | 5538 | <!----> |
5528 | 5539 |
|
| 5540 | + <dt id=CSS3FONT>[CSS3FONT] |
| 5541 | + |
| 5542 | + <dd>John Daggett. <a |
| 5543 | + href="http://www.w3.org/TR/2009/WD-css3-fonts-20090618"><cite>CSS Fonts |
| 5544 | + Module Level 3.</cite></a> 18 June 2009. W3C Working Draft. (Work in |
| 5545 | + progress.) URL: <a |
| 5546 | + href="http://www.w3.org/TR/2009/WD-css3-fonts-20090618">http://www.w3.org/TR/2009/WD-css3-fonts-20090618</a> |
| 5547 | + </dd> |
| 5548 | + <!----> |
| 5549 | + |
5529 | 5550 | <dt id=CSS3UI>[CSS3UI] |
5530 | 5551 |
|
5531 | 5552 | <dd>Tantek Çelik. <a |
|
0 commit comments