|
1 | | -<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN' |
| 1 | +<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN' |
2 | 2 | 'http://www.w3.org/TR/html4/strict.dtd'> |
3 | 3 | <html lang="en"> |
4 | 4 | <head> |
@@ -34,10 +34,10 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2> |
34 | 34 |
|
35 | 35 | <dl> |
36 | 36 | <dt>This version:</dt> |
37 | | - <!-- |
38 | 37 | <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date$ (CVS $Revision$)</a> |
39 | | - --> |
| 38 | + <!-- |
40 | 39 | <dd><a href="http://www.w3.org/TR/[YEAR]/WD-css3-text-[CDATE]/">http://www.w3.org/TR/[YEAR]/WD-css3-text-[CDATE]/</a></dd> |
| 40 | + --> |
41 | 41 | <dt>Latest version:</dt> |
42 | 42 | <dd><a href="http://www.w3.org/TR/css3-text/">http://www.w3.org/TR/css3-text/</a></dd> |
43 | 43 | <dt>Latest editor's draft:</dt> |
@@ -286,7 +286,7 @@ <h3 id="text-transform"> |
286 | 286 | back to the original code point.</p> |
287 | 287 |
|
288 | 288 | <p>The mappings for small Kana to normal Kana are defined in |
289 | | - <a href="#small-kana-map">Small Kana Mappings</a>.</p> |
| 289 | + <a href="#small-kana">Small Kana Mappings</a>.</p> |
290 | 290 |
|
291 | 291 | <p>When multiple values are specified and therefore multiple |
292 | 292 | transformations need to be applied, they are applied in the following |
@@ -322,7 +322,7 @@ <h3 id="text-transform"> |
322 | 322 |
|
323 | 323 | <p class="note">A future level of CSS may introduce the ability to create |
324 | 324 | custom mapping tables for less common text transforms, such as by |
325 | | - ''@text-transform'' rule similar to ''@counter-style'' from [[CSS3LISTS]]. |
| 325 | + ''@text-transform'' rule similar to ''@counter-style'' from [[CSS3LIST]]. |
326 | 326 |
|
327 | 327 | <h2 id="white-space-processing"> |
328 | 328 | White Space Processing</h2> |
@@ -1989,7 +1989,7 @@ <h3 id="text-justify"> |
1989 | 1989 | </tr> |
1990 | 1990 |
|
1991 | 1991 | <tr> |
1992 | | - <th scope="row"><a href="connected-scripts">connected</a></th> |
| 1992 | + <th scope="row"><a href="#connected-scripts">connected</a></th> |
1993 | 1993 | <td>never</td> |
1994 | 1994 | <td>never</td> |
1995 | 1995 | <td>never</td> |
@@ -4173,7 +4173,7 @@ <h3 class="no-num" id="recent-changes"> |
4173 | 4173 | <li>Renamed 'bikeshedding' to 'text-space-collapse'. |
4174 | 4174 | <li>Removed 'hyphenate-resource' property / ''@hyphenate-resource'' rule. |
4175 | 4175 | <li>Merged 'text-trim' and 'text-autospace' into 'text-spacing'. |
4176 | | - <li>Renamed ''fullwidth'' and ''fullsize-kana'' to ''full-width'' and ''full-size-kana'' to match values in 'font-variant-width'. [[CSS3FONT]] |
| 4176 | + <li>Renamed ''fullwidth'' and ''fullsize-kana'' to ''full-width'' and ''full-size-kana'' to match values in 'font-variant-width'. [[!CSS3FONT]] |
4177 | 4177 | <li>Added ''<length>'' values to 'tab-size' (at-risk). |
4178 | 4178 | <li>Removed ''all'' value of 'hyphens' property. |
4179 | 4179 | <li>Renamed 'word-wrap' to 'overflow-wrap'. |
@@ -4522,13 +4522,13 @@ <h2 class="no-num">Appendix G: |
4522 | 4522 | <li><a href="#white-space-rules">white space processing</a> part I (pre-wrapping) |
4523 | 4523 | <li><a href="#text-transform">text transformation</a> |
4524 | 4524 | <li><a href="#spacing">default spacing</a> |
4525 | | - <li><a href="#text-wrapping">text wrapping</a> while applying per line: |
| 4525 | + <li><a href="#wrapping">text wrapping</a> while applying per line: |
4526 | 4526 | <ol> |
4527 | 4527 | <li><a href="#white-space-rules">white space processing</a> part II |
4528 | 4528 | <li><a href="#text-indent">indentation</a> |
4529 | 4529 | <li><a href="http://www.w3.org/TR/css3-writing-modes/#text-direction">bidirectional reordering</a> [[!CSS21]] / [[!CSS3-WRITING-MODES]] |
4530 | 4530 | <li><a href="http://www.w3.org/TR/css3-writing-modes/#text-orientation">text orientation</a> [[!CSS3-WRITING-MODES]] |
4531 | | - <li><a href="http://www.w3.org/TR/css3-fonts/">font/glyph selection and kerning</a> [[!CSS21]] / [[!CSS3FONTS]] |
| 4531 | + <li><a href="http://www.w3.org/TR/css3-fonts/">font/glyph selection and kerning</a> [[!CSS21]] / [[!CSS3FONT]] |
4532 | 4532 | <li><a href="#hanging-punctuation">hanging punctuation</a> |
4533 | 4533 | </ol> |
4534 | 4534 | <li><a href="#justification">justification</a> (which may affect glyph selection and/or text wrapping, looping back into that step) |
|
0 commit comments