Re: [w3c/selection-api] Selection events for text controls (#53)

> However, looks like the patches for Gecko, it's fired on any `<input>` and `<textarea>` elements if their selection is modified by JS or setting their value. Do other browsers fire the events in such cases too?

Blink and WebKit do not in such case.

BTW, one suggestion from @smaug---- was to fire on each `<input>` and `<textarea>` and bubble it up to `document`, but it seems that's not very web compatible idea?

-- 
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-692672383

Received on Tuesday, 15 September 2020 12:08:47 UTC