Skip to content
102 changes: 102 additions & 0 deletions css/types/param.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
{
"css": {
"types": {
"param": {
"__compat": {
"description": "`param()`",
"spec_url": "https://drafts.csswg.org/css-link-params-1/#funcdef-param",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "preview"
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
},
"url": {
"__compat": {
"description": "In The URL of `src` attribute",
"spec_url": "https://drafts.csswg.org/css-link-params-1/#url-frag",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
Comment thread
dletorey marked this conversation as resolved.
"url": {
"__compat": {
"description": "`url()` of properties such as `background-image`",
"spec_url": "https://drafts.csswg.org/css-link-params-1/#setting-url",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}
}
Loading