csswg/css3-writing-modes Overview.html,1.182,1.183 Overview.src.html,1.192,1.193

Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv8122

Modified Files:
	Overview.html Overview.src.html 
Log Message:
add -level for bidi sequence <http://lists.w3.org/Archives/Public/www-style/2011Jul/0383.html>

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -d -r1.182 -r1.183
--- Overview.html	21 Jul 2011 20:10:54 -0000	1.182
+++ Overview.html	22 Jul 2011 22:21:52 -0000	1.183
@@ -32,7 +32,7 @@
 
    <h1>CSS Writing Modes Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 21 July 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 22 July 2011</h2>
 
    <dl>
     <dt>This version:
@@ -40,7 +40,7 @@
     <dd><a
      href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
      <!--
-    <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110721">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110721/</a>
+    <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110722">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110722/</a>
 -->
      
 
@@ -523,8 +523,8 @@
    map to this algorithm.
 
   <p>User agents that support bidirectional text must apply the Unicode
-   bidirectional algorithm to every sequence of inline boxes uninterrupted by
-   a forced (<a
+   bidirectional algorithm to every sequence of inline-level boxes
+   uninterrupted by a forced (<a
    href="http://www.unicode.org/reports/tr9/#Bidirectional_Character_Types">bidi
    class B</a>) paragraph break or block boundary. This sequence forms the
    <dfn id=paragraph>paragraph</dfn> unit in the bidirectional algorithm.

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -d -r1.192 -r1.193
--- Overview.src.html	21 Jul 2011 20:10:54 -0000	1.192
+++ Overview.src.html	22 Jul 2011 22:21:53 -0000	1.193
@@ -252,7 +252,7 @@
     language map to this algorithm.</p>
 
   <p>User agents that support bidirectional text must apply the Unicode
-    bidirectional algorithm to every sequence of inline boxes uninterrupted
+    bidirectional algorithm to every sequence of inline-level boxes uninterrupted
     by a forced (<a href="http://www.unicode.org/reports/tr9/#Bidirectional_Character_Types">bidi class B</a>)
     paragraph break or block boundary. This sequence forms the <dfn>paragraph</dfn>
     unit in the bidirectional algorithm.

Received on Friday, 22 July 2011 22:21:56 UTC