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

Most api.HTMLElement.*_event entries should be on api.Element.*_event #13120

Closed
foolip opened this issue Oct 26, 2021 · 1 comment
Closed

Most api.HTMLElement.*_event entries should be on api.Element.*_event #13120

foolip opened this issue Oct 26, 2021 · 1 comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API

Comments

@foolip
Copy link
Collaborator

foolip commented Oct 26, 2021

I noticed while reviewing #13003 that the event is put on HTMLElement, but per spec it could fire on any Element with the contenteditable attribute. A quick look through the *_event entries in HTMLElement.json suggests this is the case for most of the events. Events that fire for any HTMLElement but not any SVGElement may exist, but are hopefully rare.

cc @Elchi3 who will probably drive openwebdocs/project#61

@queengooborg queengooborg added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Oct 26, 2021
@foolip
Copy link
Collaborator Author

foolip commented Dec 19, 2022

I've looked over what remains on HTMLElement and believe they're correct.

@foolip foolip closed this as completed Dec 19, 2022
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

No branches or pull requests

2 participants