Bug 1706266 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

* `increasefontsize`
* `decreasefontsize`
* `gethtml`
* `heading`
* `contentReadOnly`
* `readonly`
* `insertBrOnReturn`
* `saveas`

are not defined as [editor commands by Chromium](third_party/blink/renderer/core/editing/commands/editor_command_names.h).

So, once we're sure that they are not used by our users' web apps, we can drop supporting them.
* `increasefontsize`
* `decreasefontsize`
* `gethtml`
* `heading`
* `contentReadOnly`
* `readonly`
* `insertBrOnReturn`
* `saveas`

are not defined as [editor commands by Chromium](https://source.chromium.org/chromium/chromium/src/+/master:third_party/blink/renderer/core/editing/commands/editor_command_names.h;l=12;drc=a536084f94f9d0d7190a9d467d7f5337942f2ccb).

So, once we're sure that they are not used by our users' web apps, we can drop supporting them.

Back to Bug 1706266 Comment 0