Closed
Bug 1144465
Opened 10 years ago
Closed 5 years ago
Text inside ruby is not bidi reordered
Categories
(Core :: Layout: Ruby, defect)
Core
Layout: Ruby
Tracking
()
RESOLVED
FIXED
mozilla73
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: xidorn, Assigned: xidorn)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Bug 1141931 intends to fix bidi reordering of ruby frames themselves, but not the frames inside ruby base or ruby text.
Since rtl text is normally won't be put inside ruby, this bug is in lower priority.
Assignee | ||
Updated•6 years ago
|
Component: Layout: Block and Inline → Layout: Ruby
Assignee | ||
Updated•5 years ago
|
Flags: needinfo?(xidorn+moz)
See Also: → https://github.com/w3c/csswg-drafts/issues/4409
Assignee | ||
Comment 3•5 years ago
|
||
I have a working build now. Still need to do some more checking and testing, and clean up the code a bit.
Assignee: nobody → xidorn+moz
Flags: needinfo?(xidorn+moz)
Assignee | ||
Comment 4•5 years ago
|
||
This commit changes IsBidiLeaf to mark ruby boxes not a bidi leaf, since
conceptually they are not. I auditted all uses of it, and I believe it
makes more sense this way.
Pushed by mozilla@upsuper.org:
https://hg.mozilla.org/integration/autoland/rev/ba1f9a1d9e6f
Resolve bidi inside ruby. r=jfkthame
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/20980 for changes under testing/web-platform/tests
Upstream web-platform-tests status checks passed, PR will merge once commit reaches central.
Comment 8•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla73
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•