csswg/css3-text Overview.html,1.222,1.223 Overview.src.html,1.322,1.323

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Clarify that spread values are not allowed for text-shadow.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -d -r1.222 -r1.223
--- Overview.html	19 Jan 2012 02:52:02 -0000	1.222
+++ Overview.html	23 Jan 2012 20:29:44 -0000	1.223
@@ -32,15 +32,15 @@
 
    <h1>CSS Text Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 January
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 January
     2012</h2>
 
    <dl>
     <dt>This version:
 
-    <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/18
-     23:33:32 $ (CVS $Revision$)</a> <!--
-    <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120119/">http://www.w3.org/TR/2012/WD-css3-text-20120119/</a></dd>
+    <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/19
+     02:52:02 $ (CVS $Revision$)</a> <!--
+    <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120123/">http://www.w3.org/TR/2012/WD-css3-text-20120123/</a></dd>
   -->
      
 
@@ -2284,20 +2284,19 @@
 
    <p>For instance, a basic but fast &lsquo;<code
     class=css>inter-word</code>&rsquo; justification algorithm might use a
-    simple greedy method for determining line breaks, then distribute space
-    using the <a href="#spacing">spacing limits provided</a>. This algorithm
-    could follow the guidelines by changing word spacing first, increasing
-    &lsquo;<a href="#letter-spacing0"><code
-    class=property>letter-spacing</code></a>&rsquo; only if &lsquo;<a
+    simple greedy method for determining line breaks, then distribute
+    leftover space using the <a href="#spacing">spacing limits provided</a>.
+    This algorithm could follow the guidelines by expanding word spaces
+    first, expanding between letters only if &lsquo;<a
     href="#word-spacing0"><code class=property>word-spacing</code></a>&rsquo;
     hit a limit.
 
    <p>A more sophisticated but slower &lsquo;<code
     class=css>inter-word</code>&rsquo; justification algorithm might use a
-    Knuth/Plass method where spacing opportunities and spacing limits were
-    assigned weights and assessed with other line breaking considerations.
-    This algorithm could follow the guidelines by giving more weight to word
-    spacing than letter spacing.
+    Knuth/Plass method where expansion opportunities and limits were assigned
+    weights and assessed with other line breaking considerations. This
+    algorithm could follow the guidelines by giving more weight to word
+    spaces than letter spacing.
   </div>
 
   <p id=expansion-opportunity>CSS defines <dfn
@@ -4360,9 +4359,10 @@
   <p>This property accepts a comma-separated list of shadow effects to be
    applied to the text of the element. Values are interpreted as for <a
    href="http://www.w3.org/TR/css3-background/#the-box-shadow">&lsquo;<code
-   class=property>box-shadow</code>&rsquo;</a>. <a href="#CSS3BG"
-   rel=biblioentry>[CSS3BG]<!--{{!CSS3BG}}--></a> The shadow is applied to
-   all of the element's text as well as any text decorations it specifies.
+   class=property>box-shadow</code>&rsquo;</a> <a href="#CSS3BG"
+   rel=biblioentry>[CSS3BG]<!--{{!CSS3BG}}--></a>. (But note that spread
+   values are not allowed.) The shadow is applied to all of the element's
+   text as well as any text decorations it specifies.
 
   <p>The shadow effects are applied front-to-back: the first shadow is on
    top. The shadows may thus overlay each other, but they never overlay the

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.322
retrieving revision 1.323
diff -u -d -r1.322 -r1.323
--- Overview.src.html	19 Jan 2012 02:52:02 -0000	1.322
+++ Overview.src.html	23 Jan 2012 20:29:45 -0000	1.323
@@ -1637,15 +1637,16 @@
 
       <p>For instance, a basic but fast ''inter-word'' justification algorithm
       might use a simple greedy method for determining line breaks, then
-      distribute space using the <a href="#spacing">spacing limits provided</a>.
-      This algorithm could follow the guidelines by changing word spacing
-      first, increasing 'letter-spacing' only if 'word-spacing' hit a limit.
+      distribute leftover space using the <a href="#spacing">spacing limits
+      provided</a>. This algorithm could follow the guidelines by expanding
+      word spaces first, expanding between letters only if 'word-spacing' hit
+      a limit.
 
       <p>A more sophisticated but slower ''inter-word'' justification algorithm
-      might use a Knuth/Plass method where spacing opportunities and spacing
+      might use a Knuth/Plass method where expansion opportunities and
       limits were assigned weights and assessed with other line breaking
       considerations. This algorithm could follow the guidelines by giving
-      more weight to word spacing than letter spacing. 
+      more weight to word spaces than letter spacing. 
     </div>
 
     <p id="expansion-opportunity">CSS defines <dfn>expansion opportunities</dfn>
@@ -3293,8 +3294,8 @@
 
     <p>This property accepts a comma-separated list of shadow effects to
       be applied to the text of the element. Values are interpreted as for
-      <a href="http://www.w3.org/TR/css3-background/#the-box-shadow">'box-shadow'</a>.
-      [[!CSS3BG]]
+      <a href="http://www.w3.org/TR/css3-background/#the-box-shadow">'box-shadow'</a>
+      [[!CSS3BG]]. (But note that spread values are not allowed.)
       The shadow is applied to all of the element's text as well as any
       text decorations it specifies.
 

Received on Monday, 23 January 2012 20:29:51 UTC