Re: [w3c/selection-api] Skip posting a task for `selectionchange` event in some cases (Issue #170)

Hi Rniwa, thanks for the sharing! I've read issue[#53](https://github.com/w3c/selection-api/issues/53) and basically understand what you guys want to do. You'd like to fire `selectionchange` event for each element(`input` or `textarea`) when it is changed no matter the element is focused or not, right?

I take a look on the definition of `[selection](https://www.w3.org/TR/selection-api/#definition)` in the spec, seems that one document only have one unique `selection`, that is only the change on the focused element should fire the event, right? So why the spec keeps the same? Is there anything blocked what we want to do in issue[#53](https://github.com/w3c/selection-api/issues/53)?

Please corret me if my understanding is wrong. Thanks!

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

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

Received on Friday, 15 March 2024 08:27:18 UTC