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 } } },