csswg/css3-text Overview.html,1.124,1.125 Overview.src.html,1.222,1.223

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Add description for keep-spaces

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -d -r1.124 -r1.125
--- Overview.html	27 Apr 2011 03:37:07 -0000	1.124
+++ Overview.html	27 Apr 2011 03:40:05 -0000	1.125
@@ -89,7 +89,7 @@
     <dt>This version:
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
-     2011/04/27 01:50:55 $ (CVS $Revision$)</a> <!--
+     2011/04/27 03:37:07 $ (CVS $Revision$)</a> <!--
       <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110427/">http://www.w3.org/TR/2011/WD-css3-text-20110427/</a></dd>
     -->
      
@@ -5411,7 +5411,13 @@
     title="text-emphasis-skip:keep-punctuation">&lsquo;<code
     class=css>keep-punctuation</code>&rsquo;</dfn>
 
-   <dd>Don't skip punctuation (P*).
+   <dd>Don't skip punctuation (Zs).
+
+   <dt><dfn id=keep-spaces
+    title="text-emphasis-skip:keep-spaces">&lsquo;<code
+    class=css>keep-spaces</code>&rsquo;</dfn>
+
+   <dd>Don't skip spaces (P*).
 
    <dt><dfn id=skip-symbols
     title="text-emphasis-skip:skip-symbols">&lsquo;<code
@@ -7068,6 +7074,9 @@
         title="text-emphasis-skip:keep-punctuation"><strong>11.2.5.</strong></a>
         
 
+       <li>text-emphasis-skip:keep-spaces, <a href="#keep-spaces"
+        title="text-emphasis-skip:keep-spaces"><strong>11.2.5.</strong></a>
+
        <li>text-emphasis-skip:normal, <a href="#normal6"
         title="text-emphasis-skip:normal"><strong>11.2.5.</strong></a>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -d -r1.222 -r1.223
--- Overview.src.html	27 Apr 2011 03:37:07 -0000	1.222
+++ Overview.src.html	27 Apr 2011 03:40:05 -0000	1.223
@@ -4109,7 +4109,9 @@
           per-cent/per-mille/per-ten-thousand signs (U+0025, U+0609, U+060A,
           U+066A, U+2030, U+2031).</dd>
       <dt><dfn title="text-emphasis-skip:keep-punctuation">''keep-punctuation''</dfn></dt>
-        <dd>Don't skip punctuation (P*).</dd>
+        <dd>Don't skip punctuation (Zs).</dd>
+      <dt><dfn title="text-emphasis-skip:keep-spaces">''keep-spaces''</dfn></dt>
+        <dd>Don't skip spaces (P*).</dd>
       <dt><dfn title="text-emphasis-skip:skip-symbols">''skip-symbols''</dfn></dt>
         <dd>Skip symbols (S*), &amp;, #, and the various
           per-cent/per-mille/per-ten-thousand signs.</dd>

Received on Wednesday, 27 April 2011 03:40:08 UTC