Skip to content

Commit 31af81b

Browse files
committed
Clarify containment of a bidi paragraph per <http://lists.w3.org/Archives/Public/www-style/2012Apr/0003.html>.
1 parent 2fa190d commit 31af81b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css3-writing-modes/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -418,9 +418,9 @@ <h3 id="unicode-bidi">
418418
bidi paragraph immediately contained by the element is determined not
419419
by the element's computed 'direction' as usual, but by following the
420420
heuristic in rules P2 and P3 of the Unicode bidirectional algorithm.
421-
An element immediately contains a bidi paragraph if it is a block
422-
container or bidi-isolating inline and no other such elements intervene
423-
between it and the bidi paragraph.
421+
An element immediately contains a bidi paragraph if the element itself,
422+
but none of its descendants, is a block container or bidi-isolating
423+
inline that contains the entire bidi paragraph.
424424
</dl>
425425

426426
<p class=note>Because the 'unicode-bidi' property does not inherit,

0 commit comments

Comments
 (0)