-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Remove irrelevant SVGZoomAndPan API #12518
Conversation
This PR removes the irrelevant `SVGZoomAndPan` API as per the corresponding [data guidelines](https://github.com/mdn/browser-compat-data/blob/main/docs/data-guidelines.md#removal-of-irrelevant-features). The lack of current support has been confirmed by the [mdn-bcd-collector](https://mdn-bcd-collector.appspot.com) project (v3.3.0), even if the current BCD suggests support.
I've confirmed with https://mdn-bcd-collector.appspot.com/tests/api/SVGZoomAndPan that It was however in Firefox 70, so it's not old enough to remove under the irrelevant features guideline. I think it should be removed anyway since it's kind of useless without also having data for the @ddbeck do you think we can remove this half-present and almost-old-enough-for-removal feature? |
@queengooborg maybe you can make "zoomAndPan" attribute removal into this as well? Those are present, but the properties by the same name aren't. |
We're what, a month off and the API is useless? Go ahead. 👍 |
Alright, breaking the rules with abandon! |
* Bump version to v4.0.5 * Bump known issues * Add release note for #12417 * Add release note for #12454 * Add release note for #12417 * Add release note for #12346 * Add release note for #12455 * Add release note for #12518 * Add release note for #11630 * Add release note for #12300 * Add release note for #12552 * Add release stats * Add release date * Fix a typo
This PR removes the irrelevant
SVGZoomAndPan
API as per the corresponding data guidelines. The lack of current support has been confirmed by the mdn-bcd-collector project (v3.3.0), even if the current BCD suggests support.