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

Gecko creates undo stack per `<input>`/`<textarea>` element and only one stack for `contenteditable`/`designMode`. `execCommand` is available only with a method of **`document`**. So, if Gecko starts to support execCommand in `<input>`/`<textarea>`, Gecko will record the edit actions into each `<input>`/`<textarea>`.

-- 
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-395741394

Received on Friday, 8 June 2018 12:08:54 UTC