Closed
Bug 1360991
Opened 8 years ago
Closed 8 years ago
stylo: text-align property glue doesn't handle -moz-prefixed values correctly
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: heycam, Assigned: heycam)
References
Details
Attachments
(1 file, 1 obsolete file)
It takes values like -moz-center and stores them as NS_STYLE_TEXT_ALIGN_CENTER, when it needs to store them as NS_STYLE_TEXT_ALIGN_MOZ_CENTER.
Assignee | ||
Comment 1•8 years ago
|
||
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Attachment #8863307 -
Flags: review?(emilio+bugs)
Comment 4•8 years ago
|
||
mozreview-review |
Comment on attachment 8863307 [details]
style: Correctly handle Gecko prefixed text-align values in property glue.
https://reviewboard.mozilla.org/r/135104/#review138030
Nice catch!
Attachment #8863307 -
Flags: review?(emilio+bugs) → review+
Comment 5•8 years ago
|
||
mozreview-review |
Comment on attachment 8863308 [details]
Bug 1360991 - stylo: Adjust text expectations.
https://reviewboard.mozilla.org/r/135106/#review138032
Attachment #8863308 -
Flags: review?(emilio+bugs) → review+
Assignee | ||
Comment 6•8 years ago
|
||
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Attachment #8863307 -
Attachment is obsolete: true
Pushed by cmccormack@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2fc5c84e0a14
stylo: Adjust text expectations. r=emilio
Comment 9•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•