-
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
MDN Feature Pages for SVGAnimatedBoolean #37069
base: main
Are you sure you want to change the base?
Conversation
Preview URLs
(comment last updated: 2024-12-11 00:52:12) |
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.
This feature confused me... so I found a boolean property that is animateable to be able to wrap my head around what this feature does. Are there other attributes that match? If no, we should likely reduce the gibberish I wrote to reflect just this case (there's no inheritance, the initial value is false, so we can just say true if set to true and false otherwise
Co-authored-by: Estelle Weyl <[email protected]>
Co-authored-by: Estelle Weyl <[email protected]>
|
Description
This PR adds the MDN feature pages for the SVGAnimatedBoolean interface as part of a recent project to document missing Widely available pages for interface features.
Motivation
I believe that my support in documenting the SVGAnimatedBoolean interface can significantly help developers by providing essential resources.
Additional details
For more context, see the discussion on missing documentation tracked at https://openwebdocs.github.io/web-docs-backlog/baseline/. Additionally, related projects for adding widely available web features can be found at openwebdocs/project#214.
Related issues and pull requests
Relates to #214