-
Notifications
You must be signed in to change notification settings - Fork 51
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
Replace Window with WindowProxy in IDL throughout? #388
Comments
awesomekling
added a commit
to awesomekling/ladybird
that referenced
this issue
Nov 17, 2024
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
added a commit
to LadybirdBrowser/ladybird
that referenced
this issue
Nov 17, 2024
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
Related PR (albeit in the other direction): #379 |
gotlougit
pushed a commit
to gotlougit/ladybird
that referenced
this issue
Nov 21, 2024
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
nico-engels
pushed a commit
to nico-engels/ladybird
that referenced
this issue
Nov 23, 2024
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The HTML spec returns
WindowProxy
forDocument.defaultView
: https://html.spec.whatwg.org/#dom-document-defaultviewShould the uses of
Window
in UIEvents IDL also beWindowProxy
instead?FWIW WebKit has been using
WindowProxy
since 2018: https://bugs.webkit.org/show_bug.cgi?id=185022The text was updated successfully, but these errors were encountered: