Re: [editing] What do we need to integrate with the clipboard api? (#64)

@johanneswilm:
> Or do you mean that the selection is changed under such circumstances?

Yes.

> And yes, that shouldn't happen with CE=events.

If we allow `execCommand()` to work against CE=events, as @rniwa suggested, it's workable, but it's possible that Blink/WebKit move the canonicalizations to the top of `execCommand()` (or to the top of each command in `execCommand()`), so `execCommand()` is likely to change the selection. It'd be helpful if the spec mentions this; e.g. such as:
> DOM operations other than listed here may change the selections even if CE=events

If you have specific existing operations that you do not want to change the selections, it'd be helpful to list them in the spec.


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

Received on Friday, 14 August 2015 02:25:09 UTC