|
84 | 84 |
|
85 | 85 | <h1>CSS Text Level 3</h1> |
86 | 86 |
|
87 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 June 2011</h2> |
| 87 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 June 2011</h2> |
88 | 88 |
|
89 | 89 | <dl> |
90 | 90 | <dt>This version: |
91 | 91 |
|
92 | 92 | <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date: |
93 | | - 2011/06/28 23:18:37 $ (CVS $Revision$)</a> <!-- |
94 | | - <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110628/">http://www.w3.org/TR/2011/WD-css3-text-20110628/</a></dd> |
| 93 | + 2011/06/28 23:21:10 $ (CVS $Revision$)</a> <!-- |
| 94 | + <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110629/">http://www.w3.org/TR/2011/WD-css3-text-20110629/</a></dd> |
95 | 95 | --> |
96 | 96 |
|
97 | 97 |
|
@@ -485,7 +485,11 @@ <h2 class="no-num no-toc" id=contents>Table of Contents</h2> |
485 | 485 | <li class=no-num><a href="#full-size-kana-map">Appendix F: ‘<code |
486 | 486 | class=css>full-size-kana</code>’ Mappings</a> |
487 | 487 |
|
488 | | - <li class=no-num><a href="#appendix-g-full-property-index">Appendix G: |
| 488 | + <li class=no-num><a |
| 489 | + href="#appendix-g-text-processing-order-of-oper">Appendix G: Text |
| 490 | + Processing Order of Operations</a> |
| 491 | + |
| 492 | + <li class=no-num><a href="#appendix-h-full-property-index">Appendix H: |
489 | 493 | Full Property Index</a> |
490 | 494 |
|
491 | 495 | <li class=no-num><a href="#index">Appendix I: Index</a> |
@@ -5448,6 +5452,26 @@ <h3 class=no-num id=normative-ref>Normative references</h3> |
5448 | 5452 | <dt style="display: none"><!-- keeps the doc valid if the DL is empty --> |
5449 | 5453 | <!----> |
5450 | 5454 |
|
| 5455 | + <dt id=CSS21>[CSS21] |
| 5456 | + |
| 5457 | + <dd>Bert Bos; et al. <a |
| 5458 | + href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style |
| 5459 | + Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 June |
| 5460 | + 2011. W3C Recommendation. URL: <a |
| 5461 | + href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a> |
| 5462 | + </dd> |
| 5463 | + <!----> |
| 5464 | + |
| 5465 | + <dt id=CSS3-WRITING-MODES>[CSS3-WRITING-MODES] |
| 5466 | + |
| 5467 | + <dd>Elika J. Etemad; Koji Ishii; Shinyu Murakami. <a |
| 5468 | + href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110531/"><cite>CSS |
| 5469 | + Writing Modes Module Level 3.</cite></a> 31 May 2011. W3C Working Draft. |
| 5470 | + (Work in progress.) URL: <a |
| 5471 | + href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110531/">http://www.w3.org/TR/2011/WD-css3-writing-modes-20110531/</a> |
| 5472 | + </dd> |
| 5473 | + <!----> |
| 5474 | + |
5451 | 5475 | <dt id=CSS3BG>[CSS3BG] |
5452 | 5476 |
|
5453 | 5477 | <dd>Bert Bos; Elika J. Etemad; Brad Kemper. <a |
@@ -6045,7 +6069,60 @@ <h2 class=no-num id=full-size-kana-map>Appendix F: ‘<code |
6045 | 6069 | <td>ョ U+FF6E ➔ ヨ U+FF96 |
6046 | 6070 | </table> |
6047 | 6071 |
|
6048 | | - <h2 class=no-num id=appendix-g-full-property-index>Appendix G: Full |
| 6072 | + <h2 class=no-num id=appendix-g-text-processing-order-of-oper>Appendix G: |
| 6073 | + Text Processing Order of Operations</h2> |
| 6074 | + |
| 6075 | + <p>The following list defines the order of text operations. |
| 6076 | + (Implementations are not bound to this order as long as the resulting |
| 6077 | + layout is the same.) |
| 6078 | + |
| 6079 | + <ol> |
| 6080 | + <li><a |
| 6081 | + href="http://www.w3.org/TR/css3-writing-modes/#text-combine-horizontal">text |
| 6082 | + combination</a> <a href="#CSS3-WRITING-MODES" |
| 6083 | + rel=biblioentry>[CSS3-WRITING-MODES]<!--{{!CSS3-WRITING-MODES}}--></a> |
| 6084 | + |
| 6085 | + <li><a href="#white-space-rules">white space processing</a> part I |
| 6086 | + (pre-wrapping) |
| 6087 | + |
| 6088 | + <li><a href="#text-transform">text transformation</a> |
| 6089 | + |
| 6090 | + <li><a href="#spacing">default spacing</a> |
| 6091 | + |
| 6092 | + <li><a href="#text-wrapping">text wrapping</a> while applying per line: |
| 6093 | + <ol> |
| 6094 | + <li><a href="#white-space-rules">white space processing</a> part II |
| 6095 | + |
| 6096 | + <li><a href="#text-indent">indentation</a> |
| 6097 | + |
| 6098 | + <li><a |
| 6099 | + href="http://www.w3.org/TR/css3-writing-modes/#text-direction">bidirectional |
| 6100 | + reordering</a> <a href="#CSS21" |
| 6101 | + rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> / <a |
| 6102 | + href="#CSS3-WRITING-MODES" |
| 6103 | + rel=biblioentry>[CSS3-WRITING-MODES]<!--{{!CSS3-WRITING-MODES}}--></a> |
| 6104 | + |
| 6105 | + <li><a |
| 6106 | + href="http://www.w3.org/TR/css3-writing-modes/#text-orientation">text |
| 6107 | + orientation</a> <a href="#CSS3-WRITING-MODES" |
| 6108 | + rel=biblioentry>[CSS3-WRITING-MODES]<!--{{!CSS3-WRITING-MODES}}--></a> |
| 6109 | + |
| 6110 | + <li><a href="http://www.w3.org/TR/css3-fonts/">font/glyph selection and |
| 6111 | + kerning</a> <a href="#CSS21" |
| 6112 | + rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> / [[!CSS3FONTS]] |
| 6113 | + |
| 6114 | + <li><a href="#hanging-punctuation">hanging punctuation</a> |
| 6115 | + </ol> |
| 6116 | + |
| 6117 | + <li><a href="#justification">justification</a> (which may affect glyph |
| 6118 | + selection and/or text wrapping, looping back into that step) |
| 6119 | + |
| 6120 | + <li><a href="#text-align">text alignment</a> |
| 6121 | + |
| 6122 | + <li><a href="#decoration">text decoration</a> |
| 6123 | + </ol> |
| 6124 | + |
| 6125 | + <h2 class=no-num id=appendix-h-full-property-index>Appendix H: Full |
6049 | 6126 | Property Index</h2> |
6050 | 6127 | <!--begin-properties--> |
6051 | 6128 |
|
|
0 commit comments