Summary: `contentReadOnly` and `insertBrOnReturn` are available with
`Document.execCommand`, `Document.queryCommandState`, etc, but they are
Gecko specific legacy command. We've already disabled them in early beta
and earlier builds since 4 years ago. Even though there are users of
these commands, but we don't get any regression reports. Additionally,
the effect of these commands are big and it's hard to use these commands
in public editable web apps since making the builtin editor incompatible
from the other browsers. So, it seems that they are used for fingerprinting.
Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1986838
Platform coverage: All platforms.
Preferences: |dom.document.edit_command.contentReadOnly.enabled| and
|dom.document.edit_command.insertBrOnReturn.enabled|
DevTools bug: N/A
Other browsers: Nobody supports these Gecko specific commands.
--
Masayuki Nakano<[email protected]>
Working on DOM, Events, editor and IME handling for Gecko
--
You received this message because you are subscribed to the Google Groups
"[email protected]" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/a/mozilla.org/d/msgid/dev-platform/f44a362f-c95c-4d9c-b193-397e74e3ce15%40d-toybox.com.