Closed
Bug 1578121
Opened 6 years ago
Closed 6 years ago
Make onwebkit{animation,transition}XX event handlers match WebKit
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
INVALID
People
(Reporter: hiro, Unassigned)
References
()
Details
I don't know the reason but WebKit defines them in Window and Element, so to me it makes sense to match WebKit behavior (given that it's webkit-prefix things).
Just filed a Chromium bug.
| Reporter | ||
Comment 2•6 years ago
|
||
No, not at all. The fix should be pretty easy, what I am concerned is whether we need auto mated tests for this.
Flags: needinfo?(hikezoe.birchill)
Updated•6 years ago
|
Priority: -- → P3
| Reporter | ||
Comment 3•6 years ago
|
||
Filed a spec issue.
See Also: → https://github.com/whatwg/compat/issues/118
Comment 4•6 years ago
|
||
I believe the spec says to define them on GlobalEventHandlers now, and we do that. Anything left to do here?
Flags: needinfo?(hikezoe.birchill)
| Reporter | ||
Comment 5•6 years ago
|
||
Nothing looks to me. The spec has changed and corresponding wpt seems to be merged soon.
Thanks for reminder!
Status: NEW → RESOLVED
Closed: 6 years ago
Flags: needinfo?(hikezoe.birchill)
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•