csswg/css3-writing-modes Overview.html,1.159,1.160 Overview.src.html,1.167,1.168

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 (&lsquo;<code
+     class=css>text-transform: full-width</code>&rsquo; <a href="#CSS3TEXT"
+     rel=biblioentry>[CSS3TEXT]<!--{{CSS3TEXT}}--></a> or &lsquo;<code
+     class=css>font-variant-east-asian-width: full-width</code>&rsquo; <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 &lsquo;<code
      class=css>none</code>&rsquo;.
 
    <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
-    &lsquo;<code class=css>text-combine-horizontal: all</code>&rsquo;. 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 &lsquo;<code class=css>text-combine-horizontal: all</code>&rsquo;.
+    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
-    &lsquo;<code class=css>text-combine-horizontal: all</code>&rsquo;. 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 &lsquo;<code class=css>text-combine-horizontal: all</code>&rsquo;.
+    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 &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 dimensions</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.
+   <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&#229;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