Closed
Bug 1093165
Opened 11 years ago
Closed 11 years ago
incorporate the text-orientation value into mozilla::WritingMode
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla36
People
(Reporter: jfkthame, Assigned: jfkthame)
References
Details
Attachments
(1 file)
When constructing a WritingMode, we need to take account of the text-orientation property as well as writing-mode. This is needed to allow us to determine the correct dominant baseline[1], and to map line-relative directions to physical directions properly[2].
This will help with upcoming patches to fix various baseline and vertical alignment issues.
[1] http://www.w3.org/TR/css3-writing-modes/#text-baselines
[2] http://www.w3.org/TR/css3-writing-modes/#line-directions
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8516045 -
Flags: review?(smontagu)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → jfkthame
Status: NEW → ASSIGNED
Updated•11 years ago
|
Attachment #8516045 -
Flags: review?(smontagu) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Target Milestone: --- → mozilla36
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•