- From: Philip Jägenstedt <notifications@github.com>
- Date: Fri, 12 Aug 2016 13:46:44 -0700
- To: w3c/selection-api <selection-api@noreply.github.com>
Received on Friday, 12 August 2016 20:47:30 UTC
Blink has onselectionchange + onselectstart on Document and onselectstart on Element. WebKit looks like the same but it also has onselectionchange on HTMLBodyElement, and all of the attributes have [NotEnumerable] which they don't in Blink. Gecko has onselectionchange on Document and onselectstart already in GlobalEventHandlers it seems. So, sounds like a plan, unless anyone has reason to suspect compat risk one way or another? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/selection-api/issues/54#issuecomment-239555671
Received on Friday, 12 August 2016 20:47:30 UTC