Skip to content

Commit c73adfe

Browse files
feat(css): Update syntax for [-webkit]-mask-{clip,origin} (#839)
1 parent ec24bf4 commit c73adfe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css/properties.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1375,7 +1375,7 @@
13751375
"status": "nonstandard"
13761376
},
13771377
"-webkit-mask-clip": {
1378-
"syntax": "[ <box> | border | padding | content | text ]#",
1378+
"syntax": "[ <coord-box> | no-clip | border | padding | content | text ]#",
13791379
"media": "visual",
13801380
"inherited": false,
13811381
"animationType": "discrete",
@@ -1423,7 +1423,7 @@
14231423
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/mask-image"
14241424
},
14251425
"-webkit-mask-origin": {
1426-
"syntax": "[ <box> | border | padding | content ]#",
1426+
"syntax": "[ <coord-box> | border | padding | content ]#",
14271427
"media": "visual",
14281428
"inherited": false,
14291429
"animationType": "discrete",
@@ -7096,7 +7096,7 @@
70967096
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/mask-border-width"
70977097
},
70987098
"mask-clip": {
7099-
"syntax": "[ <geometry-box> | no-clip ]#",
7099+
"syntax": "[ <coord-box> | no-clip ]#",
71007100
"media": "visual",
71017101
"inherited": false,
71027102
"animationType": "discrete",
@@ -7160,7 +7160,7 @@
71607160
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/mask-mode"
71617161
},
71627162
"mask-origin": {
7163-
"syntax": "<geometry-box>#",
7163+
"syntax": "<coord-box>#",
71647164
"media": "visual",
71657165
"inherited": false,
71667166
"animationType": "discrete",

0 commit comments

Comments
 (0)