From 8adb7e843bbfdda5737ce4fc62ffab19c7245ab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Thu, 20 May 2021 10:01:18 +0200 Subject: [PATCH] Remove api.SVGStylable This was a mixin-like interface in SVG 1.1: https://www.w3.org/TR/SVG11/types.html#InterfaceSVGStylable However, it was never exposed as an interface in itself, and this entry without any subfeatures doesn't map to anything real for web developers. MDN cleanup: https://github.com/mdn/content/pull/5140 Part of https://github.com/mdn/browser-compat-data/issues/7752. --- api/SVGStylable.json | 55 -------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 api/SVGStylable.json diff --git a/api/SVGStylable.json b/api/SVGStylable.json deleted file mode 100644 index 7407aa753f0b15..00000000000000 --- a/api/SVGStylable.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "api": { - "SVGStylable": { - "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGStylable", - "spec_url": "https://www.w3.org/TR/SVG11/types.html#InterfaceSVGStylable", - "support": { - "chrome": { - "version_added": null - }, - "chrome_android": { - "version_added": null - }, - "edge": { - "version_added": "≤18" - }, - "firefox": { - "version_added": "1.5", - "version_removed": "20" - }, - "firefox_android": { - "version_added": "4", - "version_removed": "20" - }, - "ie": { - "version_added": null - }, - "opera": { - "version_added": null - }, - "opera_android": { - "version_added": null - }, - "safari": { - "version_added": null - }, - "safari_ios": { - "version_added": null - }, - "samsunginternet_android": { - "version_added": null - }, - "webview_android": { - "version_added": false - } - }, - "status": { - "experimental": false, - "standard_track": true, - "deprecated": false - } - } - } - } -}