Closed
Bug 654890
Opened 14 years ago
Closed 14 years ago
[css3-animations] -moz-animation-play-state should not be part of -moz-animation shorthand
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla5
| Tracking | Status | |
|---|---|---|
| firefox5 | --- | fixed |
People
(Reporter: dbaron, Assigned: dbaron)
References
Details
Attachments
(1 file)
|
7.06 KB,
patch
|
bzbarsky
:
review+
johnath
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
I didn't notice that -moz-animation-play-state wasn't part of the -moz-animation shorthand, so I implemented it as part of the shorthand.
It's currently being discussed on www-style, so it might change, though:
http://lists.w3.org/Archives/Public/www-style/2011May/0082.html
| Assignee | ||
Comment 1•14 years ago
|
||
Attachment #530792 -
Flags: review?(bzbarsky)
Comment 2•14 years ago
|
||
Comment on attachment 530792 [details] [diff] [review]
patch
r=me
Attachment #530792 -
Flags: review?(bzbarsky) → review+
| Assignee | ||
Comment 3•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Priority: -- → P3
Resolution: --- → FIXED
Target Milestone: --- → mozilla6
| Assignee | ||
Comment 4•14 years ago
|
||
Comment on attachment 530792 [details] [diff] [review]
patch
This is a very straightforward patch to our animations support to match the spec and WebKit; just something that I misread in the spec. It has good test coverage, so I think it's very low risk.
Attachment #530792 -
Flags: approval-mozilla-aurora?
Updated•14 years ago
|
Attachment #530792 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 5•14 years ago
|
||
Please land for Aurora by Monday May 16 or the approval will potentially be lost. Please mark as status-firefox5 fixed when you do.
| Assignee | ||
Comment 6•14 years ago
|
||
status-firefox5:
--- → fixed
| Assignee | ||
Updated•14 years ago
|
Target Milestone: mozilla6 → mozilla5
Updated•14 years ago
|
Assignee: nobody → dbaron
You need to log in
before you can comment on or make changes to this bug.
Description
•