- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 May 2011 08:35:31 +0000
- To: public-css-commits@w3.org
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 ‘<code class=property>text-combine</code>’ 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 ‘<a href="#unicode-bidi0"><code + class=property>unicode-bidi</code></a>’ 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 ‘<a href="#before"><code + class=css>before</code></a>’ value as the initial value of + ‘<code class=property>caption-side</code>’ and added note + about ‘<code class=css>before-outside</code>’ and + ‘<code class=css>after-outside</code>’ 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 + ‘<code class=property>width</code>’, ‘<code + class=property>height</code>’, ‘<code + class=property>min-width</code>’, ‘<code + class=property>min-height</code>’, ‘<code + class=property>max-width</code>’, ‘<code + class=property>max-height</code>’, and ‘<code + class=property>column-width</code>’ 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