Re: [w3c/selection-api] Selection events for text controls (#53)

Fired the events only on `Document` node is reasonable for the performance. However, there is an issue. The event does not tell web apps which selection is changed, i.e., the original target is `<input>`, `<textarea>` or document's `Selection`. If `Event.originalTarget` were standardized, it'd be a good place to store the information. However, it's a Gecko-specific attribute. So, selection events should have a new interface?

-- 
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/53#issuecomment-677071557

Received on Thursday, 20 August 2020 04:56:33 UTC