- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 07 Jun 2011 02:47:09 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes In directory hutz:/tmp/cvs-serv14409 Modified Files: Overview.html Overview.src.html Log Message: Some clarifications to text-combine-horizontal Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v retrieving revision 1.159 retrieving revision 1.160 diff -u -d -r1.159 -r1.160 --- Overview.html 7 Jun 2011 02:30:20 -0000 1.159 +++ Overview.html 7 Jun 2011 02:47:07 -0000 1.160 @@ -276,7 +276,7 @@ <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 + <li class=no-num><a href="#recent-changes"> Changes from the May 2011 CSS Writing Modes Module Level 3 <abbr title="Working Draft">WD</abbr></a> </ul> @@ -2836,27 +2836,34 @@ effective height of the composition is assumed to be 1em square; anything outside the square is not measured for layout purposes. + <p>Any CSS fullwidth transformations (‘<code + class=css>text-transform: full-width</code>’ <a href="#CSS3TEXT" + rel=biblioentry>[CSS3TEXT]<!--{{CSS3TEXT}}--></a> or ‘<code + class=css>font-variant-east-asian-width: full-width</code>’ <a + href="#CSS3FONT" rel=biblioentry>[CSS3FONT]<!--{{CSS3FONT}}--></a>) are + turned off when the element contains more than one character. + <p>In horizontal mode, this value is equivalent to ‘<code class=css>none</code>’. <dt><dfn id=digits title="text-combine-horizontal:digits">digits</dfn> <dd>Within the element, each sequence of consecutive horizontal digits - that has as many or fewer characters than the integer given (or 2, if - none is given) is treated as if it were in an anonymous inline box with - ‘<code class=css>text-combine-horizontal: all</code>’. For - this property, a digit is any character belonging to a Number category - (N*) that does not belong to a vertical script. + that has as many or fewer characters than the integer given (or 2, if no + integer is given) is treated as if it were in an anonymous inline box + with ‘<code class=css>text-combine-horizontal: all</code>’. + For this property, a digit is any character belonging to a Number + category (N*) that does not belong to a vertical script. <dt><dfn id=alpha title="text-combine-horizontal:alpha">alpha</dfn> <dd>Within the element, each sequence of consecutive horizontal letters - that has as many or fewer characters than the integer given (or 2, if - none is given) is treated as if it were in an anonymous inline box with - ‘<code class=css>text-combine-horizontal: all</code>’. For - this property, a horizonal letter is any character belonging to a Letter - category (L*) that is not East Asian Fullwidth or Wide, and that does not - belong to a vertical script. + that has as many or fewer characters than the integer given (or 2, if no + integer is given) is treated as if it were in an anonymous inline box + with ‘<code class=css>text-combine-horizontal: all</code>’. + For this property, a horizonal letter is any character belonging to a + Letter category (L*) that is not East Asian Fullwidth or Wide, and that + does not belong to a vertical script. <dt><dfn id=alphanumeric title="text-combine-horizontal:alphanumeric">alphanumeric</dfn> @@ -2882,8 +2889,6 @@ Compress the composition horizontally until it fits within 1em square. </dl> - <p class=issue>Define interaction with text-transform - <p class=issue>Do we need a tolerance value for scaling? (e.g. 1.1 instead of 1em) @@ -2924,58 +2929,19 @@ <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> + href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110531/">May 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 dimensions</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. + <li> </ul> <h2 class=no-num id=acknowledgements> Acknowledgements</h2> - <p>John Daggett, Martin Heijdra, Ken Lunde, Paul Nelson, Michel Suignard, - Steve Zilles + <p>John Daggett, Martin Heijdra, Ken Lunde, Nat McCully, Paul Nelson, + Michel Suignard, Steve Zilles <h2 class=no-num id=bidi-html> Appendix A: Bidi Rules for HTML</h2> @@ -3656,6 +3622,16 @@ </dd> <!----> + <dt id=CSS3FONT>[CSS3FONT] + + <dd>John Daggett. <a + href="http://www.w3.org/TR/2011/WD-css3-fonts-20110324"><cite>CSS Fonts + Module Level 3.</cite></a> 24 March 2011. W3C Working Draft. (Work in + progress.) URL: <a + href="http://www.w3.org/TR/2011/WD-css3-fonts-20110324">http://www.w3.org/TR/2011/WD-css3-fonts-20110324</a> + </dd> + <!----> + <dt id=CSS3PAGE>[CSS3PAGE] <dd>Håkon Wium Lie; Melinda Grant. <a Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v retrieving revision 1.167 retrieving revision 1.168 diff -u -d -r1.167 -r1.168 --- Overview.src.html 7 Jun 2011 02:29:50 -0000 1.167 +++ Overview.src.html 7 Jun 2011 02:47:07 -0000 1.168 @@ -2120,19 +2120,23 @@ the content edges of its parent inline box. The effective height of the composition is assumed to be 1em square; anything outside the square is not measured for layout purposes. + <p>Any CSS fullwidth transformations + (''text-transform: full-width'' [[CSS3TEXT]] or + ''font-variant-east-asian-width: full-width'' [[CSS3FONT]]) + are turned off when the element contains more than one character. <p>In horizontal mode, this value is equivalent to ''none''. <dt><dfn title="text-combine-horizontal:digits">digits</dfn> <dd>Within the element, each sequence of consecutive horizontal digits that has as many or fewer characters than the integer given (or 2, - if none is given) is treated as if it were in an anonymous inline box - with ''text-combine-horizontal: all''. + if no integer is given) is treated as if it were in an anonymous inline + box with ''text-combine-horizontal: all''. For this property, a digit is any character belonging to a Number category (N*) that does not belong to a vertical script. <dt><dfn title="text-combine-horizontal:alpha">alpha</dfn> <dd>Within the element, each sequence of consecutive horizontal letters that has as many or fewer characters than the integer given (or 2, - if none is given) is treated as if it were in an anonymous inline box - with ''text-combine-horizontal: all''. + if no integer is given) is treated as if it were in an anonymous inline + box with ''text-combine-horizontal: all''. For this property, a horizonal letter is any character belonging to a Letter category (L*) that is not East Asian Fullwidth or Wide, and that does not belong to a vertical script. @@ -2153,7 +2157,6 @@ Compress the composition horizontally until it fits within 1em square. </dl> - <p class="issue">Define interaction with text-transform <p class="issue">Do we need a tolerance value for scaling? (e.g. 1.1 instead of 1em) <div class="example"> @@ -2185,37 +2188,18 @@ <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 + Changes from the <a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110531/">May 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 dimensions</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> + <li> </ul> - <h2 class="no-num" id="acknowledgements"> Acknowledgements</h2> -<p>John Daggett, Martin Heijdra, Ken Lunde, +<p>John Daggett, Martin Heijdra, Ken Lunde, Nat McCully, Paul Nelson, Michel Suignard, Steve Zilles</p> <h2 id="bidi-html" class=no-num>
Received on Tuesday, 7 June 2011 02:47:11 UTC