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

> will it uses "individual undo stack for the textarea element"?

Yes, it'll do. Gecko just redirect command to focused editor even if it's `readonly` or `disabled`.
https://wpt.fyi/results/editing/other/exec-command-with-text-editor.tentative.html?label=experimental&label=master&aligned

Perhaps, Gecko stops supporting Gecko specific command if they are not used actually in the wild.

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

Received on Thursday, 1 April 2021 03:33:49 UTC