csswg/css3-writing-modes Overview.html,1.133,1.134 Overview.src.html,1.140,1.141

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Tweak grammar of unicode-bidi to make more sense. <http://lists.w3.org/Archives/Public/www-style/2011May/0553.html>

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- Overview.html	23 May 2011 05:18:07 -0000	1.133
+++ Overview.html	23 May 2011 18:01:34 -0000	1.134
@@ -635,7 +635,7 @@
     <tr>
      <th>Value:
 
-     <td>normal | [ [ embed | isolate ] || [ plaintext | bidi-override ] ]
+     <td>normal | embed | [ isolate || [ plaintext | bidi-override ] ]
 
     <tr>
      <th>Initial:
@@ -708,7 +708,8 @@
      containing block 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 P2 and P3 of the Unicode bidirectional
-     algorithm. Note this value has no effect on inline elements.
+     algorithm. For inline elements, this value is equivalent to &lsquo;<a
+     href="#isolate"><code class=css>isolate</code></a>&rsquo;.
 
    <dt><dfn id=bidi-override>bidi-override</dfn>
 
@@ -3603,7 +3604,7 @@
     <tr>
      <td><a class=property href="#unicode-bidi0">unicode-bidi</a>
 
-     <td>normal | [ [ embed | isolate ] || [ plaintext | bidi-override ] ]
+     <td>normal | embed | [ isolate || [ plaintext | bidi-override ] ]
 
      <td>normal
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -d -r1.140 -r1.141
--- Overview.src.html	23 May 2011 05:18:08 -0000	1.140
+++ Overview.src.html	23 May 2011 18:01:34 -0000	1.141
@@ -353,7 +353,7 @@
         </tr>
         <tr>
           <th>Value:</th>
-          <td>normal | [ [ embed | isolate ] || [ plaintext | bidi-override ] ]</td>
+          <td>normal | embed | [ isolate || [ plaintext | bidi-override ] ]
         </tr>
         <tr>
           <th>Initial:</th>
@@ -412,8 +412,8 @@
       base directionality of each bidi paragraph for which the element
       forms the containing block is determined not by the element's
       computed 'direction' as usual, but by following rules P2
-      and P3 of the Unicode bidirectional algorithm. Note this value
-      has no effect on inline elements.
+      and P3 of the Unicode bidirectional algorithm.
+      For inline elements, this value is equivalent to ''isolate''.
     <dt><dfn>bidi-override</dfn></dt>
     <dd>For inline elements this creates an override. For block-container
       elements this creates an override for inline-level descendants not

Received on Monday, 23 May 2011 18:01:38 UTC