Skip to content

Commit

Permalink
Add subfeature for deprecated named values of the mathsize attribute (#…
Browse files Browse the repository at this point in the history
…17921)

* Add subfeature for deprecated named values of the mathsize attribute

Add subfeature for deprecated named values "small", "normal", "big"
of the mathsize attribute. These were removed in Firefox 83 [1] but
are still supported by WebKit [2].

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1664488
[2] https://github.com/WebKit/WebKit/blob/cd711e64b46522100059a32e3025f7875e4861c0/Source/WebCore/mathml/MathMLElement.cpp#L117

* Update mathml/global_attributes.json

Co-authored-by: Florian Scholz <fs@florianscholz.com>

* Revert "Update mathml/global_attributes.json"

This reverts commit e625c88.

* place at the right position

Co-authored-by: Florian Scholz <fs@florianscholz.com>
  • Loading branch information
fred-wang and Elchi3 committed Sep 30, 2022
1 parent 9375790 commit 36a519c
Showing 1 changed file with 37 additions and 4 deletions.
41 changes: 37 additions & 4 deletions mathml/global_attributes.json
Expand Up @@ -268,10 +268,7 @@
"version_added": "5",
"impl_url": "https://trac.webkit.org/changeset/63079"
},
"safari_ios": {
"version_added": "4",
"impl_url": "https://trac.webkit.org/changeset/63079"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
Expand All @@ -280,6 +277,42 @@
"standard_track": true,
"deprecated": true
}
},
"small_normal_big": {
"__compat": {
"description": "<code>small</code>, <code>normal</code>, <code>big</code> values",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "70",
"version_removed": "83"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": {
"version_added": false
},
"opera_android": "mirror",
"safari": {
"version_added": "5"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": true
}
}
}
},
"mathvariant": {
Expand Down

0 comments on commit 36a519c

Please sign in to comment.