Re: [w3c/selection-api] `selectstart` event handler needs to be exposed on `Text` (Issue #159)

> What are the other events that can fire on `Text` nodes?

Looking at webref data, on top of mutation events, the other events that fire on `Text` node are:
- [`drag`](https://html.spec.whatwg.org/multipage/dnd.html#event-dnd-drag)
- [`dragstart`](https://html.spec.whatwg.org/multipage/dnd.html#event-dnd-dragstart)
- [`dragend`](https://html.spec.whatwg.org/multipage/dnd.html#event-dnd-dragend)
- [`pointercancel`](https://w3c.github.io/pointerevents/#dfn-pointercancel)

They don't have corresponding IDL attributes either.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/selection-api/issues/159#issuecomment-1277258630
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/selection-api/issues/159/1277258630@github.com>

Received on Thursday, 13 October 2022 08:46:43 UTC