csswg/css3-text Overview.html,1.196,1.197 Overview.src.html,1.294,1.295

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fix <http://www.w3.org/Style/CSS/Tracker/issues/165> and remove spread radius from text-shadow (deal with in L4 if needed).

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -d -r1.196 -r1.197
--- Overview.html	5 Jan 2012 19:38:37 -0000	1.196
+++ Overview.html	6 Jan 2012 05:12:54 -0000	1.197
@@ -29,14 +29,14 @@
 
    <h1>CSS Text Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 January 2012</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 January 2012</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/05
-     19:11:26 $ (CVS $Revision$)</a> <!--
-      <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120105/">http://www.w3.org/TR/2012/WD-css3-text-20120105/</a></dd>
+     19:38:38 $ (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>
     -->
      
 
@@ -172,10 +172,8 @@
    <li>the &lsquo;<a href="#hanging-punctuation0"><code
     class=property>hanging-punctuation</code></a>&rsquo; property
 
-   <li>the percentage values of &lsquo;<a href="#letter-spacing0"><code
-    class=property>letter-spacing</code></a>&rsquo; and &lsquo;<a
-    href="#word-spacing0"><code class=property>word-spacing</code></a>&rsquo;
-    
+   <li>the percentage values of &lsquo;<a href="#word-spacing0"><code
+    class=property>word-spacing</code></a>&rsquo;
 
    <li>the &lsquo;<a href="#text-decoration-skip0"><code
     class=property>text-decoration-skip</code></a>&rsquo; property /
@@ -876,10 +874,9 @@
    <li>
     <p>If &lsquo;<a href="#text-space-collapse"><code
      class=property>text-space-collapse</code></a>&rsquo; is set to
-     &lsquo;<code class=css>preserve</code>&rsquo;, any sequence of spaces
-     unbroken by an element boundary is treated as a sequence of non-breaking
-     spaces. However, a line breaking opportunity exists at the end of the
-     sequence.
+     &lsquo;<code class=css>preserve</code>&rsquo;, any sequence of spaces is
+     treated as a sequence of non-breaking spaces. However, a line breaking
+     opportunity exists at the end of the sequence.
   </ul>
 
   <p>Then, the entire block is rendered. Inlines are laid out, taking bidi
@@ -1203,18 +1200,16 @@
   <p class=issue>Any guidance for appropriate references here would be much
    appreciated.
 
-  <p class=issue>Information on line-breaking in the absence of dictionaries:
-   <a
-   href="http://lists.w3.org/Archives/Public/www-style/2011Feb/0126.html">for
-   Thai</a>
-
   <p>Floated and absolutely-positioned elements do not introduce a line
    breaking opportunity. The line breaking behavior of a replaced element is
-   equivalent to that of a Latin character.
+   equivalent to that of the Object Replacement Character (U+FFFC).
 
   <p class=issue>It is not clear whether this section handles Southeast Asian
    scripts well. Additionally, some guidance should be provided on how to
-   break or not break Southeast Asian in the absence of a dictionary.
+   break or not break Southeast Asian in the absence of a dictionary. (See
+   e.g. <a
+   href="http://lists.w3.org/Archives/Public/www-style/2011Feb/0126.html">notes
+   on Thai</a>.)
 
   <h3 id=line-break><span class=secno>4.1. </span> Line Breaking Strictness:
    the &lsquo;<a href="#line-break0"><code
@@ -3630,7 +3625,7 @@
     <tr>
      <th>Value:
 
-     <td>auto | alphabetic | below left | below right
+     <td>auto | alphabetic | below && left | below && right
 
     <tr>
      <th>Initial:
@@ -4184,8 +4179,7 @@
     <tr>
      <th>Value:
 
-     <td>none | [<a href="#ltshadowgt"><var>&lt;shadow&gt;</var></a>, ] * <a
-      href="#ltshadowgt"><var>&lt;shadow&gt;</var></a>
+     <td>none | [ &lt;length>{2,3} && &gt;color>? ]#
 
     <tr>
      <th>Initial:
@@ -4219,10 +4213,9 @@
   </table>
 
   <p>This property accepts a comma-separated list of shadow effects to be
-   applied to the text of the element. <dfn
-   id=ltshadowgt>&lt;shadow&gt;</dfn> is the same as defined for the
-   &lsquo;<code class=property>box-shadow</code>&rsquo; property except that
-   the &lsquo;<code class=css>inset</code>&rsquo; keyword is not allowed. The
+   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>. [[!CSS3BACKGROUND]] The
    shadow is applied to all of the element's text as well as any text
    decorations it specifies.
 
@@ -5562,7 +5555,7 @@
     <tr>
      <th><a class=property href="#text-shadow0">text-shadow</a>
 
-     <td>none | [&lt;shadow&gt;, ] * &lt;shadow&gt;
+     <td>none | [ &lt;length>{2,3} && &gt;color>? ]#
 
      <td>none
 
@@ -5610,7 +5603,7 @@
      <th><a class=property
       href="#text-underline-position0">text-underline-position</a>
 
-     <td>auto | alphabetic | below left | below right
+     <td>auto | alphabetic | below && left | below && right
 
      <td>auto
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.294
retrieving revision 1.295
diff -u -d -r1.294 -r1.295
--- Overview.src.html	5 Jan 2012 19:38:38 -0000	1.294
+++ Overview.src.html	6 Jan 2012 05:12:54 -0000	1.295
@@ -130,7 +130,7 @@
       <li>the &lt;length> values of the 'tab-size' property
       <li>the ''start end'' value of 'text-align'
       <li>the 'hanging-punctuation' property
-      <li>the percentage values of 'letter-spacing' and 'word-spacing'
+      <li>the percentage values of 'word-spacing'
       <li>the 'text-decoration-skip' property / ''ink'' value
       <li><span class="issue">audit draft and add more here</span>
     </ul>
@@ -529,9 +529,8 @@
           to exist.</li>
       </ol>
     </li>
-    <li><p>If 'text-space-collapse' is set to
-      ''preserve'', any sequence of spaces unbroken by an element
-      boundary is treated as a sequence of non-breaking spaces. However,
+    <li><p>If 'text-space-collapse' is set to ''preserve'', any sequence of
+      spaces is treated as a sequence of non-breaking spaces. However,
       a line breaking opportunity exists at the end of the sequence.</p></li>
     </ul>
 
@@ -779,16 +778,14 @@
   <p class="issue">Any guidance for appropriate references here would be
     much appreciated.</p>
 
-  <p class="issue">Information on line-breaking in the absence of dictionaries:
-    <a href="http://lists.w3.org/Archives/Public/www-style/2011Feb/0126.html">for Thai</a>
-
   <p>Floated and absolutely-positioned elements do not introduce a line
     breaking opportunity. The line breaking behavior of a replaced element
-    is equivalent to that of a Latin character.</p>
+    is equivalent to that of the Object Replacement Character (U+FFFC).</p>
 
   <p class="issue">It is not clear whether this section handles Southeast Asian
     scripts well. Additionally, some guidance should be provided on how to
-    break or not break Southeast Asian in the absence of a dictionary.</p>
+    break or not break Southeast Asian in the absence of a dictionary.
+    (See e.g. <a href="http://lists.w3.org/Archives/Public/www-style/2011Feb/0126.html">notes on Thai</a>.)</p>
 
   <h3 id="line-break">
     Line Breaking Strictness: the 'line-break' property</h3>
@@ -2699,7 +2696,7 @@
           </tr>
           <tr>
             <th>Value:</th>
-            <td>auto | alphabetic | below left | below right
+            <td>auto | alphabetic | below && left | below && right
             </td>
           </tr>
           <tr>
@@ -3140,8 +3137,7 @@
         </tr>
         <tr>
           <th>Value:</th>
-          <td>none | [<var>&lt;shadow&gt;</var>, ] * <var>&lt;shadow&gt;</var>
-          </td>
+          <td>none | [ &lt;length>{2,3} && &gt;color>? ]#
         </tr>
         <tr>
           <th>Initial:</th>
@@ -3171,10 +3167,11 @@
     </table>
 
     <p>This property accepts a comma-separated list of shadow effects to
-      be applied to the text of the element. <dfn>&lt;shadow&gt;</dfn>
-      is the same as defined for the 'box-shadow' property except that
-      the ''inset'' keyword is not allowed. The shadow is applied to all
-      of the element's text as well as any text decorations it specifies.
+      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>.
+      [[!CSS3BACKGROUND]]
+      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

Received on Friday, 6 January 2012 05:15:00 UTC