Closed
Bug 1235969
Opened 7 years ago
Closed 7 years ago
unprefix use of -moz-transform, -moz-transform-origin and -moz-backface-visibility in UA style sheets
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla46
Tracking | Status | |
---|---|---|
firefox46 | --- | fixed |
People
(Reporter: heycam, Assigned: heycam)
Details
Attachments
(1 file)
1.47 KB,
patch
|
xidorn
:
review+
|
Details | Diff | Splinter Review |
There's no need to be still using prefixed -moz-transform{,-origin} in the UA style sheets.
Assignee | ||
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Comment on attachment 8703062 [details] [diff] [review] patch Review of attachment 8703062 [details] [diff] [review]: ----------------------------------------------------------------- ::: layout/style/ua.css @@ +48,2 @@ > /* Bug 724750 */ > -moz-backface-visibility: inherit; It seems to me backface-visibility has been unprefixed as well in the same version as transform. We probably should also remove the prefix here?
Attachment #8703062 -
Flags: review?(quanxunzhen) → review+
Assignee | ||
Comment 3•7 years ago
|
||
Good point, I'll unprefix that one too.
Assignee | ||
Updated•7 years ago
|
Summary: unprefix use of -moz-transform and -moz-transform-origin in UA style sheets → unprefix use of -moz-transform, -moz-transform-origin and -moz-backface-visibility in UA style sheets
Assignee | ||
Comment 4•7 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=cb0ad8e1004c
Comment 6•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d464ff85debc
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
You need to log in
before you can comment on or make changes to this bug.
Description
•