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

LibWeb: Use WindowProxy instead of Window in UI Events IDL #2406

Merged

Conversation

awesomekling
Copy link
Member

I believe this is an error in the UI Events spec, and it should be updated to match the HTML spec (which uses WindowProxy everywhere).

This fixes a bunch of issues already covered by existing WPT tests.

Spec bug: w3c/uievents#388

Note that WebKit has been using WindowProxy instead of Window in UI Events IDL since 2018:
WebKit/WebKit@816158b

I believe this is an error in the UI Events spec, and it should be
updated to match the HTML spec (which uses WindowProxy everywhere).

This fixes a bunch of issues already covered by existing WPT tests.

Spec bug: w3c/uievents#388

Note that WebKit has been using WindowProxy instead of Window in
UI Events IDL since 2018:
WebKit/WebKit@816158b
@awesomekling awesomekling merged commit 3e8c8b1 into LadybirdBrowser:master Nov 17, 2024
6 checks passed
@awesomekling awesomekling deleted the uievents-windowproxy branch November 17, 2024 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant