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

Isolate bidi for ruby text? #236

Closed
zcorpan opened this issue Nov 5, 2015 · 2 comments
Closed

Isolate bidi for ruby text? #236

zcorpan opened this issue Nov 5, 2015 · 2 comments

Comments

@zcorpan
Copy link
Member

zcorpan commented Nov 5, 2015

Should the text in <rb> be isolated for the purposes of bidi? It seems to me that it should be possible to use e.g. English ruby text for Arabic ruby base.

<ruby>مرحبا!<rt>Hello!</ruby>

I think setting 'unicode-bidi' to "plaintext" for <rt> would fix this.

CC @r12a

zcorpan added a commit that referenced this issue Nov 5, 2015
This makes it possible to mix RTL and LTR between ruby base and
ruby text and have it just work. &lrm; and &rlm; in <rt> will also
work to override if neccessary.
zcorpan added a commit that referenced this issue Nov 5, 2015
This makes it possible to mix RTL and LTR between ruby base and
ruby text and have it just work. &lrm; and &rlm; in `<rt>` will also
work to override if necessary.
zcorpan added a commit that referenced this issue Nov 5, 2015
This makes it possible to mix RTL and LTR between ruby base and
ruby text and have it just work. `&lrm;` and `&rlm;` in `<rt>` will also
work to override if necessary.
@zcorpan
Copy link
Member Author

zcorpan commented Nov 6, 2015

I could see an argument for "you ain't gonna need it" here, and it's still possible to fix bidi with LRO and RLO.

@zcorpan zcorpan closed this as completed Nov 9, 2015
@zcorpan
Copy link
Member Author

zcorpan commented Nov 16, 2015

Related whatwg/html#343 -- it seems CSS handles this already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant