Re: [w3c/editing] INPUT/TEXTAREA should support subset of execCommand (#160)

@johanneswilm 

> If I understand you correct, you still have a common undo stack for all contenteditable elements on the same page?

Exactly.

> That is also not very practical, but the problems created are smaller, in that its less common to have more than one contenteditable element at the same time.

I have no idea how to manage undo stack separately for each `contenteditable` element. If there is no `contenteditable="false"`, it could be though...

-- 
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/editing/issues/160#issuecomment-395958237

Received on Saturday, 9 June 2018 10:31:02 UTC