Web platform features explorer

unset

Widely available since 2018-09-21
Tags: css Groups: CSS > Explicit defaults

The unset keyword resets any CSS property, removing any values previously set by the author, user, or browser. Inherited properties (like color) reset to the parent element's computed value. Non-inherited properties (like display) reset to the specified initial value (inline).

Learn more

Browser support (view on caniuse.com)

  • Chrome 41 Released on 2015-03-03
  • Chrome Android 41 Released on 2015-03-11
  • Edge 13 Released on 2015-11-12
  • Firefox 27 Released on 2014-02-04
  • Firefox for Android 27 Released on 2014-02-04
  • Safari 9.1 Released on 2016-03-21
  • Safari on iOS 9.3 Released on 2016-03-21