Re: [w3c/clipboard-apis] The "context is editable"-condition in the fire event-algorithm needs clarification (#69)

Should we consider the lowest common ancestor (element) of the selection start and end (with some treescope fixup when the selection spans multiple treescopes)? Or just consider the selection start?

Note: Chrome's implementation only considers selection start:

https://chromium.googlesource.com/chromium/src/+/5d086e08de608ded2e571b49024646c339006ad8/third_party/WebKit/Source/core/editing/Editor.cpp#633

-- 
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/clipboard-apis/issues/69#issuecomment-367142850

Received on Tuesday, 20 February 2018 22:28:27 UTC