csswg/css3-text Overview.html,1.199,1.200 Overview.src.html,1.297,1.298

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fix example to match new interpretation of word-spacing: <percentage>

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- Overview.html	6 Jan 2012 22:56:53 -0000	1.199
+++ Overview.html	6 Jan 2012 22:59:32 -0000	1.200
@@ -35,7 +35,7 @@
     <dt>This version:
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/06
-     22:37:37 $ (CVS $Revision$)</a> <!--
+     22:56:54 $ (CVS $Revision$)</a> <!--
       <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120106/">http://www.w3.org/TR/2012/WD-css3-text-20120106/</a></dd>
     -->
      
@@ -2533,7 +2533,7 @@
    <p>In the following example, word spacing is halved, but may expand up to
     its full amount if needed for text justification.
 
-   <pre>p { word-spacing: 50% 100%; }</pre>
+   <pre>p { word-spacing: -50% 0%; }</pre>
   </div>
 
   <p id=spacing-limit>The <dfn

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.297
retrieving revision 1.298
diff -u -d -r1.297 -r1.298
--- Overview.src.html	6 Jan 2012 22:56:54 -0000	1.297
+++ Overview.src.html	6 Jan 2012 22:59:32 -0000	1.298
@@ -1835,7 +1835,7 @@
   <div class="example">
     <p>In the following example, word spacing is halved, but may expand up
     to its full amount if needed for text justification.
-    <pre>p { word-spacing: 50% 100%; }</pre>
+    <pre>p { word-spacing: -50% 0%; }</pre>
   </div>
 
   <p id="spacing-limit">The <dfn>&lt;spacing-limit&gt;</dfn> value type,

Received on Friday, 6 January 2012 23:01:47 UTC