Skip to content

Commit

Permalink
Update background-clip:text status, add background-clip:border
Browse files Browse the repository at this point in the history
Mark background-clip:text as experimental (since it's only in the CSS Backgrounds 4 editor's draft) and mark Firefox's implementation as experimental because of many open issues related to it. Add background-clip:border from the same spec for consistency
  • Loading branch information
SelenIT authored Jul 27, 2024
1 parent 0675cb2 commit 69703ec
Showing 1 changed file with 53 additions and 3 deletions.
56 changes: 53 additions & 3 deletions css/properties/background-clip.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"background-clip": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/background-clip",
"spec_url": "https://drafts.csswg.org/css-backgrounds/#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"
],
Expand Down Expand Up @@ -224,6 +227,7 @@
},
"text": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-backgrounds-4/#valdef-background-clip-text",
"tags": [
"web-features:background-clip-text"
],
Expand Down Expand Up @@ -260,7 +264,9 @@
}
],
"firefox": {
"version_added": "49"
"version_added": "49",
"partial_implementation": true,
"notes": "Doesn't work with <code>background-attachment:fixed</code>, in multi-layer backgrounds with other values, and in some other special cases: see <a href='https://bugzilla.mozilla.org/show_bug.cgi?id=1656784'>bug 1656784</a>"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -284,7 +290,51 @@
"webview_android": "mirror"
},
"status": {
"experimental": false,
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"border": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-backgrounds-4/#valdef-background-clip-border",
"tags": [
"web-features:background-clip-border"
],
"support": {
"chrome": [
{
"version_added": false
}
],
"chrome_android": "mirror",
"edge": [
{
"version_added": false
}
],
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": [
{
"version_added": false
}
],
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
Expand Down

0 comments on commit 69703ec

Please sign in to comment.