Skip to content
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

Add subfeature for <ms> lquote/rquote attributes #17928

Merged
merged 1 commit into from Oct 3, 2022
Merged

Conversation

fred-wang
Copy link
Contributor

Summary

In MathML Core the <ms> element behaves like an <mtext> [1] and this is how it was implementated in Safari 9 [2] and Chromium. Firefox still supports a legacy implementation from MathML3 (surround content with quotes, specifiable via attributes) but will be removed in the future [3]. To facilitate comparison of browser support, this commit introduces a subfeature for that legacy implementation.

Test results and supporting details

[1] https://w3c.github.io/mathml-core/#string-literal-ms
[2] https://commits.webkit.org/157302@main
[3] https://bugzilla.mozilla.org/show_bug.cgi?id=1793387

Related issues

mdn/content#21248

In MathML Core the `<ms>` element behaves like an `<mtext>` [1] and this is how it was implementated in Safari 9 [2] and Chromium.
Firefox still supports a legacy implementation from MathML3 (surround content with quotes, specifiable via attributes) but will be removed in the future [3].
To facilitate comparison of browser support, this commit introduces a subfeature for that legacy implementation.

[1] https://w3c.github.io/mathml-core/#string-literal-ms
[2] https://commits.webkit.org/157302@main
[3] https://bugzilla.mozilla.org/show_bug.cgi?id=1793387
@fred-wang
Copy link
Contributor Author

cc @Elchi3

@github-actions github-actions bot added the data:mathml ➗ Compat data for MathML features. https://developer.mozilla.org/docs/Web/MathML label Oct 3, 2022
@Elchi3 Elchi3 merged commit c5df5aa into mdn:main Oct 3, 2022
@fred-wang fred-wang deleted the ms branch October 3, 2022 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:mathml ➗ Compat data for MathML features. https://developer.mozilla.org/docs/Web/MathML
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants