- From: Masayuki Nakano <notifications@github.com>
- Date: Fri, 08 Jun 2018 12:08:31 +0000 (UTC)
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 8 June 2018 12:08:54 UTC
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