{
 "compat_features": [
  "css.at-rules.supports.named-feature"
 ],
 "description": "The named-feature() function, when used with @supports, checks if a named CSS behavior is supported. The CSS behavior names are defined by specification. For example, @supports named-feature(anchor-position-follows-transforms) checks whether anchor-positioning applies after transforms.\"",
 "description_html": "The <code>named-feature()</code> function, when used with <code>@supports</code>, checks if a named CSS behavior is supported. The CSS behavior names are defined by specification. For example, <code>@supports named-feature(anchor-position-follows-transforms)</code> checks whether anchor-positioning applies after transforms.\"",
 "group": [
  "css"
 ],
 "kind": "feature",
 "name": "named-feature()",
 "spec": [
  "https://drafts.csswg.org/css-conditional-5/#typedef-supports-named-feature-fn"
 ],
 "status": {
  "baseline": false,
  "by_compat_key": {
   "css.at-rules.supports.named-feature": {
    "baseline": false,
    "support": {
     "chrome": "150",
     "chrome_android": "150",
     "edge": "150"
    }
   }
  },
  "support": {
   "chrome": "150",
   "chrome_android": "150",
   "edge": "150"
  }
 },
 "id": "supports-named-feature",
 "groups": [
  "css"
 ],
 "specs": [
  {
   "url": "https://drafts.csswg.org/css-conditional-5/#typedef-supports-named-feature-fn",
   "seriesComposition": "delta",
   "shortname": "css-conditional-5",
   "series": {
    "shortname": "css-conditional",
    "currentSpecification": "css-conditional-3",
    "title": "CSS Conditional Rules",
    "shortTitle": "CSS Conditional",
    "releaseUrl": "https://www.w3.org/TR/css-conditional/",
    "nightlyUrl": "https://drafts.csswg.org/css-conditional/"
   },
   "seriesVersion": "5",
   "shortTitle": "CSS Conditional 5",
   "seriesPrevious": "css-conditional-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-conditional-5/",
    "status": "Working Draft",
    "filename": "Overview.html"
   },
   "nightly": {
    "url": "https://drafts.csswg.org/css-conditional-5/",
    "status": "Editor's Draft",
    "alternateUrls": [
     "https://w3c.github.io/csswg-drafts/css-conditional-5/"
    ],
    "repository": "https://github.com/w3c/csswg-drafts",
    "sourcePath": "css-conditional-5/Overview.bs",
    "filename": "index.html"
   },
   "title": "CSS Conditional Rules Module Level 5",
   "source": "w3c",
   "categories": [
    "browser"
   ],
   "standing": "good",
   "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
     "css/css-conditional"
    ]
   },
   "fragment": "typedef-supports-named-feature-fn"
  }
 ],
 "mdnUrls": [],
 "standardPositions": [],
 "hasNegativeStandardPosition": false,
 "stateOfSurveys": [],
 "chromeUseCounters": {},
 "interop": [],
 "wpt": null,
 "developerSignals": null,
 "bugs": {},
 "useCases": null,
 "baselineLowDateAsObject": null,
 "baselineHighDateAsObject": null
}