From 1f0b96743cbe5703d0337b0d07e772d6d9142fbe Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Tue, 19 May 2026 14:56:38 +0200 Subject: [PATCH] Add `` to MathML, deprecate global href --- mathml/elements/a.json | 74 +++++++++++++++++++++++++++++++++++ mathml/global_attributes.json | 3 +- 2 files changed, 76 insertions(+), 1 deletion(-) create mode 100644 mathml/elements/a.json diff --git a/mathml/elements/a.json b/mathml/elements/a.json new file mode 100644 index 00000000000000..000b4e100d99bd --- /dev/null +++ b/mathml/elements/a.json @@ -0,0 +1,74 @@ +{ + "mathml": { + "elements": { + "a": { + "__compat": { + "spec_url": "https://w3c.github.io/mathml-core/#the-a-element", + "tags": [ + "web-features:mathml" + ], + "support": { + "chrome": { + "version_added": false + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": "152" + }, + "firefox_android": "mirror", + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": false + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror", + "webview_ios": "mirror" + }, + "status": { + "experimental": false, + "standard_track": true, + "deprecated": false + } + }, + "href": { + "__compat": { + "spec_url": "https://w3c.github.io/mathml-core/#the-a-element", + "tags": [ + "web-features:mathml" + ], + "support": { + "chrome": { + "version_added": false + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": "152" + }, + "firefox_android": "mirror", + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": false + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror", + "webview_ios": "mirror" + }, + "status": { + "experimental": false, + "standard_track": true, + "deprecated": false + } + } + } + } + } + } +} diff --git a/mathml/global_attributes.json b/mathml/global_attributes.json index 969e20a7543e08..9d6860eccedfc7 100644 --- a/mathml/global_attributes.json +++ b/mathml/global_attributes.json @@ -127,6 +127,7 @@ "edge": "mirror", "firefox": { "version_added": "7", + "version_removed": "152", "impl_url": "https://hg.mozilla.org/mozilla-central/rev/12294b20e4d9" }, "firefox_android": "mirror", @@ -145,7 +146,7 @@ "status": { "experimental": false, "standard_track": false, - "deprecated": false + "deprecated": true } } },