csswg/css3-text Overview.html,1.90,1.91 Overview.src.html,1.189,1.190

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
text-autospace now references JLREQ instead of JIS X 4051

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- Overview.html	2 Apr 2011 17:58:40 -0000	1.90
+++ Overview.html	3 Apr 2011 09:05:17 -0000	1.91
@@ -83,14 +83,14 @@
 
    <h1>CSS Text Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 April 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 April 2011</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
-     2011/03/31 19:23:21 $ (CVS $Revision$)</a> <!--
-      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110402/">http://www.w3.org/TR/2011/WD-css3-text-20110402/</a></dd>
+     2011/04/02 17:58:40 $ (CVS $Revision$)</a> <!--
+      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110403/">http://www.w3.org/TR/2011/WD-css3-text-20110403/</a></dd>
     -->
      
 
@@ -3938,8 +3938,7 @@
    existing glyphs.
 
   <p>(A commonly used algorithm for determining this behavior is specified in
-   JIS X-4051 <a href="#JIS4051"
-   rel=biblioentry>[JIS4051]<!--{{JIS4051}}--></a>.)
+   <a href="#JLREQ" rel=biblioentry>[JLREQ]<!--{{JLREQ}}--></a>.)
 
   <p>This property is additive with the <span class=property><a
    href="#word-spacing">&lsquo;<code

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -d -r1.189 -r1.190
--- Overview.src.html	2 Apr 2011 17:58:40 -0000	1.189
+++ Overview.src.html	3 Apr 2011 09:05:18 -0000	1.190
@@ -2897,7 +2897,7 @@
       space characters, but instead to the width increment of existing glyphs.
 
     <p>(A commonly used algorithm for determining this behavior is specified in
-      JIS X-4051 [[JIS4051]].)
+      [[JLREQ]].)
 
     <p>This property is additive with the <span class="property"><a
       href="#word-spacing">'word-spacing'</a></span> and <span class="property"><a

Received on Sunday, 3 April 2011 09:05:55 UTC