Skip to content

Commit 5bb6734

Browse files
committed
bidi fixes r=aharon
1 parent 09d3c1c commit 5bb6734

2 files changed

Lines changed: 12 additions & 15 deletions

File tree

css3-text/Overview.html

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232

3333
<h1>CSS Text Level 3</h1>
3434

35-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 August 2012</h2>
35+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 August 2012</h2>
3636

3737
<dl>
3838
<dt>This version:
3939

4040
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date$ (CVS
4141
$Revision$)</a> <!--
42-
<dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120801/">http://www.w3.org/TR/2012/WD-css3-text-20120801/</a></dd>
42+
<dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120802/">http://www.w3.org/TR/2012/WD-css3-text-20120802/</a></dd>
4343
-->
4444

4545

@@ -1859,15 +1859,14 @@ <h4 id=bidi-linebox><span class=secno>7.1.1. </span> Bidirectionality and
18591859
its containing block has ‘<code class=css>unicode-bidi:
18601860
plaintext</code><a href="#CSS3-WRITING-MODES"
18611861
rel=biblioentry>[CSS3-WRITING-MODES]<!--{{!CSS3-WRITING-MODES}}--></a>,
1862-
the inline base direction the line box must be determined by the bidi
1863-
paragraph to which it belongs: that is, the bidi paragraph that is
1864-
immediately contained by the line box's containing block and for which the
1865-
line box holds content. An empty line box (i.e. one that contains no
1866-
atomic inlines or characters other than the line-breaking character, if
1867-
any), takes its inline base direction from the preceding line box (if
1868-
any), or, if this is the first line box in the containing block, then from
1869-
the ‘<code class=property>direction</code>’ property of the containing
1870-
block.
1862+
the inline base direction the line box must be determined by the base
1863+
direction of the bidi paragraph to which it belongs: that is, the bidi
1864+
paragraph for which the line box holds content. An empty line box (i.e.
1865+
one that contains no atomic inlines or characters other than the
1866+
line-breaking character, if any), takes its inline base direction from the
1867+
preceding line box (if any), or, if this is the first line box in the
1868+
containing block, then from the ‘<code
1869+
class=property>direction</code>’ property of the containing block.
18711870

18721871
<div class=example>
18731872
<p>In the following example, assuming the <code>&lt;block&gt;</code> is a

css3-text/Overview.src.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,10 +1303,8 @@ <h4 id=bidi-linebox>
13031303
In most cases, this is given by its containing block's computed 'direction'.
13041304
However if its containing block has ''unicode-bidi: plaintext'' [[!CSS3-WRITING-MODES]],
13051305
the inline base direction the line box must be determined
1306-
by the bidi paragraph to which it belongs:
1307-
that is, the bidi paragraph that is immediately contained by
1308-
the line box's containing block
1309-
and for which the line box holds content.
1306+
by the base direction of the bidi paragraph to which it belongs:
1307+
that is, the bidi paragraph for which the line box holds content.
13101308
An empty line box
13111309
(i.e. one that contains no atomic inlines or
13121310
characters other than the line-breaking character, if any),

0 commit comments

Comments
 (0)