Skip to content

Commit

Permalink
feat(css): Update syntax for [-webkit]-mask-{clip,origin} (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Dec 21, 2024
1 parent ec24bf4 commit c73adfe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@
"status": "nonstandard"
},
"-webkit-mask-clip": {
"syntax": "[ <box> | border | padding | content | text ]#",
"syntax": "[ <coord-box> | no-clip | border | padding | content | text ]#",
"media": "visual",
"inherited": false,
"animationType": "discrete",
Expand Down Expand Up @@ -1423,7 +1423,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/mask-image"
},
"-webkit-mask-origin": {
"syntax": "[ <box> | border | padding | content ]#",
"syntax": "[ <coord-box> | border | padding | content ]#",
"media": "visual",
"inherited": false,
"animationType": "discrete",
Expand Down Expand Up @@ -7096,7 +7096,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/mask-border-width"
},
"mask-clip": {
"syntax": "[ <geometry-box> | no-clip ]#",
"syntax": "[ <coord-box> | no-clip ]#",
"media": "visual",
"inherited": false,
"animationType": "discrete",
Expand Down Expand Up @@ -7160,7 +7160,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/mask-mode"
},
"mask-origin": {
"syntax": "<geometry-box>#",
"syntax": "<coord-box>#",
"media": "visual",
"inherited": false,
"animationType": "discrete",
Expand Down

0 comments on commit c73adfe

Please sign in to comment.