Skip to content

Commit 58e2386

Browse files
committed
Clarify note about effect of 'direction' on inline elements. I18N-ISSUE-12 <http://lists.w3.org/Archives/Public/www-style/2011Mar/0198.html>
1 parent e822778 commit 58e2386

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -506,10 +506,10 @@ <h3 id=direction><span class=secno>2.1. </span>Specifying Directionality:
506506
</dl>
507507

508508
<p class=note>The &lsquo;<a href="#direction0"><code
509-
class=property>direction</code></a>&rsquo; property has no reordering in
510-
inline-level elements whose &lsquo;<a href="#unicode-bidi0"><code
511-
class=property>unicode-bidi</code></a>&rsquo; property's value is
512-
&lsquo;<code class=css>normal</code>&rsquo;.
509+
class=property>direction</code></a>&rsquo; property has no effect on bidi
510+
reordering when specified on inline elements whose &lsquo;<a
511+
href="#unicode-bidi0"><code class=property>unicode-bidi</code></a>&rsquo;
512+
property's value is &lsquo;<code class=css>normal</code>&rsquo;.
513513

514514
<p>The value of the &lsquo;<a href="#direction0"><code
515515
class=property>direction</code></a>&rsquo; property on the root element is

css3-writing-modes/Overview.src.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,9 @@ <h3 id="direction">Specifying Directionality: the 'direction' property</h3>
262262
<dd>Right-to-left directionality.</dd>
263263
</dl>
264264

265-
<p class="note">The 'direction' property has no reordering in inline-level
266-
elements whose 'unicode-bidi' property's value is ''normal''.</p>
265+
<p class="note">The 'direction' property has no effect on bidi reordering
266+
when specified on inline elements whose 'unicode-bidi' property's
267+
value is ''normal''.</p>
267268

268269
<p>The value of the 'direction' property on the root element is also
269270
propagated to the initial containing block and, together with the

0 commit comments

Comments
 (0)