Update mstyle compatibility data
Summary
-
Update data for Chrome, based on info from mathml.global_attribute.
-
Update notes for Firefox, taken from Gecko-specific notes of https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mstyle
-
Remove dir, displaystyle, scriptlevel since they now belong to mathml.global_attribute
-
Update scriptminsize/scriptsizemultiplier, removed in Firefox 103 and not part of MathML Core.
Test results and supporting details
This was essentially copying info from https://github.com/mdn/browser-compat-data/pull/16995, https://bugzilla.mozilla.org/show_bug.cgi?id=1772697 and https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mstyle
Related issues
This is needed for https://github.com/mdn/content/pull/18273
cc @queengooborg @teoli2003
@queengooborg any update on the review here?
Eventually, we should probably get those attributes separated into subfeatures, but we can worry about that later. For now, LGTM!
I'm not sure I understand this? All attributes are already handled as subfeatures no? And all the ones removed here are in mathml.global_attribute?