|
10 | 10 | rel=dcterms.rights> |
11 | 11 | <meta content="CSS Text Module Level 3 (CSS3 Text)" name=dcterms.title> |
12 | 12 | <meta content=text name=dcterms.type> |
13 | | - <meta content=2013-08-16 name=dcterms.date> |
| 13 | + <meta content=2013-08-20 name=dcterms.date> |
14 | 14 | <meta content="Elika J. Etemad" name=dcterms.creator> |
15 | 15 | <meta content="Koji Ishii" name=dcterms.creator> |
16 | 16 | <meta content=W3C name=dcterms.publisher> |
|
68 | 68 |
|
69 | 69 | <h1>CSS Text Module Level 3</h1> |
70 | 70 |
|
71 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 August 2013</h2> |
| 71 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 August 2013</h2> |
72 | 72 |
|
73 | 73 | <dl> |
74 | 74 | <dt>This version:</dt> |
75 | 75 | <!-- |
76 | | - <dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20130816/">http://www.w3.org/TR/2013/WD-css3-text-20130816/</a></dd> |
| 76 | + <dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20130820/">http://www.w3.org/TR/2013/WD-css3-text-20130820/</a></dd> |
77 | 77 | --> |
78 | 78 |
|
79 | 79 | <dd><a |
@@ -2549,14 +2549,14 @@ <h3 id=word-spacing><span class=secno>8.1. </span> Word Spacing: the ‘<a |
2549 | 2549 | user agent; see <a href="#normal-spacing">below</a>. A ‘<code |
2550 | 2550 | class=css>normal</code>’ optimum spacing value computes to zero. |
2551 | 2551 |
|
2552 | | - <dt><dfn id=ltlengthgt title="word-spacing:<length>">‘<code |
| 2552 | + <dt><dfn id=length title="word-spacing:<length>">‘<code |
2553 | 2553 | class=css><length></code>’</dfn> |
2554 | 2554 |
|
2555 | 2555 | <dd>Specifies extra spacing <em>in addition to</em> the intrinsic |
2556 | 2556 | inter-word spacing defined by the font. Values may be negative, but there |
2557 | 2557 | may be implementation-dependent limits. |
2558 | 2558 |
|
2559 | | - <dt><dfn id=ltpercentagegt |
| 2559 | + <dt><dfn id=percentage |
2560 | 2560 | title="word-spacing:<percentage>">‘<code |
2561 | 2561 | class=css><percentage></code>’</dfn> |
2562 | 2562 |
|
@@ -2690,7 +2690,7 @@ <h3 id=letter-spacing><span class=secno>8.2. </span> Tracking: the ‘<a |
2690 | 2690 |
|
2691 | 2691 | <dd>No additional spacing is applied. |
2692 | 2692 |
|
2693 | | - <dt><dfn id=ltlengthgt0 title="word-spacing:<length>">‘<code |
| 2693 | + <dt><dfn id=length0 title="word-spacing:<length>">‘<code |
2694 | 2694 | class=css><length></code>’</dfn> |
2695 | 2695 |
|
2696 | 2696 | <dd>Specifies <em>additional</em> spacing between <a |
@@ -3347,13 +3347,15 @@ <h2 class=no-num id=appendix-a-text-processing-order-of-oper>Appendix A: |
3347 | 3347 | <li><a href="#white-space-phase-1">white space processing</a> part I |
3348 | 3348 | (pre-wrapping) |
3349 | 3349 |
|
| 3350 | + <li><a href="#text-transform">text transformation</a> |
| 3351 | + |
3350 | 3352 | <li><a |
3351 | 3353 | href="http://www.w3.org/TR/css3-writing-modes/#text-combine-horizontal">text |
3352 | | - combination</a> <a href="#CSS3-WRITING-MODES" |
| 3354 | + combination</a> and <a |
| 3355 | + href="http://www.w3.org/TR/css3-writing-modes/#text-orientation/">text |
| 3356 | + orientation</a> <a href="#CSS3-WRITING-MODES" |
3353 | 3357 | rel=biblioentry>[CSS3-WRITING-MODES]<!--{{!CSS3-WRITING-MODES}}--></a> |
3354 | 3358 |
|
3355 | | - <li><a href="#text-transform">text transformation</a> |
3356 | | - |
3357 | 3359 | <li><a href="#wrapping">text wrapping</a> while applying per line: |
3358 | 3360 | <ol> |
3359 | 3361 | <li><a href="#text-indent">indentation</a> |
@@ -4172,15 +4174,15 @@ <h2 class=no-num id=index> Index</h2> |
4172 | 4174 | <li>word-spacing, <a href="#word-spacing0" |
4173 | 4175 | title="section 8.1."><strong>8.1.</strong></a> |
4174 | 4176 |
|
4175 | | - <li>word-spacing:<length>, <a href="#ltlengthgt" |
4176 | | - title="section 8.1."><strong>8.1.</strong></a>, <a href="#ltlengthgt0" |
| 4177 | + <li>word-spacing:<length>, <a href="#length" |
| 4178 | + title="section 8.1."><strong>8.1.</strong></a>, <a href="#length0" |
4177 | 4179 | title="section 8.2."><strong>8.2.</strong></a> |
4178 | 4180 |
|
4179 | 4181 | <li>word-spacing:normal, <a href="#normal3" |
4180 | 4182 | title="section 8.1."><strong>8.1.</strong></a>, <a href="#normal4" |
4181 | 4183 | title="section 8.2."><strong>8.2.</strong></a> |
4182 | 4184 |
|
4183 | | - <li>word-spacing:<percentage>, <a href="#ltpercentagegt" |
| 4185 | + <li>word-spacing:<percentage>, <a href="#percentage" |
4184 | 4186 | title="section 8.1."><strong>8.1.</strong></a> |
4185 | 4187 |
|
4186 | 4188 | <li>word-wrap, <a href="#word-wrap" |
|
0 commit comments