Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for bidirectional inline layout #25881

Open
SimonSapin opened this issue Mar 3, 2020 · 0 comments
Open

Add support for bidirectional inline layout #25881

SimonSapin opened this issue Mar 3, 2020 · 0 comments

Comments

@SimonSapin
Copy link
Member

@SimonSapin SimonSapin commented Mar 3, 2020

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.

@atouchet atouchet added this to Architecture in Layout 2020 Mar 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Layout 2020
  
Architecture
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.