Web features explorer

revert

Widely available
Tags: css Groups: CSS > Explicit defaults

The revert CSS keyword resets any property to its previous default, provided by either the user or browser stylesheets. For example, setting display: revert on a <div> will likely result in display: block, the browser default style. This is often confused with initial. To learn more, see revert at MDN.

Compatibility (view on caniuse.com)