{
 "compat_features": [
  "api.Window.requestResize",
  "css.properties.frame-sizing",
  "css.properties.frame-sizing.auto",
  "css.properties.frame-sizing.content-block-size",
  "css.properties.frame-sizing.content-height",
  "css.properties.frame-sizing.content-inline-size",
  "css.properties.frame-sizing.content-width",
  "html.elements.meta.name.responsive-embedded-sizing"
 ],
 "description": "The frame-sizing CSS property sets the size of an <iframe> element to that of it contents, to avoid scrolling in the iframe. Embedded documents allow this with the <meta name=\"responsive-embedded-sizing\"> element and request resizing in the embedding page by calling window.requestResize().",
 "description_html": "The <code>frame-sizing</code> CSS property sets the size of an <code>&#x3C;iframe></code> element to that of it contents, to avoid scrolling in the iframe. Embedded documents allow this with the <code>&#x3C;meta name=\"responsive-embedded-sizing\"></code> element and request resizing in the embedding page by calling <code>window.requestResize()</code>.",
 "kind": "feature",
 "name": "Responsive iframes",
 "spec": [
  "https://drafts.csswg.org/css-sizing-4/#propdef-frame-sizing"
 ],
 "status": {
  "baseline": false,
  "by_compat_key": {
   "api.Window.requestResize": {
    "baseline": false,
    "support": {}
   },
   "css.properties.frame-sizing": {
    "baseline": false,
    "support": {}
   },
   "css.properties.frame-sizing.auto": {
    "baseline": false,
    "support": {}
   },
   "css.properties.frame-sizing.content-block-size": {
    "baseline": false,
    "support": {}
   },
   "css.properties.frame-sizing.content-height": {
    "baseline": false,
    "support": {}
   },
   "css.properties.frame-sizing.content-inline-size": {
    "baseline": false,
    "support": {}
   },
   "css.properties.frame-sizing.content-width": {
    "baseline": false,
    "support": {}
   },
   "html.elements.meta.name.responsive-embedded-sizing": {
    "baseline": false,
    "support": {}
   }
  },
  "support": {}
 },
 "id": "frame-sizing",
 "groups": [],
 "specs": [
  {
   "url": "https://drafts.csswg.org/css-sizing-4/#propdef-frame-sizing",
   "seriesComposition": "delta",
   "shortname": "css-sizing-4",
   "series": {
    "shortname": "css-sizing",
    "currentSpecification": "css-sizing-3",
    "title": "CSS Box Sizing",
    "shortTitle": "CSS Sizing",
    "releaseUrl": "https://www.w3.org/TR/css-sizing/",
    "nightlyUrl": "https://drafts.csswg.org/css-sizing/"
   },
   "seriesVersion": "4",
   "shortTitle": "CSS Sizing 4",
   "seriesPrevious": "css-sizing-3",
   "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-sizing-4/",
    "status": "Working Draft",
    "filename": "Overview.html"
   },
   "nightly": {
    "url": "https://drafts.csswg.org/css-sizing-4/",
    "status": "Editor's Draft",
    "alternateUrls": [
     "https://w3c.github.io/csswg-drafts/css-sizing-4/"
    ],
    "repository": "https://github.com/w3c/csswg-drafts",
    "sourcePath": "css-sizing-4/Overview.bs",
    "filename": "index.html"
   },
   "title": "CSS Box Sizing Module Level 4",
   "source": "w3c",
   "categories": [
    "browser"
   ],
   "standing": "good",
   "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
     "css/css-sizing"
    ]
   },
   "fragment": "propdef-frame-sizing"
  }
 ],
 "mdnUrls": [
  {
   "slug": "Web/API/Window/requestResize",
   "title": "Window: requestResize() method",
   "anchor": null,
   "url": "https://developer.mozilla.org/docs/Web/API/Window/requestResize"
  },
  {
   "slug": "Web/CSS/Reference/Properties/frame-sizing",
   "title": "`frame-sizing` CSS property",
   "anchor": null,
   "url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/frame-sizing"
  },
  {
   "slug": "Web/HTML/Reference/Elements/meta/name/responsive-embedded-sizing",
   "title": "<meta name=\"responsive-embedded-sizing\">",
   "anchor": null,
   "url": "https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/meta/name/responsive-embedded-sizing"
  }
 ],
 "standardPositions": [],
 "hasNegativeStandardPosition": false,
 "stateOfSurveys": [],
 "chromeUseCounters": {},
 "interop": [],
 "wpt": null,
 "developerSignals": null,
 "bugs": {},
 "useCases": null,
 "baselineLowDateAsObject": null,
 "baselineHighDateAsObject": null
}