blob: 8dffc27daafbe7989fdac844f93de93478b3d73b [file] [log] [blame] [edit]
{
"css": {
"properties": {
"background-clip": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/background-clip",
"spec_url": [
"https://drafts.csswg.org/css-backgrounds/#background-clip",
"https://drafts.csswg.org/css-backgrounds-4/#background-clip"
],
"tags": [
"web-features:background-clip"
],
"support": {
"chrome": [
{
"version_added": "1"
},
{
"prefix": "-webkit-",
"version_added": "1",
"notes": "Chrome accepts alternate synonyms to its values: `padding`, `border`, and `content`."
}
],
"chrome_android": "mirror",
"edge": [
{
"version_added": "12"
},
{
"prefix": "-webkit-",
"version_added": "12",
"notes": "Since Edge 79, accepts alternate synonyms to its values: `padding`, `border`, and `content`."
}
],
"firefox": [
{
"version_added": "4"
},
{
"prefix": "-webkit-",
"version_added": "49"
},
{
"prefix": "-moz-",
"version_added": "1",
"version_removed": "4",
"partial_implementation": true,
"notes": "Used the `-moz-background-clip: padding | border` syntax."
}
],
"firefox_android": "mirror",
"ie": {
"version_added": "9",
"notes": "In IE 7 and IE 8 of Internet Explorer, this property always behaved like `background-clip: padding-box` when `overflow` was `hidden`, `auto`, or `scroll`."
},
"oculus": "mirror",
"opera": [
{
"version_added": "10.5"
},
{
"prefix": "-webkit-",
"version_added": "15",
"notes": "Opera accepts alternate synonyms to its values: `padding`, `border`, and `content`."
}
],
"opera_android": [
{
"version_added": "11"
},
{
"prefix": "-webkit-",
"version_added": "14",
"notes": "Opera accepts alternate synonyms to its values: `padding`, `border`, and `content`."
}
],
"safari": [
{
"version_added": "5"
},
{
"prefix": "-webkit-",
"version_added": "3",
"notes": "Safari accepts alternate synonyms to its values: `padding`, `border`, and `content`."
}
],
"safari_ios": [
{
"version_added": "5"
},
{
"prefix": "-webkit-",
"version_added": "1",
"notes": "Safari accepts alternate synonyms to its values: `padding`, `border`, and `content`."
}
],
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"border-area": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-backgrounds-4/#valdef-background-clip-border-area",
"tags": [
"web-features:background-clip-border-area"
],
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "18.2"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"border-box": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-backgrounds/#valdef-background-clip-border-box",
"tags": [
"web-features:background-clip"
],
"support": {
"chrome": {
"version_added": "1"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "4"
},
"firefox_android": "mirror",
"ie": {
"version_added": "9"
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "3"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"content-box": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-backgrounds/#valdef-background-clip-content-box",
"tags": [
"web-features:background-clip"
],
"support": {
"chrome": {
"version_added": "1"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "4"
},
"firefox_android": "mirror",
"ie": {
"version_added": "9",
"notes": "In IE 7 and IE 9 of Internet Explorer, it always behaved like `background-clip: padding-box` if `overflow: hidden | auto | scroll`"
},
"oculus": "mirror",
"opera": {
"version_added": "10.5"
},
"opera_android": {
"version_added": "11"
},
"safari": {
"version_added": "3"
},
"safari_ios": {
"version_added": "1"
},
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"padding-box": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-backgrounds/#valdef-background-clip-padding-box",
"tags": [
"web-features:background-clip"
],
"support": {
"chrome": {
"version_added": "1"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "4"
},
"firefox_android": "mirror",
"ie": {
"version_added": "9"
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "3"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"text": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-backgrounds-4/#valdef-background-clip-text",
"tags": [
"web-features:background-clip-text"
],
"support": {
"chrome": [
{
"version_added": "120"
},
{
"version_added": "3",
"partial_implementation": true,
"notes": "The `text` value is only supported by `-webkit-background-clip` (and not by `background-clip`; see [bug 40229927](https://crbug.com/40229927))."
}
],
"chrome_android": "mirror",
"edge": [
{
"version_added": "120"
},
{
"version_added": "79",
"partial_implementation": true,
"notes": "The `text` value is only supported by `-webkit-background-clip` (and not by `background-clip`; see [bug 40229927](https://crbug.com/40229927))."
},
{
"version_added": "15",
"version_removed": "79"
},
{
"version_added": "12",
"version_removed": "15",
"partial_implementation": true,
"notes": "Before Edge 15, this value was supported with the prefixed version of the property only."
}
],
"firefox": {
"version_added": "49",
"partial_implementation": true,
"notes": "Does not work with `background-attachment: fixed` ([bug 1313757](https://bugzil.la/1313757)), in multi-layer backgrounds with other values ([bug 1481498](https://bugzil.la/1481498)), and in some other special cases (see [bug 1656784](https://bugzil.la/1656784))."
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": [
{
"version_added": "14"
},
{
"version_added": "4",
"partial_implementation": true,
"notes": "The `text` value is only supported by `-webkit-background-clip` (and not by `background-clip`)."
}
],
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}
}