csswg/css3-writing-modes Overview.html,1.145,1.146 Overview.src.html,1.152,1.153

Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv5711

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.145
retrieving revision 1.146
diff -u -d -r1.145 -r1.146
--- Overview.html	25 May 2011 03:23:52 -0000	1.145
+++ Overview.html	25 May 2011 08:35:29 -0000	1.146
@@ -273,6 +273,13 @@
     Composition: the &lsquo;<code class=property>text-combine</code>&rsquo;
     property</a>
 
+   <li class=no-num><a href="#changes">Changes</a>
+    <ul class=toc>
+     <li class=no-num><a href="#recent-changes"> Changes from the April 2011
+      CSS Writing Modes Module Level 3 <abbr title="Working
+      Draft">WD</abbr></a>
+    </ul>
+
    <li class=no-num><a href="#acknowledgements"> Acknowledgements</a>
 
    <li class=no-num><a href="#bidi-html"> Appendix A: Bidi Rules for HTML</a>
@@ -2853,6 +2860,57 @@
     to an arbitrary paragraph.</p>
 -->
 
+  <h2 class=no-num id=changes>Changes</h2>
+
+  <h3 class=no-num id=recent-changes> Changes from the <a
+   href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110428/">April
+   2011 CSS Writing Modes Module Level 3 <abbr title="Working
+   Draft">WD</abbr></a></h3>
+
+  <p>Major changes include:
+
+  <ul>
+   <li>Adjusted &lsquo;<a href="#unicode-bidi0"><code
+    class=property>unicode-bidi</code></a>&rsquo; syntax to disallow
+    questionable combinations.
+
+   <li>Clarified <a href="#bidi-box-model">box model for inline elements in
+    bidirectional context</a> and added an issue on which box decorations are
+    drawn when it breaks across lines.
+
+   <li>Rewrote <a href="#vertical-typesetting">vertical typesetting</a> rules
+    and added an <a href=vertical-typesetting-details>appendix</a> with
+    details instead of relying only on the East Asian Width property.
+
+   <li>Clarified and corrected <a href="#orthogonal-flows">orthogonal
+    flows</a> section.
+
+   <li>Simplified definitions of <a
+    href="#logical-direction-layout">flow-relative mappings</a> since logical
+    properties don't depend on them.
+
+   <li>Marked new &lsquo;<a href="#before"><code
+    class=css>before</code></a>&rsquo; value as the initial value of
+    &lsquo;<code class=property>caption-side</code>&rsquo; and added note
+    about &lsquo;<code class=css>before-outside</code>&rsquo; and
+    &lsquo;<code class=css>after-outside</code>&rsquo; to parallel note in
+    CSS2.1.
+
+   <li>Added rules to calculate <a href="#page-direction">page progression
+    direction</a>.
+
+   <li>Added <a href="#intrinsic-sizing">intrinsic dimentions</a> keywords to
+    &lsquo;<code class=property>width</code>&rsquo;, &lsquo;<code
+    class=property>height</code>&rsquo;, &lsquo;<code
+    class=property>min-width</code>&rsquo;, &lsquo;<code
+    class=property>min-height</code>&rsquo;, &lsquo;<code
+    class=property>max-width</code>&rsquo;, &lsquo;<code
+    class=property>max-height</code>&rsquo;, and &lsquo;<code
+    class=property>column-width</code>&rsquo; properties.
+
+   <li>Marked intrinsic sizes of multi-column elements as undefined.
+  </ul>
+
   <h2 class=no-num id=acknowledgements> Acknowledgements</h2>
 
   <p>John Daggett, Martin Heijdra, Ken Lunde, Paul Nelson, Michel Suignard,

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -d -r1.152 -r1.153
--- Overview.src.html	25 May 2011 03:23:52 -0000	1.152
+++ Overview.src.html	25 May 2011 08:35:29 -0000	1.153
@@ -2135,6 +2135,35 @@
     to an arbitrary paragraph.</p>
 -->
 
+<h2 class="no-num" id="changes">Changes</h2>
+  <h3 class="no-num" id="recent-changes">
+  Changes from the <a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110428/">April
+  2011 CSS Writing Modes Module Level 3 <abbr title="Working Draft">WD</abbr></a></h3>
+
+  <p>Major changes include:</p>
+
+  <ul>
+    <li>Adjusted 'unicode-bidi' syntax to disallow questionable combinations.
+    <li>Clarified <a href="#bidi-box-model">box model for inline elements in bidirectional context</a>
+      and added an issue on which box decorations are drawn when it breaks across lines.</li>
+    <li>Rewrote <a href="#vertical-typesetting">vertical typesetting</a> rules
+      and added an <a href="vertical-typesetting-details">appendix</a> with
+      details instead of relying only on the East Asian Width property.
+    <li>Clarified and corrected <a href="#orthogonal-flows">orthogonal flows</a>
+      section.</li>
+    <li>Simplified definitions of <a href="#logical-direction-layout">flow-relative mappings</a>
+      since logical properties don't depend on them.</li>
+    <li>Marked new ''before'' value as the initial value of 'caption-side' and
+      added note about ''before-outside'' and ''after-outside'' to parallel
+      note in CSS2.1.
+    <li>Added rules to calculate <a href="#page-direction">page progression direction</a>.</li>
+    <li>Added <a href="#intrinsic-sizing">intrinsic dimentions</a> keywords to
+      'width', 'height', 'min-width', 'min-height', 'max-width', 'max-height',
+      and 'column-width' properties.</li>
+    <li>Marked intrinsic sizes of multi-column elements as undefined.</li>
+  </ul>
+
+
 <h2 class="no-num" id="acknowledgements">
 Acknowledgements</h2>
 

Received on Wednesday, 25 May 2011 08:35:33 UTC