csswg/css3-text Overview.html,1.115,1.116 Overview.src.html,1.213,1.214

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Make text-spacing only apply to block containers (makes it simpler). Might consider expanding to all elements later.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -d -r1.115 -r1.116
--- Overview.html	20 Apr 2011 17:54:58 -0000	1.115
+++ Overview.html	21 Apr 2011 05:05:32 -0000	1.116
@@ -83,14 +83,14 @@
 
    <h1>CSS Text Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 April 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 21 April 2011</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
-     2011/04/20 01:59:56 $ (CVS $Revision$)</a> <!--
-      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110420/">http://www.w3.org/TR/2011/WD-css3-text-20110420/</a></dd>
+     2011/04/20 17:54:59 $ (CVS $Revision$)</a> <!--
+      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110421/">http://www.w3.org/TR/2011/WD-css3-text-20110421/</a></dd>
     -->
      
 
@@ -3551,7 +3551,7 @@
     <tr>
      <th>Applies to:
 
-     <td>all elements
+     <td>block containers
 
     <tr>
      <th>Inherited:
@@ -6485,7 +6485,7 @@
 
          <td>normal
 
-         <td>all elements
+         <td>block containers
 
          <td>yes
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -d -r1.213 -r1.214
--- Overview.src.html	20 Apr 2011 17:54:59 -0000	1.213
+++ Overview.src.html	21 Apr 2011 05:05:33 -0000	1.214
@@ -2630,7 +2630,7 @@
         </tr>
         <tr>
           <th>Applies to:</th>
-          <td>all elements</td>
+          <td>block containers</td>
         </tr>
         <tr>
           <th>Inherited:</th>

Received on Thursday, 21 April 2011 05:05:36 UTC