{
 "compat_features": [
  "css.properties.overflow-clip-margin",
  "css.properties.overflow-clip-margin.border-box",
  "css.properties.overflow-clip-margin.content-box",
  "css.properties.overflow-clip-margin.padding-box"
 ],
 "description": "The overflow-clip-margin CSS property sets how far overflow content may appear outside the bounds of an element before it's clipped by effects such as overflow: clip.",
 "description_html": "The <code>overflow-clip-margin</code> CSS property sets how far overflow content may appear outside the bounds of an element before it's clipped by effects such as <code>overflow: clip</code>.",
 "group": [
  "css"
 ],
 "kind": "feature",
 "name": "overflow-clip-margin",
 "spec": [
  "https://drafts.csswg.org/css-overflow-4/#overflow-clip-margin"
 ],
 "status": {
  "baseline": false,
  "by_compat_key": {
   "css.properties.overflow-clip-margin": {
    "baseline": false,
    "support": {
     "firefox": "102",
     "firefox_android": "102"
    }
   },
   "css.properties.overflow-clip-margin.border-box": {
    "baseline": false,
    "support": {
     "firefox": "148",
     "firefox_android": "148"
    }
   },
   "css.properties.overflow-clip-margin.content-box": {
    "baseline": false,
    "support": {
     "firefox": "148",
     "firefox_android": "148"
    }
   },
   "css.properties.overflow-clip-margin.padding-box": {
    "baseline": false,
    "support": {
     "firefox": "148",
     "firefox_android": "148"
    }
   }
  },
  "support": {
   "firefox": "148",
   "firefox_android": "148"
  }
 },
 "id": "overflow-clip-margin",
 "groups": [
  "css"
 ],
 "specs": [
  {
   "url": "https://drafts.csswg.org/css-overflow-4/#overflow-clip-margin",
   "seriesComposition": "delta",
   "shortname": "css-overflow-4",
   "series": {
    "shortname": "css-overflow",
    "currentSpecification": "css-overflow-3",
    "title": "CSS Overflow",
    "shortTitle": "CSS Overflow",
    "releaseUrl": "https://www.w3.org/TR/css-overflow/",
    "nightlyUrl": "https://drafts.csswg.org/css-overflow/"
   },
   "seriesVersion": "4",
   "seriesPrevious": "css-overflow-3",
   "seriesNext": "css-overflow-5",
   "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-overflow-4/",
    "status": "Working Draft",
    "filename": "Overview.html"
   },
   "nightly": {
    "url": "https://drafts.csswg.org/css-overflow-4/",
    "status": "Editor's Draft",
    "alternateUrls": [
     "https://w3c.github.io/csswg-drafts/css-overflow-4/"
    ],
    "repository": "https://github.com/w3c/csswg-drafts",
    "sourcePath": "css-overflow-4/Overview.bs",
    "filename": "index.html"
   },
   "title": "CSS Overflow Module Level 4",
   "source": "w3c",
   "shortTitle": "CSS Overflow 4",
   "categories": [
    "browser"
   ],
   "standing": "good",
   "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
     "css/css-overflow"
    ]
   },
   "fragment": "overflow-clip-margin"
  }
 ],
 "mdnUrls": [
  {
   "slug": "Web/CSS/Reference/Properties/overflow-clip-margin",
   "title": "`overflow-clip-margin` CSS property",
   "anchor": null,
   "url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/overflow-clip-margin"
  }
 ],
 "standardPositions": [
  {
   "vendor": "mozilla",
   "url": "https://github.com/mozilla/standards-positions/issues/1111",
   "position": "positive",
   "concerns": []
  },
  {
   "vendor": "apple",
   "url": "https://github.com/WebKit/standards-positions/issues/427",
   "position": "",
   "concerns": []
  }
 ],
 "hasNegativeStandardPosition": false,
 "stateOfSurveys": [],
 "chromeUseCounters": {},
 "interop": [],
 "wpt": {
  "url": "https://wpt.fyi/results?q=feature:overflow-clip-margin"
 },
 "developerSignals": {
  "url": "https://github.com/web-platform-dx/developer-signals/issues/311",
  "votes": 8
 },
 "bugs": {
  "safari": [
   "https://webkit.org/b/236153"
  ],
  "safari_ios": [
   "https://webkit.org/b/236153"
  ],
  "webview_ios": [
   "https://webkit.org/b/236153"
  ]
 },
 "useCases": [
  {
   "description": "Let a small interactive affordance (e.g. a column-resize handle) overhang a couple px past its container's edge, without disabling `overflow: hidden`'s text-truncation for everything else in that same container.",
   "url": "https://github.com/web-platform-dx/developer-signals/issues/311#issuecomment-5258598150"
  }
 ],
 "baselineLowDateAsObject": null,
 "baselineHighDateAsObject": null
}