mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
c787aab229
-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 in MDN. 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. Differential Revision: https://phabricator.services.mozilla.com/D222984 |
||
---|---|---|
.. | ||
components | ||
ports/geckolib | ||
tests/unit | ||
moz.build | ||
rustfmt.toml |