- From: Masayuki Nakano <notifications@github.com>
- Date: Wed, 19 Aug 2020 21:56:20 -0700
- To: w3c/selection-api <selection-api@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 20 August 2020 04:56:33 UTC
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