Forgot to say, this work is happening in bug 1920118 <https://bugzilla.mozilla.org/show_bug.cgi?id=1920118>.
On Fri, Sep 20, 2024 at 6:45 PM Emilio Cobos Álvarez <[email protected]> wrote: > -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 > -- 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 on the web visit https://groups.google.com/a/mozilla.org/d/msgid/dev-platform/CAFhp-qeOc1sDEVDLPZSoDARFGwMoGTSy0pDyno%3DsPdEWsQOVkA%40mail.gmail.com.
