From 59086607d37580b48b46f1d1d9d7f637f16df31f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Mon, 20 May 2024 11:05:55 +0200 Subject: [PATCH] Remove textLength as a global SVG attribute It can only be used on SVG , , and , and previously which has been removed now. --- svg/global_attributes.json | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/svg/global_attributes.json b/svg/global_attributes.json index 630f91458586a3..0ba8e82b2171ad 100644 --- a/svg/global_attributes.json +++ b/svg/global_attributes.json @@ -547,42 +547,6 @@ } } }, - "textLength": { - "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/textLength", - "spec_url": "https://svgwg.org/svg2-draft/text.html#TextElementTextLengthAttribute", - "support": { - "chrome": { - "version_added": true - }, - "chrome_android": "mirror", - "edge": { - "version_added": "12" - }, - "firefox": { - "version_added": true - }, - "firefox_android": "mirror", - "ie": { - "version_added": "11" - }, - "oculus": "mirror", - "opera": "mirror", - "opera_android": "mirror", - "safari": { - "version_added": true - }, - "safari_ios": "mirror", - "samsunginternet_android": "mirror", - "webview_android": "mirror" - }, - "status": { - "experimental": false, - "standard_track": true, - "deprecated": false - } - } - }, "class": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/class",