- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 22 Mar 2011 18:29:24 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv5033
Modified Files:
Overview.html Overview.src.html
Log Message:
Clarify note about effect of 'direction' on inline elements. I18N-ISSUE-12 <http://lists.w3.org/Archives/Public/www-style/2011Mar/0198.html>
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- Overview.html 22 Mar 2011 18:20:07 -0000 1.87
+++ Overview.html 22 Mar 2011 18:29:21 -0000 1.88
@@ -506,10 +506,10 @@
</dl>
<p class=note>The ‘<a href="#direction0"><code
- class=property>direction</code></a>’ property has no reordering in
- inline-level elements whose ‘<a href="#unicode-bidi0"><code
- class=property>unicode-bidi</code></a>’ property's value is
- ‘<code class=css>normal</code>’.
+ class=property>direction</code></a>’ property has no effect on bidi
+ reordering when specified on inline elements whose ‘<a
+ href="#unicode-bidi0"><code class=property>unicode-bidi</code></a>’
+ property's value is ‘<code class=css>normal</code>’.
<p>The value of the ‘<a href="#direction0"><code
class=property>direction</code></a>’ property on the root element is
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- Overview.src.html 22 Mar 2011 18:20:07 -0000 1.91
+++ Overview.src.html 22 Mar 2011 18:29:21 -0000 1.92
@@ -262,8 +262,9 @@
<dd>Right-to-left directionality.</dd>
</dl>
- <p class="note">The 'direction' property has no reordering in inline-level
- elements whose 'unicode-bidi' property's value is ''normal''.</p>
+ <p class="note">The 'direction' property has no effect on bidi reordering
+ when specified on inline elements whose 'unicode-bidi' property's
+ value is ''normal''.</p>
<p>The value of the 'direction' property on the root element is also
propagated to the initial containing block and, together with the
Received on Tuesday, 22 March 2011 18:29:28 UTC