Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 committed Nov 24, 2024
1 parent 1d8c6f3 commit 9416834
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -4750,7 +4750,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/field-sizing"
},
"fill": {
"syntax": "none | <color> | <url> [none | <color>]? | context-fill | context-stroke",
"syntax": "<paint>",
"media": "visual",
"inherited": true,
"animationType": "byComputedValueType",
Expand Down Expand Up @@ -9462,7 +9462,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/shape-rendering"
},
"stroke": {
"syntax": "none | <color> | <url> [none | <color>]? | context-fill | context-stroke",
"syntax": "<paint>",
"media": "visual",
"inherited": true,
"animationType": [
Expand Down
3 changes: 3 additions & 0 deletions css/syntaxes.json
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,9 @@
"path()": {
"syntax": "path( [ <fill-rule>, ]? <string> )"
},
"paint": {
"syntax": "none | <color> | <url> [none | <color>]? | context-fill | context-stroke"
},
"paint()": {
"syntax": "paint( <ident>, <declaration-value>? )"
},
Expand Down

0 comments on commit 9416834

Please sign in to comment.