Skip to content

Commit 5a13f61

Browse files
committed
Clarify that previous bidi paragraph is scoped to containing block
1 parent 85ba53b commit 5a13f61

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

css3-text/Overview.src.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1383,10 +1383,11 @@ <h3 id="text-align">
13831383
this means using the containing block's computed 'direction'. However if
13841384
containing block has ''unicode-bidi: plaintext'' [[!CSS3-WRITING-MODES]],
13851385
the inline base direction of its line boxes will be determined by the bidi
1386-
paragraphs it contains. In the case of an empty bidi paragraph, the
1387-
direction used is that of the previous bidi paragraph, or, if this is the
1388-
first bidi paragraph in the containing block, then the 'direction'
1389-
property is used.
1386+
paragraphs it immediately contains.
1387+
In the case of an empty bidi paragraph, the direction used is that of the
1388+
previous bidi paragraph in the containing block, or, if this is the first
1389+
bidi paragraph in the containing block, then the 'direction' property is
1390+
used.
13901391

13911392
<div class="example">
13921393
<p>In the following example, every other line is right-aligned:</p>

0 commit comments

Comments
 (0)