csswg/css3-writing-modes Overview.html,1.79,1.80 Overview.src.html,1.83,1.84

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Remove fallback to 'direction' property for 'unicode-bidi: plaintext' <http://lists.w3.org/Archives/Public/www-style/2010Dec/0334.html>

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- Overview.html	13 Feb 2011 19:14:51 -0000	1.79
+++ Overview.html	24 Feb 2011 06:39:39 -0000	1.80
@@ -28,14 +28,14 @@
 
    <h1>CSS Writing Modes Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 13 February
+   <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 24 February
     2011</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a
-     href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110213">http://www.w3.org/TR/2011/WD-css3-writing-modes-20110213</a>
+     href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110224">http://www.w3.org/TR/2011/WD-css3-writing-modes-20110224</a>
      
 
     <dt>Latest version:
@@ -619,11 +619,8 @@
      containing block element is determined not by the element's computed
      &lsquo;<a href="#direction0"><code
      class=property>direction</code></a>&rsquo; as usual, but by following
-     rules P1, P2, and P3 of the Unicode bidirectional algorithm. However, if
-     no direction-determining character is found in step P2, then the value
-     of the &lsquo;<a href="#direction0"><code
-     class=property>direction</code></a>&rsquo; property is used instead.
-     Note this value has no effect on inline elements.
+     rules P1, P2, and P3 of the Unicode bidirectional algorithm. Note this
+     value has no effect on inline elements.
   </dl>
 
   <p>The final order of characters in each block-level element is the same as
@@ -2462,10 +2459,10 @@
    <dt id=CSS21>[CSS21]
 
    <dd>Bert Bos; et al. <a
-    href="http://www.w3.org/TR/2009/CR-CSS2-20090908"><cite>Cascading Style
-    Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 8 September
-    2009. W3C Candidate Recommendation. (Work in progress.) URL: <a
-    href="http://www.w3.org/TR/2009/CR-CSS2-20090908">http://www.w3.org/TR/2009/CR-CSS2-20090908</a>
+    href="http://www.w3.org/TR/2010/WD-CSS2-20101207"><cite>Cascading Style
+    Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 December
+    2010. W3C Working Draft. (Work in progress.) URL: <a
+    href="http://www.w3.org/TR/2010/WD-CSS2-20101207">http://www.w3.org/TR/2010/WD-CSS2-20101207</a>
     </dd>
    <!---->
 
@@ -2521,10 +2518,10 @@
    <dt id=CSS3TEXT>[CSS3TEXT]
 
    <dd>Elika J. Etemad; Koji Ishii; Shinyu Murakami. <a
-    href="http://www.w3.org/TR/2010/WD-css3-text-20101005"><cite>CSS Text
-    Level 3.</cite></a> 5 October 2010. W3C Working Draft. (Work in
+    href="http://www.w3.org/TR/2011/WD-css3-text-20110215"><cite>CSS Text
+    Level 3.</cite></a> 15 February 2011. W3C Working Draft. (Work in
     progress.) URL: <a
-    href="http://www.w3.org/TR/2010/WD-css3-text-20101005">http://www.w3.org/TR/2010/WD-css3-text-20101005</a>
+    href="http://www.w3.org/TR/2011/WD-css3-text-20110215">http://www.w3.org/TR/2011/WD-css3-text-20110215</a>
     </dd>
    <!---->
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- Overview.src.html	13 Feb 2011 19:14:51 -0000	1.83
+++ Overview.src.html	24 Feb 2011 06:39:39 -0000	1.84
@@ -349,9 +349,7 @@
       base directionality of each "paragraph" for which the element
       is the containing block element is determined not by the element's
       computed 'direction' as usual, but by following rules P1, P2,
-      and P3 of the Unicode bidirectional algorithm. However, if no
-      direction-determining character is found in step P2, then the
-      value of the 'direction' property is used instead. Note this value
+      and P3 of the Unicode bidirectional algorithm. Note this value
       has no effect on inline elements.
   </dl>
 

Received on Thursday, 24 February 2011 06:39:43 UTC