-
Notifications
You must be signed in to change notification settings - Fork 22.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
FF97 SVG path d attribute and path() updates #11903
Conversation
Preview URLs
FlawsNote! 2 documents with no flaws that don't need to be listed. 🎉 URL:
External URLsURL: No new external URLs URL: No new external URLs URL: No new external URLs |
| Specification | Status | | ||
| ------------------------------------------------------------------------ | -------------------------------- | | ||
| {{SpecName('CSS Shapes', '#funcdef-path', 'path()')}} | {{Spec2('CSS Shapes')}} | | ||
{{Specifications}} |
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.
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.
Hmm that is a little odd - I'm going to merge this pr and see if I can do a bit of investigating on monday 👍
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.
@Rumyra FYI, I'm going to try move these into being BCD specs either way, so if you didn't solve this here, I will in the next iteration.
The SVG path is specified in the
d
attribute. FF97 allows you to use the attribute as a CSS property, specifying the new string withpath()
or none.This updates the d and path() docs to note this, and provide basic examples.
Other docs work for this can be tracked in #11597