{
 "caniuse": [
  "css-unset-value"
 ],
 "compat_features": [
  "css.types.global_keywords.unset"
 ],
 "description": "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).",
 "description_html": "The <code>unset</code> keyword resets any CSS property, removing any values previously set by the author, user, or browser. Inherited properties (like <code>color</code>) reset to the parent element's computed value. Non-inherited properties (like <code>display</code>) reset to the specified initial value (<code>inline</code>).",
 "group": [
  "explicit-defaults"
 ],
 "kind": "feature",
 "name": "unset",
 "spec": [
  "https://drafts.csswg.org/css-cascade-3/#inherit-initial"
 ],
 "status": {
  "baseline": "high",
  "baseline_high_date": "2018-09-21",
  "baseline_low_date": "2016-03-21",
  "by_compat_key": {
   "css.types.global_keywords.unset": {
    "baseline": "high",
    "baseline_high_date": "2018-09-21",
    "baseline_low_date": "2016-03-21",
    "support": {
     "chrome": "41",
     "chrome_android": "41",
     "edge": "13",
     "firefox": "27",
     "firefox_android": "27",
     "safari": "9.1",
     "safari_ios": "9.3"
    }
   }
  },
  "support": {
   "chrome": "41",
   "chrome_android": "41",
   "edge": "13",
   "firefox": "27",
   "firefox_android": "27",
   "safari": "9.1",
   "safari_ios": "9.3"
  }
 },
 "id": "unset-value",
 "groups": [
  "explicit-defaults"
 ],
 "specs": [
  {
   "url": "https://drafts.csswg.org/css-cascade-3/#inherit-initial",
   "seriesComposition": "full",
   "shortname": "css-cascade-3",
   "series": {
    "shortname": "css-cascade",
    "currentSpecification": "css-cascade-4",
    "title": "CSS Cascading and Inheritance",
    "shortTitle": "CSS Cascading",
    "releaseUrl": "https://www.w3.org/TR/css-cascade/",
    "nightlyUrl": "https://drafts.csswg.org/css-cascade/"
   },
   "seriesVersion": "3",
   "shortTitle": "CSS Cascading 3",
   "seriesNext": "css-cascade-4",
   "organization": "W3C",
   "groups": [
    {
     "name": "Cascading Style Sheets (CSS) Working Group",
     "url": "https://www.w3.org/groups/wg/css/"
    }
   ],
   "release": {
    "url": "https://www.w3.org/TR/css-cascade-3/",
    "status": "Recommendation",
    "filename": "Overview.html"
   },
   "nightly": {
    "url": "https://drafts.csswg.org/css-cascade-3/",
    "status": "Editor's Draft",
    "alternateUrls": [
     "https://w3c.github.io/csswg-drafts/css-cascade-3/"
    ],
    "repository": "https://github.com/w3c/csswg-drafts",
    "sourcePath": "css-cascade-3/Overview.bs",
    "filename": "index.html"
   },
   "title": "CSS Cascading and Inheritance Level 3",
   "source": "w3c",
   "categories": [
    "browser"
   ],
   "standing": "good",
   "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
     "css/css-cascade"
    ]
   },
   "fragment": "inherit-initial"
  }
 ],
 "mdnUrls": [
  {
   "slug": "Web/CSS/Reference/Values/unset",
   "title": "`unset` CSS keyword",
   "anchor": null,
   "url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Values/unset"
  }
 ],
 "standardPositions": [],
 "hasNegativeStandardPosition": false,
 "stateOfSurveys": [],
 "chromeUseCounters": {},
 "interop": [],
 "wpt": {
  "url": "https://wpt.fyi/results?q=feature:unset-value"
 },
 "developerSignals": null,
 "bugs": {},
 "baselineLowDateAsObject": "2016-03-21T00:00:00.000Z",
 "baselineHighDateAsObject": "2018-09-21T00:00:00.000Z"
}