-
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
Demix SVGAnimatedPoints to SVGPolygonElement and SVGPolylineElement #10698
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.
Looks good to me. It would be good to add spec_urls, though. Thank you! :)
Tests: http://mdn-bcd-collector.appspot.com/tests/api/SVGPolygonElement http://mdn-bcd-collector.appspot.com/tests/api/SVGPolylineElement Since this is so old, mdn-bcd-collector can't be used to fill in the exact versions. Instead, the data for <polygon> and <polyline> was assumed to be largely correct.
dc9bfa2
to
394aacd
Compare
|
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.
tack 👍
mdn/content#5181 is the MDN side of this. |
Sorry, I missed this one in last week's release notes. I opened #10893 to go back and add it. |
Tests:
http://mdn-bcd-collector.appspot.com/tests/api/SVGPolygonElement
http://mdn-bcd-collector.appspot.com/tests/api/SVGPolylineElement
Since this is so old, mdn-bcd-collector can't be used to fill in the
exact versions. Instead, the data for <polygon> and <polyline> was
assumed to be largely correct:
https://developer.mozilla.org/en-US/docs/Web/SVG/Element/polygon#browser_compatibility
https://developer.mozilla.org/en-US/docs/Web/SVG/Element/polyline#browser_compatibility