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

I believe `selectstart` can be emitted on a `Text` node, but there isn't a matching event handler on the `Text` interface (`GlobalEventHandlers` only take care of exposing it on elements and their bubbling parents).

(based on discussion with @tidoust and @foolip in https://github.com/w3c/webref/issues/630#issuecomment-1192545735 )

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/selection-api/issues/159

You are receiving this because you are subscribed to this thread.

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

Received on Wednesday, 27 July 2022 08:56:11 UTC