@@ -25,6 +25,12 @@ const gCSSProperties1 = {
25
25
{ type : 'discrete' , options : [ [ 'flex-start' , 'flex-end' ] ] }
26
26
]
27
27
} ,
28
+ 'anchor-name' : {
29
+ // https://drafts.csswg.org/css-anchor-position-1/#name
30
+ types : [
31
+ { type : 'discrete' , options : [ [ 'none' , '--anchor' ] ] }
32
+ ]
33
+ } ,
28
34
'anchor-scope' : {
29
35
// https://drafts.csswg.org/css-anchor-position-1/#anchor-scope
30
36
types : [
@@ -1279,6 +1285,30 @@ const gCSSProperties2 = {
1279
1285
{ type : 'discrete' , options : [ [ 'absolute' , 'fixed' ] ] }
1280
1286
]
1281
1287
} ,
1288
+ 'position-anchor' : {
1289
+ // https://drafts.csswg.org/css-anchor-position-1/#position-anchor
1290
+ types : [
1291
+ { type : 'discrete' , options : [ [ 'auto' , '--anchor' ] ] }
1292
+ ]
1293
+ } ,
1294
+ 'position-visibility' : {
1295
+ // https://drafts.csswg.org/css-anchor-position-1/#position-visibility
1296
+ types : [
1297
+ { type : 'discrete' , options : [ [ 'always' , 'anchors-valid' ] ] }
1298
+ ]
1299
+ } ,
1300
+ 'position-try-fallbacks' : {
1301
+ // https://drafts.csswg.org/css-anchor-position-1/#position-try-fallbacks
1302
+ types : [
1303
+ { type : 'discrete' , options : [ [ 'none' , 'flip-block' ] ] }
1304
+ ]
1305
+ } ,
1306
+ 'position-try-order' : {
1307
+ // https://drafts.csswg.org/css-anchor-position-1/#position-try-order-property
1308
+ types : [
1309
+ { type : 'discrete' , options : [ [ 'normal' , 'most-width' ] ] }
1310
+ ]
1311
+ } ,
1282
1312
'quotes' : {
1283
1313
// https://drafts.csswg.org/css-content-3/#propdef-quotes
1284
1314
types : [
0 commit comments