Skip to content

Commit

Permalink
Add background-clip: border-area (#24333)
Browse files Browse the repository at this point in the history
* Add `background-clip: border-area`

Supported since STP 202: https://webkit.org/blog/15798/release-notes-for-safari-technology-preview-202/

* Update background-clip.json
  • Loading branch information
nt1m committed Sep 9, 2024
1 parent 5fe58bd commit 578ce0d
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions css/properties/background-clip.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,42 @@
"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": "preview"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "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",
Expand Down Expand Up @@ -224,6 +260,7 @@
},
"text": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-backgrounds-4/#valdef-background-clip-text",
"tags": [
"web-features:background-clip-text"
],
Expand Down

0 comments on commit 578ce0d

Please sign in to comment.