csswg/css3-text Overview.html,1.139,1.140 Overview.src.html,1.237,1.238

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
fix HTML errors.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -d -r1.139 -r1.140
--- Overview.html	3 Jun 2011 13:58:09 -0000	1.139
+++ Overview.html	4 Jun 2011 04:33:39 -0000	1.140
@@ -84,14 +84,14 @@
 
    <h1>CSS Text Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 June 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 June 2011</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
-     2011/05/23 18:08:03 $ (CVS $Revision$)</a> <!--
[...1809 lines suppressed...]
-      title="word-wrap:normal"><strong>7.2.</strong></a>
-    </ul>
-    <!--end-index--></div>
-  </div>
+   <li>word-spacing, <a href="#word-spacing0"
+    title=word-spacing><strong>9.1.</strong></a>
+
+   <li>word-wrap, <a href="#word-wrap0"
+    title=word-wrap><strong>7.2.</strong></a>
+
+   <li>word-wrap:break-word, <a href="#break-word"
+    title="word-wrap:break-word"><strong>7.2.</strong></a>
+
+   <li>word-wrap:hyphenate, <a href="#hyphenate"
+    title="word-wrap:hyphenate"><strong>7.2.</strong></a>
+
+   <li>word-wrap:normal, <a href="#normal3"
+    title="word-wrap:normal"><strong>7.2.</strong></a>
+  </ul>
+  <!--end-index-->

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -d -r1.237 -r1.238
--- Overview.src.html	3 Jun 2011 13:58:09 -0000	1.237
+++ Overview.src.html	4 Jun 2011 04:33:39 -0000	1.238
@@ -1264,7 +1264,7 @@
         left to the UA (which means it may vary depending on the language,
         the length of the line, or other factors), but the minimum number
         of characters before and after the hyphenation point is set to 3.
-      <pre>p { hyphenate-limit-chars: auto 3; }
+      <pre>p { hyphenate-limit-chars: auto 3; }</pre>
     </div>
 
   <h3 id="hyphenate-line-limits">
@@ -1375,14 +1375,14 @@
 <!-- -->simple example
 <!-- -->to        show 
 <!-- -->Antarctica.
-      <pre>
+      </pre>
     </div>
 
   <h3 id="hyphenation-resource">
     Hyphenation Resources</h3>
     
 <div class="issue">
-  <h4 id="at-hyphenate-resource">The ''@hyphenate-resource'' rule</h3>
+  <h4 id="at-hyphenate-resource">The ''@hyphenate-resource'' rule</h4>
 
   <p>ISSUE: this ''@hyphenate-resource'' at-rule is a proposal that would replace
     the 'hyphenate-resource' property.
@@ -2335,7 +2335,7 @@
       between consecutive EM DASH U+2014, HORIZONTAL BAR U+2015, HORIZONTAL
       ELLIPSIS U+2026, or TWO DOT LEADER U+2025 characters [[JLREQ]].
       The UA may introduce additional levels of prioritization to handle
-      expansion opportunities involving punctuation.</dd>
+      expansion opportunities involving punctuation.</p>
 
     <p>The UA may enable or break optional ligatures or use other font
       features such as alternate glyphs to help justify the text under
@@ -2784,6 +2784,7 @@
       font has proportional fullwidth punctuation glyphs), the UA
       must collapse the space typically associated with such full width
       glyphs as follows:
+    <ul>
       <li>Set <i>fullwidth opening punctuation</i> half-width if the previous
         character is a <i>fullwidth opening punctuation</i>, <i>fullwidth middle dot
         punctuation</i>, or ideographic space (U+3000). Else set it full-width.
@@ -3349,7 +3350,7 @@
       <dl>
         <dt><dfn title="text-decoration-line:none">none</dfn>
           <dd>Neither produces nor inhibits text decoration.
-        <dt>underline</dfn>
+        <dt><dfn>underline</dfn>
           <dd>Each line of text is underlined.
         <dt><dfn>cancel-underline</dfn>
           <dd>Inhibits propagated underlines.
@@ -4132,8 +4133,7 @@
 
     <p>Characters belonging to the Unicode classes for control codes
       and unassigned characters (Cc, Cf, Cn) are skipped
-      regardless of the value of this property.</li>
-</p>
+      regardless of the value of this property.</p>
 
     <p class="issue">This syntax requires UA to implement drawing marks for spaces.
       Is there any use case for doing so?
@@ -4522,7 +4522,7 @@
       sometimes spaces when mixed with CJK and always spaces with Thai
       (<i>clustered</i>).
   </ol>
-<div>
+</div>
 
 <h2 class="no-num">Appendix F: Full Property Index</h2>
 <!-- properties -->

Received on Saturday, 4 June 2011 04:33:43 UTC