Re: [editing] set targetRange to null for all editTypes where the targetRange would always have been equal to the selection range (#80)

I think it depends on each editor and the type of an event you're getting.  e.g. if the type is `deleteContent`, then presumably you wanna delete contents in every range.  If the type if `paste`, then perhaps you want to paste into the first range instead.

Regardless, `targetRange` might need to be replaced by the new selection object we talked about which properly supports multi-range selection.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/issues/80#issuecomment-134906731

Received on Wednesday, 26 August 2015 09:06:57 UTC