Re: [w3c/selection-api] Define the interaction with user-select CSS property (#46)

I want some definition with `user-select: contain;`.

Here is an example of incompatibility between browsers:
https://jsfiddle.net/d_toybox/w3dqfs3v/

Firefox selects the contents as-is for the API. However, Edge and Chrome respect `user-select: contain;` which may be specified by UA stylesheet. Chrome selects only one paragraph because it hits editing host boundary. Edge works similar only when the start is in an editing host, otherwise, works as same as Firefox.

-- 
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/46#issuecomment-310685420

Received on Friday, 23 June 2017 14:47:58 UTC