Closed
Bug 1213774
Opened 9 years ago
Closed 7 years ago
(Gaia RTL 2.5) CSS refactoring: `float` rules
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: kaze, Assigned: kaze)
References
Details
During the CSS refactoring for the 2.5 branch, many `float` rules have been mirrored like this:
html[dir="ltr"] .myClass { float: left; }
html[dir="rtl"] .myClass { float: right; }
When bug 1122918 lands, these rules should be replaced by a simple:
.myClass { float: inline-start; }
Assignee | ||
Updated•9 years ago
|
Comment 1•9 years ago
|
||
This isnt going to happen in 2.5 timeframe so unblocking our 2.5 meta.
No longer blocks: CSS_Refactor_2.5
Comment 2•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•