Intent to unship: -moz-user-modify

302 views
Skip to first unread message

Emilio Cobos Álvarez

unread,
Sep 20, 2024, 12:45:23 PMSep 20
to dev-pl...@mozilla.org
-moz-user-modify is a prefixed CSS property which does _almost_ nothing.

It has some effect on caret painting (as in, you could make a
contenteditable element not paint the caret), but there are better ways
of doing that (caret-color: transparent or so).

It is also documented to do nothing[1].

Given that, I plan to try to remove it. Only real risk is that someone
uses for feature detection or so, so I expect the risk to be pretty minimal.

Let me know if there's any concerns,

-- Emilio

[1]: https://developer.mozilla.org/en-US/docs/Web/CSS/user-modify

Emilio Cobos Álvarez

unread,
Sep 20, 2024, 1:53:09 PMSep 20
to dev-pl...@mozilla.org
Forgot to say, this work is happening in bug 1920118.
Reply all
Reply to author
Forward
0 new messages