@@ -273,6 +273,9 @@ def get_properties():
273
273
"auto" ,
274
274
],
275
275
"columns" : ["<calc>" , "auto" ],
276
+ "container" : ["<container-type>" ],
277
+ "container-name" : ["none" ],
278
+ "container-type" : ["<container-type>" ],
276
279
"contain" : ["content" , "layout" , "none" , "paint" , "inline-size" , "size" , "strict" , "style" ],
277
280
"contain-intrinsic-size" : ["none" , "auto" ],
278
281
"contain-intrinsic-block-size" : ["none" , "auto" ],
@@ -476,6 +479,9 @@ def get_properties():
476
479
],
477
480
"font-style" : ["normal" , "italic" , "oblique" ],
478
481
"font-synthesis" : ["none" , "weight" , "style" , "small-caps" ],
482
+ "font-synthesis-small-caps" : ["auto" , "none" ],
483
+ "font-synthesis-style" : ["auto" , "none" ],
484
+ "font-synthesis-weight" : ["auto" , "none" ],
479
485
"font-variant" : ["normal" , "small-caps" ],
480
486
"font-variant-alternates" : ["<font-variant-alternates>" ],
481
487
"font-variant-caps" : [
@@ -497,6 +503,7 @@ def get_properties():
497
503
"simplified" ,
498
504
"traditional" ,
499
505
],
506
+ "font-variant-emoji" : ["normal" , "text" , "emoji" , "unicode" ],
500
507
"font-variant-ligatures" : [
501
508
"normal" ,
502
509
"none" ,
@@ -623,6 +630,7 @@ def get_properties():
623
630
"height" : ["<calc>" , "auto" , "fit-content" ],
624
631
"hyphens" : ["none" , "manual" , "auto" ],
625
632
"hyphenate-character" : ["auto" ],
633
+ "hyphenate-limit-chars" : ["auto" ],
626
634
"image-orientation" : ["flip" , "from-image" ],
627
635
"image-rendering" : ["auto" , "optimizeSpeed" , "optimizeQuality" , "pixelated" ],
628
636
"image-resolution" : ["from-image" ],
@@ -809,7 +817,7 @@ def get_properties():
809
817
"offset-inline-end" : ["<calc>" , "auto" ],
810
818
"offset-inline-start" : ["<calc>" , "auto" ],
811
819
"offset-path" : ["<calc>" , "none" ],
812
- "offset-position" : ["<calc>" , "auto" ],
820
+ "offset-position" : ["<calc>" , "auto" , "normal" ],
813
821
"offset-rotate" : ["<calc>" , "auto" , "reverse" ],
814
822
"opacity" : [
815
823
"<calc>" ,
@@ -869,9 +877,11 @@ def get_properties():
869
877
"padding-left" : ["<calc>" , "auto" ],
870
878
"padding-right" : ["<calc>" , "auto" ],
871
879
"padding-top" : ["<calc>" , "auto" ],
880
+ "page" : ["auto" ],
872
881
"page-break-after" : ["auto" , "always" , "avoid" , "left" , "right" ],
873
882
"page-break-before" : ["auto" , "always" , "avoid" , "left" , "right" ],
874
883
"page-break-inside" : ["avoid" , "auto" ],
884
+ "page-orientation" : ["upright" , "rotate-left" , "rotate-right" ],
875
885
"paint-order" : ["normal" , "fill" , "stroke" , "markers" ],
876
886
"perspective" : ["none" ],
877
887
"perspective-origin" : ["<calc>" , "<position>" ],
@@ -1088,6 +1098,7 @@ def get_properties():
1088
1098
],
1089
1099
"text-underline-offset" : ["<calc>" , "auto" ],
1090
1100
"text-underline-position" : ["auto" , "under" , "left" , "right" ],
1101
+ "text-wrap" : ["<text-wrap>" ],
1091
1102
"top" : ["<calc>" , "auto" ],
1092
1103
"touch-action" : [
1093
1104
"auto" ,
@@ -1189,7 +1200,12 @@ def get_properties():
1189
1200
"nowrap" ,
1190
1201
"pre-wrap" ,
1191
1202
"pre-line" ,
1203
+ "<text-wrap>" ,
1204
+ "<white-space-collapse>" ,
1205
+ "<white-space-trim>" ,
1192
1206
],
1207
+ "white-space-collapse" : ["<white-space-collapse>" ],
1208
+ "white-space-trim" : ["<white-space-trim>" ],
1193
1209
"widows" : [
1194
1210
"<calc>" ,
1195
1211
],
0 commit comments