csswg/css3-text Overview.html,1.91,1.92 Overview.src.html,1.190,1.191

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fix line-break character list for ''normal'' and ''strict'', and a couple of typo <http://lists.w3.org/Archives/Public/www-style/2011Apr/0102.html>

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- Overview.html	3 Apr 2011 09:05:17 -0000	1.91
+++ Overview.html	4 Apr 2011 15:17:02 -0000	1.92
@@ -83,14 +83,14 @@
 
    <h1>CSS Text Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 April 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 April 2011</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
-     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>
+     2011/04/03 09:05:18 $ (CVS $Revision$)</a> <!--
+      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110404/">http://www.w3.org/TR/2011/WD-css3-text-20110404/</a></dd>
     -->
      
 
@@ -1444,8 +1444,7 @@
      <li>breaks before iteration marks (U+3005, U+303B, U+309D, U+309E,
       U+30FD, U+30FE)
 
-     <li>breaks between inseparatable characters (U+2014, U+2025, U+2026,
-      U+3033, U+3034, U+3035)
+     <li>breaks between some inseparable characters (U+2025, U+2026)
     </ul>
     If the language is known to be Chinese or Japanese, then additionally the
     following breaks may be allowed in &lsquo;<code
@@ -2999,7 +2998,7 @@
     below; however there may be additional rules controlling their
     justification behavior due to typographic tradition. For example, there
     are traditionally no expansion opportunities between consecutive EM DASH
-    U+2014, HORIZONTAL BA U+2015, HORIZONTAL ELLIPSIS U+2026, or TWO DOT
+    U+2014, HORIZONTAL BAR U+2015, HORIZONTAL ELLIPSIS U+2026, or TWO DOT
     LEADER U+2025 characters <a href="#JLREQ"
     rel=biblioentry>[JLREQ]<!--{{JLREQ}}--></a>. The UA may introduce
     additional levels of priority to handle expansion opportunities involving

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- Overview.src.html	3 Apr 2011 09:05:18 -0000	1.190
+++ Overview.src.html	4 Apr 2011 15:17:02 -0000	1.191
@@ -964,7 +964,7 @@
         breaking and allowed in ''loose'':
         <ul>
           <li>breaks before iteration marks (U+3005, U+303B, U+309D, U+309E, U+30FD, U+30FE)</li>
-          <li>breaks between inseparatable characters (U+2014, U+2025, U+2026, U+3033, U+3034, U+3035)</li>
+          <li>breaks between some inseparable characters (U+2025, U+2026)</li>
         </ul>
         If the language is known to be Chinese or Japanese, then additionally
         the following breaks may be allowed in ''loose'':
@@ -2148,7 +2148,7 @@
           additional rules controlling their justification behavior due to
           typographic tradition.
           For example, there are traditionally no expansion opportunities
-          between consecutive EM DASH U+2014, HORIZONTAL BA U+2015, HORIZONTAL
+          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 priority to handle expansion
           opportunities involving punctuation.</dd>

Received on Monday, 4 April 2011 15:17:06 UTC