-
Notifications
You must be signed in to change notification settings - Fork 22.6k
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
MDN Feature pages for SVGUseElement #37310
Conversation
Preview URLs
(comment last updated: 2025-01-28 23:53:56) |
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.
use console.dir for objects (i.e. x.baseVal => {SVGLength
unitType: 2,
value: 50,
valueAsString: "25%",
valueInSpecifiedUnits: 25}) and console.log for values (x.baseVal.value => 50, or x.baseVal.unitType => 2),
Co-authored-by: Estelle Weyl <[email protected]>
Co-authored-by: Estelle Weyl <[email protected]>
Co-authored-by: Estelle Weyl <[email protected]>
Co-authored-by: Estelle Weyl <[email protected]>
Co-authored-by: Estelle Weyl <[email protected]>
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.
Yippee! 🎉
part of Missing baseline pages project