csswg/css3-text Overview.html,1.110,1.111 Overview.src.html,1.208,1.209

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Add the 'text-decoration-skip' property / ''ink'' value to the "at risk" list

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- Overview.html	18 Apr 2011 07:17:24 -0000	1.110
+++ Overview.html	19 Apr 2011 17:16:46 -0000	1.111
@@ -83,14 +83,14 @@
 
    <h1>CSS Text Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 18 April 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 April 2011</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
-     2011/04/16 08:55:58 $ (CVS $Revision$)</a> <!--
-      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110418/">http://www.w3.org/TR/2011/WD-css3-text-20110418/</a></dd>
+     2011/04/18 07:17:24 $ (CVS $Revision$)</a> <!--
+      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110419/">http://www.w3.org/TR/2011/WD-css3-text-20110419/</a></dd>
     -->
      
 
@@ -226,6 +226,10 @@
    <li>the &lsquo;<a href="#text-spacing"><code
     class=property>text-spacing</code></a>&rsquo; property
 
+   <li>the &lsquo;<a href="#text-decoration-skip0"><code
+    class=property>text-decoration-skip</code></a>&rsquo; property /
+    &lsquo;<code class=css>ink</code>&rsquo; value
+
    <li><span class=issue>audit draft and add more here</span>
   </ul>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -d -r1.208 -r1.209
--- Overview.src.html	18 Apr 2011 07:17:24 -0000	1.208
+++ Overview.src.html	19 Apr 2011 17:16:46 -0000	1.209
@@ -181,6 +181,7 @@
       <li>the 'hyphenate-resource' property / ''@hyphenate-resource'' at-rule
       <li>the 'text-outline' property
       <li>the 'text-spacing' property
+      <li>the 'text-decoration-skip' property / ''ink'' value
       <li><span class="issue">audit draft and add more here</span>
     </ul>
 

Received on Tuesday, 19 April 2011 17:16:50 UTC