Re: [w3c/selection-api] Clarify the additions of this spec to GlobalEventHandlers (#54)

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