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

Event handlers missing #60

Closed
teoli2003 opened this issue Sep 27, 2015 · 2 comments
Closed

Event handlers missing #60

teoli2003 opened this issue Sep 27, 2015 · 2 comments

Comments

@teoli2003
Copy link

Gecko implemented Document.onselectionchange and GlobalEventHandlers.onselectstart. [1]
Edge does it too (but both on Document [2])
Blink does it too (on both Document too [3])

These event handlers properties should be added to the spec.

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=571294
[2] https://dev.modern.ie/platform/documentation/apireference/interfaces/document/
[3] https://chromium.googlesource.com/chromium/blink/+/master/Source/core/dom/Document.idl

@ehsan
Copy link
Contributor

ehsan commented Sep 28, 2015

See #53.

@rniwa
Copy link
Contributor

rniwa commented Sep 20, 2016

This is really a duplicate of the issue #54

Fixed this in 6480269.

@rniwa rniwa closed this as completed Sep 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants