Skip to content

Commit 5a06eda

Browse files
committed
[css-text-3] plaintext line boxes without a strong direction use directionality of previous line. #4405
1 parent 3b20432 commit 5a06eda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-text-3/Overview.bs

+2-1
Original file line numberDiff line numberDiff line change
@@ -5695,7 +5695,8 @@ Bidirectionality and Line Boxes</h3>
56955695
that is, the <a>bidi paragraph</a> for which the line box holds content.
56965696
An empty line box
56975697
(i.e. one that contains no atomic inlines or
5698-
characters other than the line-breaking character, if any),
5698+
characters other than the line-breaking character, if any)
5699+
or one that contains only weak or neutral characters,
56995700
takes its <a>inline base direction</a> from the preceding line box (if any), or,
57005701
if this is the first line box in the containing block,
57015702
then from the 'direction' property of the containing block.

0 commit comments

Comments
 (0)