csswg/css3-text Overview.html,1.116,1.117 Overview.src.html,1.214,1.215

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fixed a typo in Japanese justification example

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- Overview.html	21 Apr 2011 05:05:32 -0000	1.116
+++ Overview.html	25 Apr 2011 04:37:55 -0000	1.117
@@ -83,14 +83,14 @@
 
    <h1>CSS Text Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 21 April 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 April 2011</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
-     2011/04/20 17:54:59 $ (CVS $Revision$)</a> <!--
-      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110421/">http://www.w3.org/TR/2011/WD-css3-text-20110421/</a></dd>
+     2011/04/21 05:05:33 $ (CVS $Revision$)</a> <!--
+      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110425/">http://www.w3.org/TR/2011/WD-css3-text-20110425/</a></dd>
     -->
      
 
@@ -2028,8 +2028,8 @@
        improvements).
 
       <li>Can use RFC4647 language-mapping, which is more intelligent than
-       :lang()'s prefix-matching. (Could also argue that :lang() should use
-       RFC4647.)
+       :lang()&apos;s prefix-matching. (Could also argue that :lang() should
+       use RFC4647.)
      </ul>
 
     <dt>disadvantages of &lsquo;<a href="#hyphenate-resource"><code
@@ -3237,9 +3237,6 @@
     rules for how a text formatter can justify Japanese text. It describes
     rules for cases where the &lsquo;<a href="#text-justify0"><code
     class=property>text-justify</code></a>&rsquo; property is &lsquo;<code
-    class=css>inter-ideograph</code>&rsquo;. It describes rules for cases
-    where the &lsquo;<a href="#text-justify0"><code
-    class=property>text-justify</code></a>&rsquo; property is &lsquo;<code
     class=css>inter-ideograph</code>&rsquo; and the &lsquo;<a
     href="#text-spacing"><code class=property>text-spacing</code></a>&rsquo;
     property does not specify &lsquo;<code
@@ -3266,21 +3263,21 @@
             take the first line break opportunity beyond the end of line
             and apply the following rules (in order) to compress until it fits.
             <ol style="list-style-type:lower-alpha">
-              <li>Compress space characters up to the minimum value specified by &lsquo;<code class=css>word-spacing</code>&rsquo; property, or up to 1/4em.</li>
+              <li>Compress space characters up to the minimum value specified by 'word-spacing' property, or up to 1/4em.</li>
               <li>Compress <a href="#fullwidth-middle-dot-punctuation">fullwidth middle dot punctuations</a>
                 and <a href="#fullwidth-colon-punctuation">fullwidth colon punctuations</a>
                 up to 1/2em, by trimming the same amount of spaces from both sides of the characters.</li>
               <li>Compress the left side of <a href="#fullwidth-opening-punctuation">fullwidth opening punctuations</a>
                 and the right side of <a href="#fullwidth-closing-punctuation">fullwidth closing punctuations</a>
                 up to 1/2em.</li>
-              <li>Compress spaces created by &lsquo;<code class=property>text-spacing</code>&rsquo; property up to 1/8em.</li>
+              <li>Compress spaces created by 'text-spacing' property up to 1/8em.</li>
             </ol></li>
           <li>If the compression fails to fit the line,
             take the last line break opportunity before the end of line,
             and apply the following rules (in order) to expand until it fits.
             <ol style="list-style-type:lower-alpha">
-              <li>Expand space characters up to the maximum value specified by &lsquo;<code class=css>word-spacing</code>&rsquo; property, or up to 1/2em.</li>
-              <li>Expand spaces created by &lsquo;<code class=property>text-spacing</code>&rsquo; property up to 1/2em.</li>
+              <li>Expand space characters up to the maximum value specified by 'word-spacing' property, or up to 1/2em.</li>
+              <li>Expand spaces created by 'text-spacing' property up to 1/2em.</li>
               <li>Expand all expansion opportunities as defined above in equal percent of the size of each character.</li>
             </ol></li>
         </ol>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -d -r1.214 -r1.215
--- Overview.src.html	21 Apr 2011 05:05:33 -0000	1.214
+++ Overview.src.html	25 Apr 2011 04:37:55 -0000	1.215
@@ -1389,7 +1389,7 @@
         of local dictionaries (and can also trigger other typographic
         improvements).
       <li>Can use RFC4647 language-mapping, which is more intelligent
-        than :lang()'s prefix-matching. (Could also argue that :lang()
+        than :lang()&apos;s prefix-matching. (Could also argue that :lang()
         should use RFC4647.)
     </ul></dd>
     <dt>disadvantages of ''@hyphenate-resource''</dt>
@@ -2338,7 +2338,6 @@
     <div class="example">
       <p>3.8 Line Adjustment in [[JLREQ]] gives an example of a set of rules for
         how a text formatter can justify Japanese text.
-        It describes rules for cases where the 'text-justify' property is ''inter-ideograph''.
         It describes rules for cases where the 'text-justify' property is ''inter-ideograph''
         and the 'text-spacing' property does not specify ''no-justify''.</p>
       <p>It produces an effect similar to cases where
@@ -2361,7 +2360,7 @@
             take the first line break opportunity beyond the end of line
             and apply the following rules (in order) to compress until it fits.
             <ol style="list-style-type:lower-alpha">
-              <li>Compress space characters up to the minimum value specified by ''word-spacing'' property, or up to 1/4em.</li>
+              <li>Compress space characters up to the minimum value specified by 'word-spacing' property, or up to 1/4em.</li>
               <li>Compress <a href="#fullwidth-middle-dot-punctuation">fullwidth middle dot punctuations</a>
                 and <a href="#fullwidth-colon-punctuation">fullwidth colon punctuations</a>
                 up to 1/2em, by trimming the same amount of spaces from both sides of the characters.</li>
@@ -2374,7 +2373,7 @@
             take the last line break opportunity before the end of line,
             and apply the following rules (in order) to expand until it fits.
             <ol style="list-style-type:lower-alpha">
-              <li>Expand space characters up to the maximum value specified by ''word-spacing'' property, or up to 1/2em.</li>
+              <li>Expand space characters up to the maximum value specified by 'word-spacing' property, or up to 1/2em.</li>
               <li>Expand spaces created by 'text-spacing' property up to 1/2em.</li>
               <li>Expand all expansion opportunities as defined above in equal percent of the size of each character.</li>
             </ol></li>

Received on Monday, 25 April 2011 04:37:59 UTC