[w3c/uievents] Browsers do not fire select event with UIEvent (#284)

None of Gecko, Blink nor WebKit uses UIEvent for select events, even when it's from user input devices, [when the spec says](https://w3c.github.io/uievents/#event-type-select):

> UIEvent if generated from a user interface, Event otherwise.

Should the spec be changed, or is there a good reason to force UIEvent?

-- 
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/uievents/issues/284

Received on Thursday, 10 December 2020 23:59:58 UTC