Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Api.HTMLInputElement.cancel_event - Wrong availability data? #20342

Closed
ditman opened this issue Jul 12, 2023 · 0 comments · Fixed by #20430
Closed

Api.HTMLInputElement.cancel_event - Wrong availability data? #20342

ditman opened this issue Jul 12, 2023 · 0 comments · Fixed by #20430
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API

Comments

@ditman
Copy link

ditman commented Jul 12, 2023

What type of issue is this?

Incorrect support data (example: Chrome says "86" but support was added in "40")

What information was incorrect, unhelpful, or incomplete?

Both MDN and caniuse report that the cancel_event of the HTMLInputElement is not available in Chrome and Safari.

What browsers does this problem apply to, if applicable?

Chromium (Chrome, Edge 79+, Opera, Samsung Internet), Safari

What did you expect to see?

The cancel_event seems to be available in Chrome and Safari from:

  • Chrome: 113 (May '23)
  • Safari: 16.4 (March '23)

Did you test this? If so, how?

I've been following this API for a while, and we're about to start using it in the Flutter framework (PR).

My "test" is not very scientific, and there's also some implementation differences across browsers in the implementation of the event (especially when interacting with the same input element multiple times) that might be worthy of documentation as well.

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

Do you have anything more you want to share?

No response

MDN URL

No response

MDN metadata

No response

@queengooborg queengooborg added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants