Skip to content

Commit

Permalink
Merge branch 'main' into rm-uninformative-worker-support
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Nov 10, 2023
2 parents 6307802 + 28a2ef8 commit 683b559
Showing 1 changed file with 203 additions and 13 deletions.
216 changes: 203 additions & 13 deletions css/types/basic-shape.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,19 @@
"support": {
"chrome": [
{
"version_added": "88"
"version_added": "88",
"partial_implementation": true,
"notes": "Only supported on the <code>d</code> SVG presentation attribute and the <code>clip-path</code> and <code>offset-path</code> properties."
},
{
"version_added": "56",
"partial_implementation": true,
"notes": "Only supported on the <code>d</code> SVG presentation attribute and the <code>offset-path</code> property."
},
{
"version_added": "46",
"version_added": "52",
"partial_implementation": true,
"notes": "Only supported on the <code>offset-path</code> property."
"notes": "Only supported on the <code>d</code> SVG presentation attribute."
}
],
"chrome_android": "mirror",
Expand All @@ -199,14 +206,9 @@
"notes": "Only supported on the <code>d</code> SVG presentation attribute and the <code>clip-path</code> and <code>offset-path</code> CSS properties. Not supported on the <code>shape-outside</code> CSS property."
},
{
"version_added": "71",
"version_added": "72",
"partial_implementation": true,
"notes": "Only supported on the <code>clip-path</code> and <code>offset-path</code> properties."
},
{
"version_added": "63",
"partial_implementation": true,
"notes": "Only supported on the <code>offset-path</code> property."
}
],
"firefox_android": "mirror",
Expand All @@ -216,10 +218,37 @@
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"safari": [
{
"version_added": "16",
"partial_implementation": true,
"notes": "Only supported on the <code>offset-path</code> and <code>clip-path</code> properties."
},
{
"version_added": "13.1",
"partial_implementation": true,
"notes": "Only supported on the <code>clip-path</code> property."
},
{
"prefix": "-webkit-",
"version_added": "10.1",
"partial_implementation": true,
"notes": "Only supported on the <code>clip-path</code> property."
}
],
"safari_ios": [
{
"version_added": "13",
"partial_implementation": true,
"notes": "Only supported on the <code>clip-path</code> property."
},
{
"prefix": "-webkit-",
"version_added": "10.3",
"partial_implementation": true,
"notes": "Only supported on the <code>clip-path</code> property."
}
],
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
Expand All @@ -228,6 +257,167 @@
"standard_track": true,
"deprecated": false
}
},
"clip-path": {
"__compat": {
"description": "In <code>clip-path</code>",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/clip-path",
"spec_url": [
"https://drafts.fxtf.org/css-masking/#the-clip-path",
"https://drafts.csswg.org/css-shapes/#supported-basic-shapes"
],
"support": {
"chrome": {
"version_added": "88"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "72"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": [
{
"version_added": "13.1"
},
{
"prefix": "-webkit-",
"version_added": "10.1"
}
],
"safari_ios": [
{
"version_added": "13"
},
{
"prefix": "-webkit-",
"version_added": "10.3"
}
],
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"d": {
"__compat": {
"description": "In <code>d</code> as CSS property",
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/d#using_d_as_a_css_property",
"spec_url": "https://svgwg.org/svg2-draft/paths.html#DProperty",
"support": {
"chrome": {
"version_added": "52"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "97"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": {
"version_added": "60"
},
"opera_android": {
"version_added": "51"
},
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"offset-path": {
"__compat": {
"description": "In <code>offset-path</code>",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/offset-path",
"spec_url": "https://drafts.fxtf.org/motion/#offset-path-property",
"support": {
"chrome": {
"version_added": "56"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "72"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "16"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"shape-outside": {
"__compat": {
"description": "In <code>shape-outside</code>",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/shape-outside",
"spec_url": "https://drafts.csswg.org/css-shapes/#shape-outside-property",
"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": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
},
"polygon": {
Expand Down

0 comments on commit 683b559

Please sign in to comment.