|
32 | 32 |
|
33 | 33 | <h1>CSS Writing Modes Module Level 3</h1> |
34 | 34 |
|
35 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 August 2011</h2> |
| 35 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 August 2011</h2> |
36 | 36 |
|
37 | 37 | <dl> |
38 | 38 | <dt>This version: |
39 | 39 |
|
40 | 40 | <dd><a |
41 | 41 | href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a> |
42 | 42 | <!-- |
43 | | - <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110819">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110819/</a> |
| 43 | + <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110820">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110820/</a> |
44 | 44 | --> |
45 | 45 |
|
46 | 46 |
|
@@ -3101,7 +3101,42 @@ <h3 class=no-num id=recent-changes> Changes from the <a |
3101 | 3101 | <p>Major changes include: |
3102 | 3102 |
|
3103 | 3103 | <ul> |
3104 | | - <li> |
| 3104 | + <li>Redefined which side of a bidi-broken box's border is drawn. |
| 3105 | + |
| 3106 | + <li>Altered the allowed combinations of ‘<a |
| 3107 | + href="#unicode-bidi0"><code class=property>unicode-bidi</code></a>’ |
| 3108 | + values and defined ‘<a href="#plaintext"><code |
| 3109 | + class=css>plaintext</code></a>’ to use heuristics for inline |
| 3110 | + elements as well. |
| 3111 | + |
| 3112 | + <li>Renamed ‘<code class=css>vertical-right</code>’ value of |
| 3113 | + ‘<a href="#text-orientation0"><code |
| 3114 | + class=property>text-orientation</code></a>’ to ‘<a |
| 3115 | + href="#upright-right"><code class=css>upright-right</code></a>’. |
| 3116 | + |
| 3117 | + <li>Renamed ‘<code class=css>rotate</code>’ values of |
| 3118 | + ‘<a href="#text-orientation0"><code |
| 3119 | + class=property>text-orientation</code></a>’ to ‘<a |
| 3120 | + href="#sideways"><code class=property>sideways</code></a>’. |
| 3121 | + |
| 3122 | + <li>Renamed ‘<code class=css>auto</code>’ value of ‘<a |
| 3123 | + href="#text-orientation0"><code |
| 3124 | + class=property>text-orientation</code></a>’ to ‘<a |
| 3125 | + href="#use-glyph-orientation"><code |
| 3126 | + class=css>use-glyph-orientation</code></a>’ and marked it at-risk. |
| 3127 | + |
| 3128 | + <li>Tweaked rules for vertical typesetting to remove references to |
| 3129 | + <code>vrt2</code> feature, fix various errors and omissions in <a |
| 3130 | + href="#vertical-typesetting-details">synthesis rules</a>, etc. |
| 3131 | + |
| 3132 | + <li>Renamed ‘<code class=property>text-combine</code>’ |
| 3133 | + property to ‘<a href="#text-combine-horizontal"><code |
| 3134 | + class=property>text-combine-horizontal</code></a>’ and added |
| 3135 | + ability to auto-combine by character classes. Added many more details on |
| 3136 | + how to compose horizontal-in-vertical text. |
| 3137 | + |
| 3138 | + <li>Added appendix on <a href="#character-properties">Characters and |
| 3139 | + Properties</a>. |
3105 | 3140 | </ul> |
3106 | 3141 |
|
3107 | 3142 | <h2 class=no-num id=acknowledgements> Acknowledgements</h2> |
|
0 commit comments