api.Element.animationcancel_event - chromium supports `onanimationcancel` property
Nobody has claimed this yet.
- Dominant language
- JSON
- Stars
- 5.8k
- Forks
- 2.6k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 186
Description
What type of issue is this?
Incorrect support data (example: BrowserX says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
newest google chrome supportsonanimationcancel property but mdn saysTheonanimationcancelevent handler property is not supported. To listen to this event, useelement.addEventListener('animationcancel', function() {});. See bug 41404325.
What browsers does this problem apply to, if applicable?
Chromium (Chrome, Edge 79+, Opera, Samsung Internet)
What did you expect to see?
▝ ▝ ▂ 🮂🮂 ▂▂ ▆ 145
Did you test this? If so, how?
assuming ungoogled chromium version matches chrome version
tested these ungoogled chromium versions:- 144.0.7559.132
onanimationcanceldoesn't work - 145.0.7632.45
onanimationcancelworks
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
https://developer.mozilla.org/en-US/docs/Web/API/Element/animationcancel_event#browser_compatibility
Do you have anything more you want to share?
no
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/Element/animationcancel_event
MDN metadata
MDN page report details
- Query:
api.Element.animationcancel_event - Report started: 2026-03-31T12:39:29.740Z
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the BCD record identified by api.Element.animationcancel_event and compare its Chromium data with the linked MDN compatibility table. Verify the reported behavior against the tested ungoogled Chromium 144 and 145 releases, then update the support data so the recorded result matches the evidence and the compatibility table is accurate.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- json
- Domain
- data, web-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100