Skip to content

[cssom] Add IDL "MathMLElement includes ElementCSSInlineStyle;" #5513

New issue

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

Closed
fred-wang opened this issue Sep 15, 2020 · 2 comments · Fixed by #5525
Closed

[cssom] Add IDL "MathMLElement includes ElementCSSInlineStyle;" #5513

fred-wang opened this issue Sep 15, 2020 · 2 comments · Fixed by #5525
Labels
cssom-1 Current Work

Comments

@fred-wang
Copy link

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;

@fred-wang
Copy link
Author

(Incidentally, this is already implemented in all browsers and tested in WPT)

@astearns
Copy link
Member

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

@astearns astearns added cssom-1 Current Work and removed Agenda+ labels Sep 17, 2020
bkardell added a commit that referenced this issue Sep 17, 2020
closes #5513 as per resolution from the minutes there documenting reality of what is shipping.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cssom-1 Current Work
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants