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

Per HTML spec pointercancel may fire on Text:
"If it is a selection that is being dragged, then the source node is the Text node that the user started the drag on"
...
"Fire a pointer event at the source node named pointercancel"

And firing drag event on a text node is also specified:
"Fire a DND event named drag at the source node."

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

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

Received on Friday, 14 October 2022 13:44:40 UTC