Closed
Bug 1591546
Opened 5 years ago
Closed 5 years ago
Add WritingMode::IsPhysicalRTL() and WritingMode::IsBidiRTL()
Categories
(Core :: Layout: Block and Inline, task, P3)
Core
Layout: Block and Inline
Tracking
()
RESOLVED
FIXED
mozilla72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
Details
Attachments
(2 files)
Per :jfkthame's suggestion in https://phabricator.services.mozilla.com/D49818#1534167, I think it's a good idea to add convenience method WritingMode::IsPhysicalRTL()
. And for symmetry, I feel WritingMode::IsBidiRTL()
is worth adding, too.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D50771
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → aethanyc
Status: NEW → ASSIGNED
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/4948888357be
Part 1 - Add WritingMode::IsBidiRTL(). r=jfkthame
https://hg.mozilla.org/integration/autoland/rev/5e3be99c0317
Part 2 - Add WritingMode::IsPhysicalRTL(). r=jfkthame
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4948888357be
https://hg.mozilla.org/mozilla-central/rev/5e3be99c0317
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in
before you can comment on or make changes to this bug.
Description
•