-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
Point to the correct parent of SVGDescElement (SVGElement, not SVGGeometryElement) #32433
Conversation
…metryElement. Source: https://svgwg.org/svg2-draft/struct.html#InterfaceSVGDescElement Also, align phrasing among the 7 actual children of SVGGeometryElement.
Preview URLs
Flaws (8)Note! 2 documents with no flaws that don't need to be listed. 🎉 URL:
URL:
(comment last updated: 2024-02-25 22:26:06) |
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.
Good catch thanks @targumon . I've modified the wording on these to match the page template for API reference (yes, consistency is excellent to have here, and OK in same PR).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Description
The correct parent interface for
SVGDescElement
isSVGElement
Source: https://svgwg.org/svg2-draft/struct.html#InterfaceSVGDescElement
(the Inheritance Diagram is correct, I just fixed the text/link).
Motivation
Accuracy 🤓
Additional details
Since I was looking at the 7 actual children of
SVGGeometryElement
, I also aligned some of their phrasing(I adhere to LIBTYFI ⚜️ so I hope it's okay I did it in the same PR).