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 & fix spec_url for href attribute of SVG elements #21772

Merged
merged 2 commits into from
Jan 2, 2024

Conversation

skyclouds2001
Copy link
Contributor

@skyclouds2001 skyclouds2001 commented Dec 28, 2023

Summary

add & fix spec_url for href attribute of SVG elements

the SVGAElement SVGFilterElement SVGMPathElement both include the SVGURIReference mixin, which add href property to those interfaces

see https://svgwg.org/svg2-draft/types.htmltypes.html#InterfaceSVGURIReference and https://drafts.fxtf.org/filter-effects/#svgfilterelement https://svgwg.org/specs/animations/#InterfaceSVGMPathElement https://svgwg.org/svg2-draft/linking.html#InterfaceSVGAElement

Test results and supporting details

Related issues

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Dec 28, 2023
@skyclouds2001 skyclouds2001 marked this pull request as ready for review December 28, 2023 14:47
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.

Thanks! 👍

@Elchi3 Elchi3 merged commit 770b790 into mdn:main Jan 2, 2024
5 checks passed
@skyclouds2001 skyclouds2001 deleted the svg-href branch January 2, 2024 14:41
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