csswg/css3-text Overview.html,1.191,1.192 Overview.src.html,1.289,1.290

Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv26364

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fix syntax of 'text-align' when combining values.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -d -r1.191 -r1.192
--- Overview.html	17 Nov 2011 00:29:46 -0000	1.191
+++ Overview.html	18 Nov 2011 10:42:52 -0000	1.192
@@ -29,15 +29,15 @@
 
    <h1>CSS Text Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 November
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 18 November
     2011</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/11/17
-     00:09:12 $ (CVS $Revision$)</a> <!--
-      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20111117/">http://www.w3.org/TR/2011/WD-css3-text-20111117/</a></dd>
+     00:29:46 $ (CVS $Revision$)</a> <!--
+      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20111118/">http://www.w3.org/TR/2011/WD-css3-text-20111118/</a></dd>
     -->
      
 
@@ -63,9 +63,6 @@
 
     <dd><a href="mailto:kojiishi@gluesoft.co.jp">Koji Ishii</a> (Invited
      Expert)
-
-    <dd><a href="mailto:murakami@antenna.co.jp">Shinyu Murakami</a> (<a
-     href="http://www.antenna.co.jp/">Antenna House</a>)
    </dl>
    <!--begin-copyright-->
    <p class=copyright><a
@@ -2296,10 +2293,10 @@
     <tr>
      <th>Value:
 
-     <td>[ start | <a class=noxref
+     <td>start end | match-parent | <a class=noxref
       href="http://www.w3.org/TR/CSS21/syndata.html#value-def-string"><span
-      class=value-inst-string>&lt;string&gt;</span></a> ]? [ start | end |
-      left | right | center | justify | match-parent ]
+      class=value-inst-string>&lt;string&gt;</span></a>? [ start | end | left
+      | right | center | justify ]
 
     <tr>
      <th>Initial:
@@ -2386,7 +2383,7 @@
     When applied to a table cell, specifies the <dfn
     id=alignment-character>alignment character</dfn> around which the cell's
     contents will align. See <a href="#character-alignment">below</a> for
-    further details.
+    further details and how this value combines with keywords.
 
    <dt><dfn id=match-parent title="text-align:match-parent">&lsquo;<code
     class=css>match-parent</code>&rsquo;</dfn>
@@ -2399,12 +2396,16 @@
     results in a computed value of either &lsquo;<code
     class=property>left</code>&rsquo; or &lsquo;<code
     class=property>right</code>&rsquo;.
-  </dl>
 
-  <p>If two keywords are given in combination, then the first value specifies
-   the alignment of the first line and any line immediately after a forced
-   line break; and the second value specifies the alignment of any remaining
-   lines.
+   <dt><dfn id=start-end title="text-align:start end">&lsquo;<code
+    class=css>start end</code>&rsquo;</dfn>
+
+   <dd>Specifies &lsquo;<code class=css>start</code>&rsquo;&lsquo;<code
+    class=css> alignment of the first line and any line immediately after a
+    forced line break; and </code>&rsquo;&lsquo;<code
+    class=property>end</code>&rsquo;&lsquo;<code class=css> alignment of any
+    remaining lines not affected by </code>&rsquo;text-align-last'.
+  </dl>
 
   <p>A block of text is a stack of <a
    href="http://www.w3.org/TR/CSS21/visuren.html#line-box">line boxes</a>. In
@@ -6610,8 +6611,8 @@
     <tr>
      <th><a class=property href="#text-align0">text-align</a>
 
-     <td>[ start | &lt;string&gt; ]? [ start | end | left | right | center |
-      justify | match-parent ]
+     <td>start end | match-parent | &lt;string&gt;? [ start | end | left |
+      right | center | justify ]
 
      <td>start
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.289
retrieving revision 1.290
diff -u -d -r1.289 -r1.290
--- Overview.src.html	17 Nov 2011 00:29:46 -0000	1.289
+++ Overview.src.html	18 Nov 2011 10:42:53 -0000	1.290
@@ -48,7 +48,6 @@
   <dt>Editors:</dt>
     <dd><a href="http://fantasai.inkedblade.net/contact">Elika J. Etemad</a> (Mozilla)</dd>
     <dd><a href="mailto:kojiishi@gluesoft.co.jp">Koji Ishii</a> (Invited Expert)</dd>
-    <dd><a href="mailto:murakami@antenna.co.jp">Shinyu Murakami</a> (<a href="http://www.antenna.co.jp/">Antenna House</a>)</dd>
 </dl>
 
 <!--begin-copyright-->
@@ -1577,8 +1576,9 @@
         </tr>
         <tr>
           <th>Value:</th>
-          <td>[ start | <a class="noxref" href="http://www.w3.org/TR/CSS21/syndata.html#value-def-string"><span class="value-inst-string">&lt;string&gt;</span></a> ]?
-            [ start | end | left | right | center | justify | match-parent ]
+          <td>start end | match-parent |
+            <a class="noxref" href="http://www.w3.org/TR/CSS21/syndata.html#value-def-string"><span class="value-inst-string">&lt;string&gt;</span></a>?
+            [ start | end | left | right | center | justify ]
           </td>
         </tr>
         <tr>
@@ -1637,19 +1637,19 @@
         be <a href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>.
         When applied to a table cell, specifies the <dfn>alignment character</dfn>
         around which the cell's contents will align. See
-        <a href="#character-alignment">below</a> for further details.
+        <a href="#character-alignment">below</a> for further details and
+        how this value combines with keywords.
       </dd>
     <dt><dfn title="text-align:match-parent">''match-parent''</dfn></dt>
       <dd>This value behaves the same as 'inherit' except that an inherited
         'start' or 'end' keyword is calculated against its parent's 'direction'
         value and results in a computed value of either 'left' or 'right'.
+    <dt><dfn title="text-align:start end">''start end''</dfn>
+      <dd>Specifies ''start''' alignment of the first line and any line
+        immediately after a forced line break; and ''end'' alignment of
+        any remaining lines not affected by 'text-align-last'.
     </dl>
 
-    <p>If two keywords are given in combination, then the first value specifies
-      the alignment of the first line and any line immediately after a forced
-      line break; and the second value specifies the alignment of any remaining
-      lines.
-
     <p>A block of text is a stack of
       <a href="http://www.w3.org/TR/CSS21/visuren.html#line-box">line boxes</a>.
       In the case of 'start', 'end', 'left', 'right' and 'center', this

Received on Friday, 18 November 2011 10:43:00 UTC