csswg/css3-writing-modes Overview.html,1.199,1.200 Overview.src.html,1.210,1.211

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 &lsquo;<a
+    href="#unicode-bidi0"><code class=property>unicode-bidi</code></a>&rsquo;
+    values and defined &lsquo;<a href="#plaintext"><code
+    class=css>plaintext</code></a>&rsquo; to use heuristics for inline
+    elements as well.
+
+   <li>Renamed &lsquo;<code class=css>vertical-right</code>&rsquo; value of
+    &lsquo;<a href="#text-orientation0"><code
+    class=property>text-orientation</code></a>&rsquo; to &lsquo;<a
+    href="#upright-right"><code class=css>upright-right</code></a>&rsquo;.
+
+   <li>Renamed &lsquo;<code class=css>rotate</code>&rsquo; values of
+    &lsquo;<a href="#text-orientation0"><code
+    class=property>text-orientation</code></a>&rsquo; to &lsquo;<a
+    href="#sideways"><code class=property>sideways</code></a>&rsquo;.
+
+   <li>Renamed &lsquo;<code class=css>auto</code>&rsquo; value of &lsquo;<a
+    href="#text-orientation0"><code
+    class=property>text-orientation</code></a>&rsquo; to &lsquo;<a
+    href="#use-glyph-orientation"><code
+    class=css>use-glyph-orientation</code></a>&rsquo; 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 &lsquo;<code class=property>text-combine</code>&rsquo;
+    property to &lsquo;<a href="#text-combine-horizontal"><code
+    class=property>text-combine-horizontal</code></a>&rsquo; 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