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

Set Edge to false for unsupported SVG API features #10318

Merged
merged 2 commits into from
May 19, 2021

Conversation

queengooborg
Copy link
Contributor

This PR changes Microsoft Edge from null -> false for various SVG APIs, based upon results from the mdn-bcd-collector project (v3.0.1). Results are manually confirmed for accuracy.

Tests Used: https://mdn-bcd-collector.appspot.com/tests/api/SVG*

@github-actions github-actions bot added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label May 6, 2021
@@ -12,7 +12,7 @@
"version_added": null
},
"edge": {
"version_added": null
"version_added": false
Copy link
Contributor

Choose a reason for hiding this comment

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

SVGExternalResourcesRequired should really be removed from BCD/MDN, but setting this to false won't hurt that project.

api/SVGURIReference.json Outdated Show resolved Hide resolved
@foolip
Copy link
Contributor

foolip commented May 19, 2021

I've sent #10522 about SVGURIReference.

@foolip foolip merged commit 369f4b8 into mdn:main May 19, 2021
@queengooborg queengooborg deleted the api/SVG/edge-unsupported branch May 19, 2021 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants