-
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
Missing CSS properties defined in SVG #34763
Comments
I should be able to work on this. If anyone else wants to work on this, let me know so we don’t step on each other’s toes. |
I created a spreadsheet. Please update https://docs.google.com/spreadsheets/d/1ZBwg8OHefqzMjlTnHs9px6cBRLQQO49MKZQiiMoqc1A/edit?usp=sharing when working on this project |
Looks like these are canonically defined in CSS and SVG references them. Would track them separately (first in BCD). |
Removing |
MDN URL
https://developer.mozilla.org/en-US/docs/Web/CSS/
What specific section or headline is this issue about?
missing content: Several formerly SVG-only features are now supported as CSS properties. They need to be documented.
What information was incorrect, unhelpful, or incomplete?
These pages are missing:
clip-rule
color-interpolation-filters
(Redirects to SVG)cx
cy
dominant-baseline
(Redirects to SVG)fill
(Redirects to SVG)fill-opacity
(Redirects to SVG)fill-rule
(Redirects to SVG)marker
marker-end
(Redirects to SVG)marker-mid
(Redirects to SVG)marker-start
(Redirects to SVG)r
rx
ry
shape-rendering
(Redirects to SVG)stop-color
(Redirects to SVG)stop-opacity
(Redirects to SVG)stroke
(Redirects to SVG)stroke-dasharray
(Redirects to SVG)stroke-dashoffset
(Redirects to SVG)stroke-linecap
(Redirects to SVG)stroke-linejoin
(Redirects to SVG)stroke-miterlimit
(Redirects to SVG)stroke-opacity
(Redirects to SVG)stroke-width
(Redirects to SVG)text-anchor
(Redirects to SVG)vector-effect
x
y
Please update the spreadsheet of missing properties if working on this project. Thank you.
What did you expect to see?
these properties documented
Do you have any supporting links, references, or citations?
https://drafts.fxtf.org/fill-stroke/
Do you have anything more you want to share?
No response
The text was updated successfully, but these errors were encountered: