From d302fbc4a3f681cf35d113c0f36f3b83024366af Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Thu, 20 May 2021 17:29:43 +0900 Subject: [PATCH] Drop SVGStylable as unimplemented The SVGStylable interface as such has had no shipping implementation for years. The current BCD data indicates it was previously in Firefox but removed years ago, and was (maybe) part of (pre-Blink) Edge. It was also apparently once part of Webkit, but in 2013 was removed in https://trac.webkit.org/changeset/140265/webkit, with change message: > SVG2 changes element inheritance so all SVGElements are stylable. As > a first-step towards a cleaner class hierarchy, this patch moves > SVGStylable into SVGStyledElement. https://developer.mozilla.org/en-US/docs/Web/API/SVGStylable already has it marked as deprecated. Related: https://github.com/mdn/browser-compat-data/issues/6768 --- 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 - } - } - } - } -}