w3c / window-management

Window Management API
https://www.w3.org/TR/window-management/
Other
95 stars 25 forks source link

Is ScreenDetails supposed to inherit from EventTarget? #90

Closed RByers closed 2 years ago

RByers commented 2 years ago

The chromium implementation does and it looks like it supports 'screenschange' and 'currentscreenchange' events, so I assume it's just a bug that the IDL in the spec is missing : EventTarget for ScreenDetails?

michaelwasserman commented 2 years ago

Yes! thanks for catching that, I just updated that in a direct commit to main. I'm still trying to get the hang of GitHub's built-in VSCode editor...