-
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
Fix syntax & structure format for svg gradient related features #36887
base: main
Are you sure you want to change the base?
Conversation
Preview URLs (16 pages)
Flaws (1)Note! 15 documents with no flaws that don't need to be listed. 🎉 URL:
(comment last updated: 2024-11-22 04:42:24) |
@@ -177,7 +191,7 @@ svg { | |||
|
|||
### linearGradient |
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.
Because it now covers both?
### linearGradient | |
### linearGradient/radialGradient |
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 great. Just one question https://github.com/mdn/content/pull/36887/files#r1853277235
Description
for svg attributes, change spec-urls key to browser-compat key and add Browser compatibility section
fix syntax for
cx
cy
r
x1
x2
y1
y2
attributescombine linearGradient and radialGradient section for
href
attribute, since the two sections has almost the same contentMotivation
Additional details
https://svgwg.org/svg2-draft/pservers.html#LinearGradientElement
https://svgwg.org/svg2-draft/pservers.html#RadialGradientElement
Related issues and pull requests
see also mdn/browser-compat-data#25150