We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa190d commit 31af81bCopy full SHA for 31af81b
1 file changed
css3-writing-modes/Overview.src.html
@@ -418,9 +418,9 @@ <h3 id="unicode-bidi">
418
bidi paragraph immediately contained by the element is determined not
419
by the element's computed 'direction' as usual, but by following the
420
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.
+ An element immediately contains a bidi paragraph if the element itself,
+ but none of its descendants, is a block container or bidi-isolating
+ inline that contains the entire bidi paragraph.
424
</dl>
425
426
<p class=note>Because the 'unicode-bidi' property does not inherit,
0 commit comments