File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1330
1330
"mdn_url" : " https://developer.mozilla.org/docs/Web/CSS/-webkit-line-clamp"
1331
1331
},
1332
1332
"-webkit-mask" : {
1333
- "syntax" : " [ <mask-reference> || <position> [ / <bg-size> ]? || <repeat-style> || [ <box> | border | padding | content | text ] || [ <box> | border | padding | content ] ]#" ,
1333
+ "syntax" : " [ <mask-reference> || <position> [ / <bg-size> ]? || <repeat-style> || [ <visual- box> | border | padding | content | text ] || [ <visual- box> | border | padding | content ] ]#" ,
1334
1334
"media" : " visual" ,
1335
1335
"inherited" : false ,
1336
1336
"animationType" : " discrete" ,
Original file line number Diff line number Diff line change 81
81
"syntax" : " none | <image>"
82
82
},
83
83
"bg-layer" : {
84
- "syntax" : " <bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <box> || <box>"
84
+ "syntax" : " <bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <visual- box> || <visual- box>"
85
85
},
86
86
"bg-position" : {
87
87
"syntax" : " [ [ left | center | right | top | bottom | <length-percentage> ] | [ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ] | [ center | [ left | right ] <length-percentage>? ] && [ center | [ top | bottom ] <length-percentage>? ] ]"
95
95
"blur()" : {
96
96
"syntax" : " blur( <length> )"
97
97
},
98
- "box" : {
99
- "syntax" : " border-box | padding-box | content-box"
100
- },
101
98
"brightness()" : {
102
99
"syntax" : " brightness( <number-percentage> )"
103
100
},
327
324
"syntax" : " [ <filter-function> | <url> ]+"
328
325
},
329
326
"final-bg-layer" : {
330
- "syntax" : " <'background-color'> || <bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <box> || <box>"
327
+ "syntax" : " <'background-color'> || <bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <visual- box> || <visual- box>"
331
328
},
332
329
"fit-content()" : {
333
330
"syntax" : " fit-content( <length-percentage [0,∞]> )"
801
798
"syntax" : " rect(<top>, <right>, <bottom>, <left>)"
802
799
},
803
800
"shape-box" : {
804
- "syntax" : " <box> | margin-box"
801
+ "syntax" : " <visual- box> | margin-box"
805
802
},
806
803
"shape-radius" : {
807
804
"syntax" : " <length-percentage> | closest-side | farthest-side"
You can’t perform that action at this time.
0 commit comments