- From: Ryosuke Niwa <notifications@github.com>
- Date: Fri, 12 Aug 2016 14:13:28 -0700
- To: w3c/selection-api <selection-api@noreply.github.com>
Received on Friday, 12 August 2016 21:14:21 UTC
I'm pretty certain `document.body.onselectstart` needs to work because of the way the design mode treats the body as the editing host. So for consistency, it's probably a good idea to have `onselectionchange` work there as well. That makes me think that adding both `onselectionchange` and `onselectstart` on `Element` and `Document` is the right approach here. -- 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-239561226
Received on Friday, 12 August 2016 21:14:21 UTC