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 spec_url for SVGAnimationElement #25393

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

skyclouds2001
Copy link
Contributor

Summary

Test results and supporting details

Related issues

Fixes #25384

@github-actions github-actions bot added data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API size:s [PR only] 7-24 LoC changed labels Dec 12, 2024
@skyclouds2001 skyclouds2001 marked this pull request as ready for review December 12, 2024 14:24
Copy link

@yashrajbharti yashrajbharti left a comment

Choose a reason for hiding this comment

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

The "mdn_url" of the respective pages can be added to.
The MDN feature pages are in pr here and here which is why I raised the issue.

@@ -230,6 +233,7 @@
},
"endElementAt": {
"__compat": {
"spec_url": "https://svgwg.org/specs/animations/#__svg__SVGAnimationElement__endElementAt",

Choose a reason for hiding this comment

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

Suggested change
"spec_url": "https://svgwg.org/specs/animations/#__svg__SVGAnimationElement__endElementAt",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimationElement/endElementAt",
"spec_url": "https://svgwg.org/specs/animations/#__svg__SVGAnimationElement__endElementAt",

@@ -329,6 +333,7 @@
},
"getCurrentTime": {
"__compat": {
"spec_url": "https://svgwg.org/specs/animations/#__svg__SVGAnimationElement__getCurrentTime",

Choose a reason for hiding this comment

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

Suggested change
"spec_url": "https://svgwg.org/specs/animations/#__svg__SVGAnimationElement__getCurrentTime",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimationElement/getCurrentTime",
"spec_url": "https://svgwg.org/specs/animations/#__svg__SVGAnimationElement__getCurrentTime",

@@ -371,6 +376,7 @@
},
"getSimpleDuration": {
"__compat": {
"spec_url": "https://svgwg.org/specs/animations/#__svg__SVGAnimationElement__getSimpleDuration",

Choose a reason for hiding this comment

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

Suggested change
"spec_url": "https://svgwg.org/specs/animations/#__svg__SVGAnimationElement__getSimpleDuration",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimationElement/getSimpleDuration",
"spec_url": "https://svgwg.org/specs/animations/#__svg__SVGAnimationElement__getSimpleDuration",

@@ -413,6 +419,7 @@
},
"getStartTime": {
"__compat": {
"spec_url": "https://svgwg.org/specs/animations/#__svg__SVGAnimationElement__getStartTime",

Choose a reason for hiding this comment

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

Suggested change
"spec_url": "https://svgwg.org/specs/animations/#__svg__SVGAnimationElement__getStartTime",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimationElement/getStartTime",
"spec_url": "https://svgwg.org/specs/animations/#__svg__SVGAnimationElement__getStartTime",

@@ -188,6 +190,7 @@
},
"endElement": {
"__compat": {
"spec_url": "https://svgwg.org/specs/animations/#__svg__SVGAnimationElement__endElement",

Choose a reason for hiding this comment

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

Suggested change
"spec_url": "https://svgwg.org/specs/animations/#__svg__SVGAnimationElement__endElement",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimationElement/endElement",
"spec_url": "https://svgwg.org/specs/animations/#__svg__SVGAnimationElement__endElement",

@@ -89,6 +90,7 @@
},
"beginElementAt": {
"__compat": {
"spec_url": "https://svgwg.org/specs/animations/#__svg__SVGAnimationElement__beginElementAt",

Choose a reason for hiding this comment

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

Suggested change
"spec_url": "https://svgwg.org/specs/animations/#__svg__SVGAnimationElement__beginElementAt",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimationElement/beginElementAt",
"spec_url": "https://svgwg.org/specs/animations/#__svg__SVGAnimationElement__beginElementAt",

@@ -47,6 +47,7 @@
},
"beginElement": {
"__compat": {
"spec_url": "https://svgwg.org/specs/animations/#__svg__SVGAnimationElement__beginElement",

Choose a reason for hiding this comment

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

Suggested change
"spec_url": "https://svgwg.org/specs/animations/#__svg__SVGAnimationElement__beginElement",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimationElement/beginElement",
"spec_url": "https://svgwg.org/specs/animations/#__svg__SVGAnimationElement__beginElement",

@skyclouds2001
Copy link
Contributor Author

skyclouds2001 commented Dec 12, 2024

The "mdn_url" of the respective pages can be added to. The MDN feature pages are in pr here and here which is why I raised the issue.

the mdn_url will automatically added when the mdn content docs added via this workflow, so it doesn't need to mantually add these

and since these PRs havn't got merged yet, it is better not to add mdn_urls now

@caugner
Copy link
Contributor

caugner commented Dec 13, 2024

The "mdn_url" of the respective pages can be added to. The MDN feature pages are in pr here and here which is why I raised the issue.

The mdn_urls will get added automatically once the pages referencing these BCD keys landed in content, so let's avoid adding those links before the pages exist.

@caugner caugner merged commit f17b8a2 into mdn:main Dec 13, 2024
8 checks passed
@skyclouds2001 skyclouds2001 deleted the SVGAnimationElement branch December 13, 2024 13:31
@yashrajbharti
Copy link

Thanks!

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 size:s [PR only] 7-24 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SVGAnimationElement Missing spec_url for all instance methods
3 participants