- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 20 Aug 2011 00:11:15 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes In directory hutz:/tmp/cvs-serv21907 Modified Files: Overview.html Overview.src.html Log Message: Add Changes section Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v retrieving revision 1.199 retrieving revision 1.200 diff -u -d -r1.199 -r1.200 --- Overview.html 19 Aug 2011 23:51:03 -0000 1.199 +++ Overview.html 20 Aug 2011 00:11:13 -0000 1.200 @@ -32,7 +32,7 @@ <h1>CSS Writing Modes Module Level 3</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 August 2011</h2> + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 August 2011</h2> <dl> <dt>This version: @@ -40,7 +40,7 @@ <dd><a href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a> <!-- - <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> + <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> --> @@ -3101,7 +3101,42 @@ <p>Major changes include: <ul> - <li> + <li>Redefined which side of a bidi-broken box's border is drawn. + + <li>Altered the allowed combinations of ‘<a + href="#unicode-bidi0"><code class=property>unicode-bidi</code></a>’ + values and defined ‘<a href="#plaintext"><code + class=css>plaintext</code></a>’ to use heuristics for inline + elements as well. + + <li>Renamed ‘<code class=css>vertical-right</code>’ value of + ‘<a href="#text-orientation0"><code + class=property>text-orientation</code></a>’ to ‘<a + href="#upright-right"><code class=css>upright-right</code></a>’. + + <li>Renamed ‘<code class=css>rotate</code>’ values of + ‘<a href="#text-orientation0"><code + class=property>text-orientation</code></a>’ to ‘<a + href="#sideways"><code class=property>sideways</code></a>’. + + <li>Renamed ‘<code class=css>auto</code>’ value of ‘<a + href="#text-orientation0"><code + class=property>text-orientation</code></a>’ to ‘<a + href="#use-glyph-orientation"><code + class=css>use-glyph-orientation</code></a>’ and marked it at-risk. + + <li>Tweaked rules for vertical typesetting to remove references to + <code>vrt2</code> feature, fix various errors and omissions in <a + href="#vertical-typesetting-details">synthesis rules</a>, etc. + + <li>Renamed ‘<code class=property>text-combine</code>’ + property to ‘<a href="#text-combine-horizontal"><code + class=property>text-combine-horizontal</code></a>’ and added + ability to auto-combine by character classes. Added many more details on + how to compose horizontal-in-vertical text. + + <li>Added appendix on <a href="#character-properties">Characters and + Properties</a>. </ul> <h2 class=no-num id=acknowledgements> Acknowledgements</h2> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v retrieving revision 1.210 retrieving revision 1.211 diff -u -d -r1.210 -r1.211 --- Overview.src.html 19 Aug 2011 23:51:04 -0000 1.210 +++ Overview.src.html 20 Aug 2011 00:11:13 -0000 1.211 @@ -2320,7 +2320,20 @@ <p>Major changes include:</p> <ul> - <li> + <li>Redefined which side of a bidi-broken box's border is drawn. + <li>Altered the allowed combinations of 'unicode-bidi' values and + defined ''plaintext'' to use heuristics for inline elements as well. + <li>Renamed ''vertical-right'' value of 'text-orientation' to ''upright-right''. + <li>Renamed ''rotate'' values of 'text-orientation' to 'sideways'. + <li>Renamed ''auto'' value of 'text-orientation' to ''use-glyph-orientation'' + and marked it at-risk. + <li>Tweaked rules for vertical typesetting to remove references to <code>vrt2</code> + feature, fix various errors and omissions in + <a href="#vertical-typesetting-details">synthesis rules</a>, etc. + <li>Renamed 'text-combine' property to 'text-combine-horizontal' and added + ability to auto-combine by character classes. Added many more details + on how to compose horizontal-in-vertical text. + <li>Added appendix on <a href="#character-properties">Characters and Properties</a>. </ul> <h2 class="no-num" id="acknowledgements">
Received on Saturday, 20 August 2011 00:11:20 UTC