diff --git a/css/types/basic-shape.json b/css/types/basic-shape.json index 51e65c068cc68c..f8a0e2e6b8900e 100644 --- a/css/types/basic-shape.json +++ b/css/types/basic-shape.json @@ -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 d SVG presentation attribute and the clip-path and offset-path properties." - }, - { - "version_added": "56", - "partial_implementation": true, - "notes": "Only supported on the d SVG presentation attribute and the offset-path property." - }, - { - "version_added": "52", - "partial_implementation": true, - "notes": "Only supported on the d SVG presentation attribute." - } - ], + "chrome": { + "version_added": "52" + }, "chrome_android": "mirror", "edge": "mirror", - "firefox": [ - { - "version_added": "97", - "partial_implementation": true, - "notes": "Only supported on the d SVG presentation attribute and the clip-path and offset-path CSS properties. Not supported on the shape-outside CSS property." - }, - { - "version_added": "72", - "partial_implementation": true, - "notes": "Only supported on the clip-path and offset-path properties." - } - ], + "firefox": { + "version_added": "72" + }, "firefox_android": "mirror", "ie": { "version_added": false @@ -240,33 +217,20 @@ "opera_android": "mirror", "safari": [ { - "version_added": "16", - "partial_implementation": true, - "notes": "Only supported on the offset-path and clip-path properties." - }, - { - "version_added": "13.1", - "partial_implementation": true, - "notes": "Only supported on the clip-path property." + "version_added": "13.1" }, { "prefix": "-webkit-", - "version_added": "10.1", - "partial_implementation": true, - "notes": "Only supported on the clip-path property." + "version_added": "10.1" } ], "safari_ios": [ { - "version_added": "13", - "partial_implementation": true, - "notes": "Only supported on the clip-path property." + "version_added": "13" }, { "prefix": "-webkit-", - "version_added": "10.3", - "partial_implementation": true, - "notes": "Only supported on the clip-path property." + "version_added": "10.3" } ], "samsunginternet_android": "mirror",