csswg/css3-text Overview.html,1.188,1.189 Overview.src.html,1.286,1.287

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Correct 'computed-value' line per dbaron's message; resolve auto hyphenation-character per <http://lists.w3.org/Archives/Public/www-international/2011OctDec/0009.html>

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -d -r1.188 -r1.189
--- Overview.html	20 Oct 2011 06:18:50 -0000	1.188
+++ Overview.html	25 Oct 2011 21:05:30 -0000	1.189
@@ -29,7 +29,7 @@
 
    <h1>CSS Text Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 October
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 October
     2011</h2>
 
    <dl>
@@ -37,7 +37,7 @@
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/10/20
      06:15:56 $ (CVS $Revision$)</a> <!--
-      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20111020/">http://www.w3.org/TR/2011/WD-css3-text-20111020/</a></dd>
+      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20111025/">http://www.w3.org/TR/2011/WD-css3-text-20111025/</a></dd>
     -->
      
 
@@ -1729,7 +1729,8 @@
 
   <p>This property specifies strings that are shown between parts of
    hyphenated words. The &lsquo;<code class=property>auto</code>&rsquo; value
-   means that the user agent should find an appropriate value. If a string is
+   means that the user agent should find an appropriate value, preferably
+   from the same source as the hyphenation dictionary. If a string is
    specified, it appears at the end of the line before a hyphenation break.
 
   <div class=example>
@@ -1745,8 +1746,6 @@
    href="#hyphenate-character0"><code
    class=property>hyphenate-character</code></a>&rsquo;.
 
-  <p class=issue>Can we point to CLDR for hyphenation character data?
-
   <h3 id=hyphenate-size-limits><span class=secno>5.3. </span> Hyphenation
    Size Limit: the &lsquo;<a href="#hyphenate-limit-zone"><code
    class=property>hyphenate-limit-zone</code></a>&rsquo; property</h3>
@@ -3108,8 +3107,8 @@
     <tr>
      <th>Computed&#160;value:
 
-     <td>&lsquo;<code class=property>normal</code>&rsquo; or computed value
-      or percentage
+     <td>as specified, except with &lt;length> values computed to absolute
+      lengths
   </table>
 
   <p>This property specifies the minimum, maximum, and optimal spacing
@@ -3192,8 +3191,8 @@
     <tr>
      <th>Computed&#160;value:
 
-     <td>&lsquo;<code class=property>normal</code>&rsquo; or computed value
-      or percentage
+     <td>as specified, except with &lt;length> values computed to absolute
+      lengths
   </table>
 
   <p>This property specifies the minimum, maximum, and optimal spacing

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.286
retrieving revision 1.287
diff -u -d -r1.286 -r1.287
--- Overview.src.html	20 Oct 2011 06:15:56 -0000	1.286
+++ Overview.src.html	25 Oct 2011 21:05:31 -0000	1.287
@@ -1149,7 +1149,8 @@
 
     <p>This property specifies strings that are shown between parts of
       hyphenated words. The 'auto' value means that the user agent should
-      find an appropriate value. If a string is specified, it appears at
+      find an appropriate value, preferably from the same source as the
+      hyphenation dictionary. If a string is specified, it appears at
       the end of the line before a hyphenation break. 
 
     <div class="example">
@@ -1163,8 +1164,6 @@
       hyphens triggered by soft hyphens are rendered according to
       'hyphenate-character'.
 
-    <p class="issue">Can we point to CLDR for hyphenation character data?</p>
-
   <h3 id="hyphenate-size-limits">
     Hyphenation Size Limit: the 'hyphenate-limit-zone' property</h3>
 
@@ -2220,7 +2219,7 @@
         </tr>
         <tr>
           <th>Computed&#160;value:</th>
-          <td>'normal' or computed value or percentage</td>
+          <td>as specified, except with &lt;length> values computed to absolute lengths</td>
         </tr>
       </tbody>
     </table>
@@ -2299,7 +2298,9 @@
         </tr>
         <tr>
           <th>Computed&#160;value:</th>
-          <td>'normal' or computed value or percentage</td>
+          <td>as specified, except with &lt;length> values computed to absolute lengths
+
+</td>
         </tr>
       </tbody>
     </table>

Received on Tuesday, 25 October 2011 21:05:39 UTC