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

Update compat data for requiredExtensions #18144

Merged
merged 2 commits into from Nov 4, 2022

Conversation

fred-wang
Copy link
Contributor

Summary

Update compat data for SVG attribute requiredExtensions:

  • Basic support (i.e. recognize XHTML namespace) was added in Firefox 1.9.1 [1], Safari 8 [2] and Chromium 81 [3].
  • MathML support (i.e. recognize MathML namespace) was added in the same browser versions [1] [2] [4], although Chromium's one is still under a flag.

Test results and supporting details

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=449746 (Firefox 1.9.1, MathML & XHTML)
[2] https://bugs.webkit.org/show_bug.cgi?id=88188 (Safari 8, MathML & XHTML)
[3] https://chromiumdash.appspot.com/commit/c78acd517835db96c3b50f11d30eb2a77e9910c1 (Chromium 81, XHTML)
[4] https://chromiumdash.appspot.com/commit/719b33b59410a6a4623769c3a93220db03dfa51b (Chromium 81, MathML)

Related issues

N/A

- Basic support (i.e. recognize XHTML namespace) was added in Firefox 1.9.1 [1], Safari 8 [2] and Chromium 81 [3].
- MathML support (i.e. recognize MathML namespace) was added in the same browser versions [1] [2] [4], although Chromium's one is still under a flag.

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=449746 (Firefox 1.9.1, MathML & XHTML)
[2] https://bugs.webkit.org/show_bug.cgi?id=88188 (Safari 8, MathML & XHTML)
[3] https://chromiumdash.appspot.com/commit/c78acd517835db96c3b50f11d30eb2a77e9910c1 (Chromium 81, XHTML)
[4] https://chromiumdash.appspot.com/commit/719b33b59410a6a4623769c3a93220db03dfa51b (Chromium 81, MathML)
@fred-wang
Copy link
Contributor Author

cc @Elchi3

Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think a description couldn't hurt here.
(suggestion made in the GitHub UI, it is untested)

svg/attributes/conditional_processing.json Show resolved Hide resolved
Co-authored-by: Florian Scholz <fs@florianscholz.com>
@github-actions github-actions bot added the data:svg 🖌️ Compat data for SVG features. https://developer.mozilla.org/docs/Web/SVG label Nov 4, 2022
Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks! 👍

@Elchi3 Elchi3 merged commit ed57ae1 into mdn:main Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:svg 🖌️ Compat data for SVG features. https://developer.mozilla.org/docs/Web/SVG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants