We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cc @bkardell
This is currently specified in MathML Core:
https://mathml-refresh.github.io/mathml-core/#dom-and-javascript
but it should probably be moved to the CSSOM spec:
https://drafts.csswg.org/cssom/#the-elementcssinlinestyle-mixin
Something like:
If the user agent supports MathML, the following IDL applies: [MathMLCore]
MathMLElement includes ElementCSSInlineStyle;
The text was updated successfully, but these errors were encountered:
(Incidentally, this is already implemented in all browsers and tested in WPT)
Sorry, something went wrong.
The CSSWG discussed this today: https://logs.csswg.org/irc.w3.org/css/2020-09-17/#e1353029
RESOLVED: accept a PR to add CSSOM for MathML
Add MathMLIDL
d83366a
closes #5513 as per resolution from the minutes there documenting reality of what is shipping.
Successfully merging a pull request may close this issue.
cc @bkardell
This is currently specified in MathML Core:
https://mathml-refresh.github.io/mathml-core/#dom-and-javascript
but it should probably be moved to the CSSOM spec:
https://drafts.csswg.org/cssom/#the-elementcssinlinestyle-mixin
Something like:
If the user agent supports MathML, the following IDL applies: [MathMLCore]
MathMLElement includes ElementCSSInlineStyle;
The text was updated successfully, but these errors were encountered: