-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -230,6 +233,7 @@ | |||
}, | |||
"endElementAt": { | |||
"__compat": { | |||
"spec_url": "https://svgwg.org/specs/animations/#__svg__SVGAnimationElement__endElementAt", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"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", |
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 |
Thanks! |
Summary
Test results and supporting details
Related issues
Fixes #25384