Skip to content

Commit

Permalink
Deduplicate css.types.basic-shape.path and descendants
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck committed Sep 24, 2024
1 parent a2df16e commit 8590831
Showing 1 changed file with 10 additions and 46 deletions.
56 changes: 10 additions & 46 deletions css/types/basic-shape.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,37 +200,14 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/basic-shape/path",
"spec_url": "https://drafts.csswg.org/css-shapes/#funcdef-basic-shape-path",
"support": {
"chrome": [
{
"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": "52",
"partial_implementation": true,
"notes": "Only supported on the <code>d</code> SVG presentation attribute."
}
],
"chrome": {
"version_added": "52"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": [
{
"version_added": "97",
"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> CSS properties. Not supported on the <code>shape-outside</code> CSS property."
},
{
"version_added": "72",
"partial_implementation": true,
"notes": "Only supported on the <code>clip-path</code> and <code>offset-path</code> properties."
}
],
"firefox": {
"version_added": "72"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
Expand All @@ -240,33 +217,20 @@
"opera_android": "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."
"version_added": "13.1"
},
{
"prefix": "-webkit-",
"version_added": "10.1",
"partial_implementation": true,
"notes": "Only supported on the <code>clip-path</code> property."
"version_added": "10.1"
}
],
"safari_ios": [
{
"version_added": "13",
"partial_implementation": true,
"notes": "Only supported on the <code>clip-path</code> property."
"version_added": "13"
},
{
"prefix": "-webkit-",
"version_added": "10.3",
"partial_implementation": true,
"notes": "Only supported on the <code>clip-path</code> property."
"version_added": "10.3"
}
],
"samsunginternet_android": "mirror",
Expand Down

0 comments on commit 8590831

Please sign in to comment.