Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd support for bidirectional inline layout #25881
Open
Labels
Projects
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://drafts.csswg.org/css-writing-modes-3/#text-direction
https://crates.io/crates/unicode-bidi implements https://www.unicode.org/reports/tr9/ and does the heavy lifting for text, but we still have to deal with a tree of potentially-nested non-replaced inline boxes whose leafs can be atomic inline-level boxes (e.g. images) as well a text.