We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#6941 removed SVGMeshElement as unsupported. The data for <mesh> is all null values. Can we confirm that it's non-existent and remove this feature?
SVGMeshElement
<mesh>
null
The text was updated successfully, but these errors were encountered:
Remove mesh SVG element from BCD
4c2fc9b
This PR removes the irrelevant `mesh` SVG element 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 (v4.0.0) (by checking the `SVGMeshElement` API), even if the current BCD suggests support. Fixes mdn#7413.
Successfully merging a pull request may close this issue.
#6941 removed
SVGMeshElement
as unsupported. The data for<mesh>
is allnull
values. Can we confirm that it's non-existent and remove this feature?The text was updated successfully, but these errors were encountered: