{
 "caniuse": [
  "css-initial-value"
 ],
 "compat_features": [
  "css.types.global_keywords.initial"
 ],
 "description": "The initial keyword resets any CSS property to its initial value as defined by the specification. For example, the initial value of the display property is inline, regardless of the element being styled. Not to be confused with revert, which resets to the user or browser default style.",
 "description_html": "The <code>initial</code> keyword resets any CSS property to its initial value as defined by the specification. For example, the <code>initial</code> value of the <code>display</code> property is <code>inline</code>, regardless of the element being styled. Not to be confused with <code>revert</code>, which resets to the user or browser default style.",
 "group": [
  "explicit-defaults"
 ],
 "kind": "feature",
 "name": "initial",
 "spec": [
  "https://drafts.csswg.org/css-cascade-3/#initial"
 ],
 "status": {
  "baseline": "high",
  "baseline_high_date": "2018-05-12",
  "baseline_low_date": "2015-11-12",
  "by_compat_key": {
   "css.types.global_keywords.initial": {
    "baseline": "high",
    "baseline_high_date": "2018-05-12",
    "baseline_low_date": "2015-11-12",
    "support": {
     "chrome": "1",
     "chrome_android": "18",
     "edge": "13",
     "firefox": "19",
     "firefox_android": "19",
     "safari": "1.2",
     "safari_ios": "1"
    }
   }
  },
  "support": {
   "chrome": "1",
   "chrome_android": "18",
   "edge": "13",
   "firefox": "19",
   "firefox_android": "19",
   "safari": "1.2",
   "safari_ios": "1"
  }
 },
 "id": "initial-value",
 "groups": [
  "explicit-defaults"
 ],
 "specs": [
  {
   "url": "https://drafts.csswg.org/css-cascade-3/#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": "initial"
  }
 ],
 "mdnUrls": [
  {
   "slug": "Web/CSS/Reference/Values/initial",
   "title": "`initial` CSS keyword",
   "anchor": null,
   "url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Values/initial"
  }
 ],
 "standardPositions": [],
 "hasNegativeStandardPosition": false,
 "stateOfSurveys": [],
 "chromeUseCounters": {},
 "interop": [],
 "wpt": {
  "url": "https://wpt.fyi/results?q=feature:initial-value"
 },
 "developerSignals": null,
 "bugs": {},
 "baselineLowDateAsObject": "2015-11-12T00:00:00.000Z",
 "baselineHighDateAsObject": "2018-05-12T00:00:00.000Z"
}