[w3c/selection-api] Limit onselectionchange to Document until known to be needed elsewhere (#75)

Per the testing in https://github.com/w3c/selection-api/issues/54 it looks like implementations have it only on Document, with the exception of WebKit which also has it on HTMLBodyElement.

There was talk of also firing the event on some elements, but that's not yet in the spec, moving onselectionchange to GlobalEventHandlers could make sense as part of that and be a form of feature detection.

-- 
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/75

Received on Tuesday, 20 September 2016 14:51:02 UTC