csswg/css3-text Overview.html,1.206,1.207 Overview.src.html,1.304,1.305

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fix text-indent computed value

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -d -r1.206 -r1.207
--- Overview.html	12 Jan 2012 02:22:09 -0000	1.206
+++ Overview.html	12 Jan 2012 02:30:42 -0000	1.207
@@ -36,7 +36,7 @@
     <dt>This version:
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/12
-     01:57:40 $ (CVS $Revision$)</a> <!--
+     02:22:09 $ (CVS $Revision$)</a> <!--
       <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120112/">http://www.w3.org/TR/2012/WD-css3-text-20120112/</a></dd>
     -->
      
@@ -2872,7 +2872,8 @@
     <tr>
      <th>Computed&#160;value:
 
-     <td>the percentage as specified or the absolute length
+     <td>the percentage as specified or the absolute length, plus any
+      keywords as specified
   </table>
 
   <p>This property specifies the indentation applied to lines of inline
@@ -3135,8 +3136,7 @@
      <td>HALFWIDTH IDEOGRAPHIC COMMA
   </table>
 
-  <p>The UA may include other characters as appropriate. <span
-   class=issue>Should other characters be included?</span>
+  <p>The UA may include other characters as appropriate.
 
   <p class=note>The CSS Working Group would appreciate if UAs including other
    characters would <a href="#status">inform the working group</a> of such

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.304
retrieving revision 1.305
diff -u -d -r1.304 -r1.305
--- Overview.src.html	12 Jan 2012 02:22:09 -0000	1.304
+++ Overview.src.html	12 Jan 2012 02:30:42 -0000	1.305
@@ -2123,7 +2123,8 @@
         </tr>
         <tr>
           <th>Computed&#160;value:</th>
-          <td>the percentage as specified or the absolute length</td>
+          <td>the percentage as specified or the absolute length,
+            plus any keywords as specified
         </tr>
       </tbody>
     </table>
@@ -2276,7 +2277,6 @@
       <tr><td>U+FF64 <td>&#xFF64; <td>HALFWIDTH IDEOGRAPHIC COMMA
     </table>
     <p>The UA may include other characters as appropriate.
-    <span class="issue">Should other characters be included?</span>
 
     <p class="note">The CSS Working Group would appreciate if UAs including
       other characters would <a href="#status">inform the working group</a>

Received on Thursday, 12 January 2012 02:32:48 UTC