[whatwg/dom] Second chance to find respectively type of event handler (Issue #1184)

> 2. If event’s type attribute value is a match for any of the strings in the first column in the following table, set event’s type attribute value to the string in the second column on the same row as the matching string, and return otherwise.
>
>Event type | Legacy event type
>-- | --
>"animationend" | "webkitAnimationEnd"
>"animationiteration" | "webkitAnimationIteration"
>"animationstart" | "webkitAnimationStart"
>"transitionend" | "webkitTransitionEnd"

I saw [this table](https://dom.spec.whatwg.org/#concept-event-listener-invoke) not once, but I really can't understand why is there only 4 names of event handlers?

Why don't we see for example "transitionend" or "transitioncancel"?

Need clarification about this movement in direction these names.


-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/1184
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/issues/1184@github.com>

Received on Saturday, 15 April 2023 10:54:53 UTC