Re: [w3c/selection-api] No definition of hidden selections (#94)

> What's the value of mentioning that in the spec?

Developers will get a better understanding of how recent versions of Chrome work.

> Is there any interoperability story we're hoping for?

Yes, take [above HTML](http://logikbyran.se/spec/demo1.html):

| Browser        | Fired selectionchange events           |
| ------------- |:-------------:| 
| Edge 16     | 6 |
| Firefox 57   | 3 |
| Safari 11    | 3 |
| Chrome 62 | 1 |

Hiding explains why Chrome only sends one selectionchange event.

-- 
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/94#issuecomment-349681466

Received on Wednesday, 6 December 2017 15:52:42 UTC