- Notifications
You must be signed in to change notification settings - Fork2.4k
Update all browsers data for global_attributes SVG feature#27389
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Update all browsers data for global_attributes SVG feature#27389
Conversation
This PR updates and corrects version values for all browsers for the `global_attributes` SVG feature. This replaces a majority of ranges within the SVG global attributes by copying data from the CSS property counterparts.
Tip: Review these changesgrouped by change (recommended for most PRs), orgrouped by feature (for large PRs). |
caugner left a comment
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.
I don't think it's right to assume that the SVG attribute is supported when the corresponding CSS property is supported, because in some cases (don't remember which ones) setting the SVG attribute does not have the expected effect.
@Elchi3 Wdyt?
Elchi3 commentedAug 15, 2025
I don't know. It is hard to tell. I think Claas is right that this can't be assumed by default. It might be that in many cases it actually is the case, though. We should probably test further or look for additional evidence before making this change. |
This PR updates and corrects version values for all browsers for the
global_attributesSVG feature. This replaces a majority of ranges within the SVG global attributes by copying data from the CSS property counterparts.