csswg/css3-text Overview.html,1.126,1.127 Overview.src.html,1.224,1.225

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fix cross-reference link in text-spacing

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -d -r1.126 -r1.127
--- Overview.html	27 Apr 2011 03:43:03 -0000	1.126
+++ Overview.html	1 May 2011 08:57:31 -0000	1.127
@@ -83,14 +83,14 @@
 
    <h1>CSS Text Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 April 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 May 2011</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
-     2011/04/27 03:40:05 $ (CVS $Revision$)</a> <!--
-      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110427/">http://www.w3.org/TR/2011/WD-css3-text-20110427/</a></dd>
+     2011/04/27 03:43:03 $ (CVS $Revision$)</a> <!--
+      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110501/">http://www.w3.org/TR/2011/WD-css3-text-20110501/</a></dd>
     -->
      
 
@@ -3614,9 +3614,10 @@
     title="text-spacing:ideograph-numeric">ideograph-numeric</dfn>
 
    <dd>Creates 1/4em extra spacing between runs of <a
-    href="#ideographs"><i>ideographs</i></a> and <i>non-ideographic</i>
-    numeric glyphs. <span class=note>A commonly used algorithm for
-    determining this behavior is specified in <a href="#JLREQ"
+    href="#ideographs"><i>ideographs</i></a> and <a
+    href="#non-ideographic-numerals"><i>non-ideographic numerals</i></a>
+    glyphs. <span class=note>A commonly used algorithm for determining this
+    behavior is specified in <a href="#JLREQ"
     rel=biblioentry>[JLREQ]<!--{{JLREQ}}--></a></span>
 
    <dt><dfn id=punctuation title="text-spacing:punctuation">punctuation</dfn>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -d -r1.224 -r1.225
--- Overview.src.html	27 Apr 2011 03:43:03 -0000	1.224
+++ Overview.src.html	1 May 2011 08:57:32 -0000	1.225
@@ -2672,7 +2672,7 @@
         </dd>
       <dt><dfn title="text-spacing:ideograph-numeric">ideograph-numeric</dfn></dt>
         <dd>Creates 1/4em extra spacing between runs of <i>ideographs</i> and
-          <i>non-ideographic</i> numeric glyphs.
+          <i>non-ideographic numerals</i> glyphs.
           <span class="note">A commonly used algorithm for determining this
             behavior is specified in [[JLREQ]]</span>
         </dd>

Received on Sunday, 1 May 2011 08:57:35 UTC