csswg/css3-text Overview.html,1.204,1.205 Overview.src.html,1.302,1.303

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Remove ability to combine <string> and 'justify' for 'text-align', because it's annoying to spec it. (If people complain, we can add it later.)

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -d -r1.204 -r1.205
--- Overview.html	12 Jan 2012 01:53:17 -0000	1.204
+++ Overview.html	12 Jan 2012 01:57:40 -0000	1.205
@@ -36,7 +36,7 @@
     <dt>This version:
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/12
-     01:48:25 $ (CVS $Revision$)</a> <!--
+     01:53:17 $ (CVS $Revision$)</a> <!--
       <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120112/">http://www.w3.org/TR/2012/WD-css3-text-20120112/</a></dd>
     -->
      
@@ -1835,7 +1835,7 @@
     <tr>
      <th>Value:
 
-     <td>&lt;string&gt;? [ start | end | left | right | center | justify ] |
+     <td>&lt;string&gt;? [ start | end | left | right | center ] | justify |
       match-parent | start end
 
     <tr>
@@ -5385,7 +5385,7 @@
     <tr>
      <th><a class=property href="#text-align0">text-align</a>
 
-     <td>&lt;string&gt;? [ start | end | left | right | center | justify ] |
+     <td>&lt;string&gt;? [ start | end | left | right | center ] | justify |
       match-parent | start end
 
      <td>start

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.302
retrieving revision 1.303
diff -u -d -r1.302 -r1.303
--- Overview.src.html	12 Jan 2012 01:53:17 -0000	1.302
+++ Overview.src.html	12 Jan 2012 01:57:40 -0000	1.303
@@ -1284,8 +1284,8 @@
         </tr>
         <tr>
           <th>Value:</th>
-          <td>&lt;string&gt;? [ start | end | left | right | center | justify ] |
-              match-parent | start end
+          <td>&lt;string&gt;? [ start | end | left | right | center ] |
+              justify | match-parent | start end
           </td>
         </tr>
         <tr>

Received on Thursday, 12 January 2012 01:59:47 UTC