Closed
Bug 959832
Opened 12 years ago
Closed 12 years ago
TransitionEvent and AnimationEvent should not be cancelable
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: dbaron, Assigned: dbaron)
Details
Attachments
(2 files)
|
18.42 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
|
6.75 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
Per recent changes to the CSS transitions spec and somewhat older (I think) changes to the CSS animations spec, TransitionEvent and AnimationEvent should not be cancelable.
http://lists.w3.org/Archives/Public/www-style/2014Jan/0091.html has the transitions spec change links.
Patch coming shortly (once I test the tests).
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #8360055 -
Flags: review?(bugs)
| Assignee | ||
Comment 2•12 years ago
|
||
Attachment #8360056 -
Flags: review?(bugs)
Comment 3•12 years ago
|
||
Comment on attachment 8360055 [details] [diff] [review]
patch 1: Fix tests in test_eventctors.html that weren't testing what was intended.
Oops
Attachment #8360055 -
Flags: review?(bugs) → review+
Updated•12 years ago
|
Attachment #8360056 -
Flags: review?(bugs) → review+
| Assignee | ||
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/2d28685614ff
https://hg.mozilla.org/mozilla-central/rev/7630be99a9d1
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
Comment 6•12 years ago
|
||
Updating flags per tests here
> https://hg.mozilla.org/mozilla-central/rev/2d28685614ff
> https://hg.mozilla.org/mozilla-central/rev/7630be99a9d1
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•