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.InputEvent.InputEvent - Safari does support InputEventInit in InputEvent #12163

Closed
gsnedders opened this issue Aug 24, 2021 · 0 comments · Fixed by #21452
Closed

api.InputEvent.InputEvent - Safari does support InputEventInit in InputEvent #12163

gsnedders opened this issue Aug 24, 2021 · 0 comments · Fixed by #21452
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API

Comments

@gsnedders
Copy link
Contributor

#11995 changed the support status incorrectly; per my comment on the issue it was fixing (#11994 (comment)):

#7287 is relevant here; WebKit has:

dictionary InputEventInit : UIEventInit {
    DOMString? data = null;
};

As such the rest of the dictionary is unsupported.

Therefore, the note that "The inputEventInit parameter is not supported" is incorrect.

I'd file a PR adding each dictionary member as separate items, but determining the earliest version of each browser that supports each dictionary member is too time-consuming right now.

@queengooborg queengooborg added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Aug 24, 2021
queengooborg added a commit to queengooborg/browser-compat-data that referenced this issue Dec 4, 2023
This PR updates and corrects version values for Safari (Desktop and iOS/iPadOS) for the `InputEvent` member of the `InputEvent` API. This fixes mdn#12163, which contains the supporting evidence for this change.
Elchi3 pushed a commit that referenced this issue Dec 12, 2023
This PR updates and corrects version values for Safari (Desktop and iOS/iPadOS) for the `InputEvent` member of the `InputEvent` API. This fixes #12163, which contains the supporting evidence for this change.
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