Skip to content

Commit 8012fae

Browse files
committed
Generated. Do not edit!
1 parent d449dd1 commit 8012fae

1 file changed

Lines changed: 32 additions & 11 deletions

File tree

css3-text/Overview.html

Lines changed: 32 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
.char { border: 1px dotted gray; }
7474
tt[lang="ja"] { font-family: "MS Gothic", "Osaka", monospace }
7575
</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
7777
type="text/css">
7878

7979
<body>
@@ -83,17 +83,17 @@
8383

8484
<h1>CSS Text Level 3</h1>
8585

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
8787
2011</h2>
8888

8989
<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:
9491

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+
9797

9898
<dt>Latest version:
9999

@@ -673,7 +673,8 @@ <h3 id=text-transform><span class=secno>3.1. </span> <a name=caps-prop></a>
673673
typically used for ruby annotation text, where all small Kana should be
674674
drawn as large Kana.
675675
<p class=note>Authors using this for ruby text may also want to use
676-
&lsquo;<code class=css>font-variant: ruby</code>&rsquo;. [[CSS3FONTS]]
676+
&lsquo;<code class=css>font-variant: ruby</code>&rsquo;. <a
677+
href="#CSS3FONT" rel=biblioentry>[CSS3FONT]<!--{{CSS3FONT}}--></a>
677678
</dl>
678679

679680
<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 &lsquo;<a
19601961
<p>The hyphenation resource list that applies to the text in an element is
19611962
the one given by the last hyphenation mapping declaration whose language
19621963
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>
19651967

19661968
<p class=note>Since the last matching declaration takes effect, authors
19671969
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>
54675469
</dd>
54685470
<!---->
54695471

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+
54705481
<dt id=UAX11>[UAX11]
54715482

54725483
<dd>Asmus Freytag. <a
@@ -5526,6 +5537,16 @@ <h3 class=no-num id=informative-ref>Informative references</h3>
55265537
<dt style="display: none"><!-- keeps the doc valid if the DL is empty -->
55275538
<!---->
55285539

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+
55295550
<dt id=CSS3UI>[CSS3UI]
55305551

55315552
<dd>Tantek &#199;elik. <a

0 commit comments

Comments
 (0)