{
 "compat_features": [
  "css.types.url.cross-origin"
 ],
 "description": "The url() CSS function accepts a cross-origin() modifier to control cross-origin resource sharing (CORS) when requesting the URL. For example, url(\"https://example.com\" cross-origin(anonymous))) does not send credentials to the URL.",
 "description_html": "The <code>url()</code> CSS function accepts a <code>cross-origin()</code> modifier to control cross-origin resource sharing (CORS) when requesting the URL. For example, <code>url(\"https://example.com\" cross-origin(anonymous))</code>) does not send credentials to the URL.",
 "kind": "feature",
 "name": "cross-origin() for url()",
 "spec": [
  "https://drafts.csswg.org/css-values-5/#typedef-request-url-modifier-cross-origin-modifier"
 ],
 "status": {
  "baseline": false,
  "by_compat_key": {
   "css.types.url.cross-origin": {
    "baseline": false,
    "support": {
     "safari": "26.2",
     "safari_ios": "26.2"
    }
   }
  },
  "support": {
   "safari": "26.2",
   "safari_ios": "26.2"
  }
 },
 "id": "url-cross-origin",
 "groups": [],
 "specs": [
  {
   "url": "https://drafts.csswg.org/css-values-5/#typedef-request-url-modifier-cross-origin-modifier",
   "seriesComposition": "delta",
   "shortname": "css-values-5",
   "series": {
    "shortname": "css-values",
    "currentSpecification": "css-values-4",
    "title": "CSS Values and Units",
    "shortTitle": "CSS Values",
    "releaseUrl": "https://www.w3.org/TR/css-values/",
    "nightlyUrl": "https://drafts.csswg.org/css-values/"
   },
   "seriesVersion": "5",
   "shortTitle": "CSS Values 5",
   "seriesPrevious": "css-values-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-values-5/",
    "status": "Working Draft",
    "filename": "Overview.html"
   },
   "nightly": {
    "url": "https://drafts.csswg.org/css-values-5/",
    "status": "Editor's Draft",
    "alternateUrls": [
     "https://w3c.github.io/csswg-drafts/css-values-5/"
    ],
    "repository": "https://github.com/w3c/csswg-drafts",
    "sourcePath": "css-values-5/Overview.bs",
    "filename": "index.html"
   },
   "title": "CSS Values and Units Module Level 5",
   "source": "w3c",
   "categories": [
    "browser"
   ],
   "standing": "good",
   "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
     "css/css-values"
    ]
   },
   "fragment": "typedef-request-url-modifier-cross-origin-modifier"
  }
 ],
 "mdnUrls": [],
 "standardPositions": [],
 "hasNegativeStandardPosition": false,
 "stateOfSurveys": [],
 "chromeUseCounters": {},
 "interop": [],
 "wpt": null,
 "developerSignals": null,
 "bugs": {},
 "baselineLowDateAsObject": null,
 "baselineHighDateAsObject": null
}