Re: [csswg-drafts] [css-line-breaking] Soft-break vs. <br>, inside embedded opposiate directional run (#5121)

Using `<div>` instead of `<br>` shows the same result.
Test: https://output.jsbin.com/lofidec

The bidi algorithm is defined by Unicode [UAX #9 UNICODE BIDIRECTIONAL ALGORITHM](http://unicode.org/reports/tr9/). It [resolves](http://unicode.org/reports/tr9/#Resolving_Embedding_Levels) the bidi level for each paragraph, so if a paragraph is split into two, the algorithm may compute different results.

In the "Status" section of the [UAX#9], there's a link to the feedback form. If you feel there's a room to improve the algorithm, please feedback to Unicode.

[UAX#9]: http://unicode.org/reports/tr9/

-- 
GitHub Notification of comment by kojiishi
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5121#issuecomment-642724548 using your GitHub account

Received on Thursday, 11 June 2020 15:09:26 UTC