@webstudio-is/css-data 0.18.1 → 0.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -259,14 +259,9 @@ const keywordValues = {
259
259
  "ease-out",
260
260
  "ease-in-out",
261
261
  "step-start",
262
- "step-end",
263
- "jump-start",
264
- "jump-end",
265
- "jump-none",
266
- "jump-both",
267
- "start",
268
- "end"
262
+ "step-end"
269
263
  ],
264
+ animationTimeline: ["auto", "none"],
270
265
  appearance: [
271
266
  "none",
272
267
  "auto",
@@ -286,8 +281,29 @@ const keywordValues = {
286
281
  "button"
287
282
  ],
288
283
  aspectRatio: ["auto"],
289
- backdropFilter: [
290
- "none",
284
+ backdropFilter: ["none"],
285
+ backfaceVisibility: ["visible", "hidden"],
286
+ backgroundAttachment: ["scroll", "fixed", "local"],
287
+ backgroundBlendMode: [
288
+ "normal",
289
+ "multiply",
290
+ "screen",
291
+ "overlay",
292
+ "darken",
293
+ "lighten",
294
+ "color-dodge",
295
+ "color-burn",
296
+ "hard-light",
297
+ "soft-light",
298
+ "difference",
299
+ "exclusion",
300
+ "hue",
301
+ "saturation",
302
+ "color",
303
+ "luminosity"
304
+ ],
305
+ backgroundClip: ["border-box", "padding-box", "content-box"],
306
+ backgroundColor: [
291
307
  "transparent",
292
308
  "aliceblue",
293
309
  "antiquewhite",
@@ -467,28 +483,22 @@ const keywordValues = {
467
483
  "WindowFrame",
468
484
  "WindowText"
469
485
  ],
470
- backfaceVisibility: ["visible", "hidden"],
471
- backgroundAttachment: ["scroll", "fixed", "local"],
472
- backgroundBlendMode: [
473
- "normal",
474
- "multiply",
475
- "screen",
476
- "overlay",
477
- "darken",
478
- "lighten",
479
- "color-dodge",
480
- "color-burn",
481
- "hard-light",
482
- "soft-light",
483
- "difference",
484
- "exclusion",
485
- "hue",
486
- "saturation",
487
- "color",
488
- "luminosity"
486
+ backgroundImage: ["none"],
487
+ backgroundOrigin: ["border-box", "padding-box", "content-box"],
488
+ backgroundPositionX: ["center", "left", "right", "x-start", "x-end"],
489
+ backgroundPositionY: ["center", "top", "bottom", "y-start", "y-end"],
490
+ backgroundRepeat: [
491
+ "repeat-x",
492
+ "repeat-y",
493
+ "repeat",
494
+ "space",
495
+ "round",
496
+ "no-repeat"
489
497
  ],
490
- backgroundClip: ["border-box", "padding-box", "content-box"],
491
- backgroundColor: [
498
+ backgroundSize: ["auto", "cover", "contain"],
499
+ blockOverflow: ["clip", "ellipsis"],
500
+ blockSize: ["auto", "min-content", "max-content", "fit-content"],
501
+ borderBlockColor: [
492
502
  "transparent",
493
503
  "aliceblue",
494
504
  "antiquewhite",
@@ -668,10 +678,20 @@ const keywordValues = {
668
678
  "WindowFrame",
669
679
  "WindowText"
670
680
  ],
671
- backgroundImage: [
681
+ borderBlockStyle: [
672
682
  "none",
673
- "ltr",
674
- "rtl",
683
+ "hidden",
684
+ "dotted",
685
+ "dashed",
686
+ "solid",
687
+ "double",
688
+ "groove",
689
+ "ridge",
690
+ "inset",
691
+ "outset"
692
+ ],
693
+ borderBlockWidth: ["thin", "medium", "thick"],
694
+ borderBlockEndColor: [
675
695
  "transparent",
676
696
  "aliceblue",
677
697
  "antiquewhite",
@@ -849,37 +869,22 @@ const keywordValues = {
849
869
  "ThreeDShadow",
850
870
  "Window",
851
871
  "WindowFrame",
852
- "WindowText",
853
- "to",
854
- "left",
855
- "right",
856
- "top",
857
- "bottom",
858
- "circle",
859
- "ellipse",
860
- "closest-side",
861
- "farthest-side",
862
- "closest-corner",
863
- "farthest-corner",
864
- "at",
865
- "center",
866
- "from"
872
+ "WindowText"
867
873
  ],
868
- backgroundOrigin: ["border-box", "padding-box", "content-box"],
869
- backgroundPositionX: ["center", "left", "right", "x-start", "x-end"],
870
- backgroundPositionY: ["center", "top", "bottom", "y-start", "y-end"],
871
- backgroundRepeat: [
872
- "repeat-x",
873
- "repeat-y",
874
- "repeat",
875
- "space",
876
- "round",
877
- "no-repeat"
874
+ borderBlockEndStyle: [
875
+ "none",
876
+ "hidden",
877
+ "dotted",
878
+ "dashed",
879
+ "solid",
880
+ "double",
881
+ "groove",
882
+ "ridge",
883
+ "inset",
884
+ "outset"
878
885
  ],
879
- backgroundSize: ["auto", "cover", "contain"],
880
- blockOverflow: ["clip", "ellipsis"],
881
- blockSize: ["auto", "min-content", "max-content", "fit-content"],
882
- borderBlockColor: [
886
+ borderBlockEndWidth: ["thin", "medium", "thick"],
887
+ borderBlockStartColor: [
883
888
  "transparent",
884
889
  "aliceblue",
885
890
  "antiquewhite",
@@ -1059,7 +1064,7 @@ const keywordValues = {
1059
1064
  "WindowFrame",
1060
1065
  "WindowText"
1061
1066
  ],
1062
- borderBlockStyle: [
1067
+ borderBlockStartStyle: [
1063
1068
  "none",
1064
1069
  "hidden",
1065
1070
  "dotted",
@@ -1071,8 +1076,8 @@ const keywordValues = {
1071
1076
  "inset",
1072
1077
  "outset"
1073
1078
  ],
1074
- borderBlockWidth: ["thin", "medium", "thick"],
1075
- borderBlockEndColor: [
1079
+ borderBlockStartWidth: ["thin", "medium", "thick"],
1080
+ borderBottomColor: [
1076
1081
  "transparent",
1077
1082
  "aliceblue",
1078
1083
  "antiquewhite",
@@ -1252,7 +1257,7 @@ const keywordValues = {
1252
1257
  "WindowFrame",
1253
1258
  "WindowText"
1254
1259
  ],
1255
- borderBlockEndStyle: [
1260
+ borderBottomStyle: [
1256
1261
  "none",
1257
1262
  "hidden",
1258
1263
  "dotted",
@@ -1264,8 +1269,13 @@ const keywordValues = {
1264
1269
  "inset",
1265
1270
  "outset"
1266
1271
  ],
1267
- borderBlockEndWidth: ["thin", "medium", "thick"],
1268
- borderBlockStartColor: [
1272
+ borderBottomWidth: ["thin", "medium", "thick"],
1273
+ borderCollapse: ["collapse", "separate"],
1274
+ borderImageRepeat: ["stretch", "repeat", "round", "space"],
1275
+ borderImageSlice: ["fill"],
1276
+ borderImageSource: ["none"],
1277
+ borderImageWidth: ["auto"],
1278
+ borderInlineColor: [
1269
1279
  "transparent",
1270
1280
  "aliceblue",
1271
1281
  "antiquewhite",
@@ -1445,7 +1455,7 @@ const keywordValues = {
1445
1455
  "WindowFrame",
1446
1456
  "WindowText"
1447
1457
  ],
1448
- borderBlockStartStyle: [
1458
+ borderInlineStyle: [
1449
1459
  "none",
1450
1460
  "hidden",
1451
1461
  "dotted",
@@ -1457,8 +1467,8 @@ const keywordValues = {
1457
1467
  "inset",
1458
1468
  "outset"
1459
1469
  ],
1460
- borderBlockStartWidth: ["thin", "medium", "thick"],
1461
- borderBottomColor: [
1470
+ borderInlineWidth: ["thin", "medium", "thick"],
1471
+ borderInlineEndColor: [
1462
1472
  "transparent",
1463
1473
  "aliceblue",
1464
1474
  "antiquewhite",
@@ -1638,7 +1648,7 @@ const keywordValues = {
1638
1648
  "WindowFrame",
1639
1649
  "WindowText"
1640
1650
  ],
1641
- borderBottomStyle: [
1651
+ borderInlineEndStyle: [
1642
1652
  "none",
1643
1653
  "hidden",
1644
1654
  "dotted",
@@ -1650,14 +1660,8 @@ const keywordValues = {
1650
1660
  "inset",
1651
1661
  "outset"
1652
1662
  ],
1653
- borderBottomWidth: ["thin", "medium", "thick"],
1654
- borderCollapse: ["collapse", "separate"],
1655
- borderImageRepeat: ["stretch", "repeat", "round", "space"],
1656
- borderImageSlice: ["fill"],
1657
- borderImageSource: [
1658
- "none",
1659
- "ltr",
1660
- "rtl",
1663
+ borderInlineEndWidth: ["thin", "medium", "thick"],
1664
+ borderInlineStartColor: [
1661
1665
  "transparent",
1662
1666
  "aliceblue",
1663
1667
  "antiquewhite",
@@ -1835,24 +1839,22 @@ const keywordValues = {
1835
1839
  "ThreeDShadow",
1836
1840
  "Window",
1837
1841
  "WindowFrame",
1838
- "WindowText",
1839
- "to",
1840
- "left",
1841
- "right",
1842
- "top",
1843
- "bottom",
1844
- "circle",
1845
- "ellipse",
1846
- "closest-side",
1847
- "farthest-side",
1848
- "closest-corner",
1849
- "farthest-corner",
1850
- "at",
1851
- "center",
1852
- "from"
1842
+ "WindowText"
1853
1843
  ],
1854
- borderImageWidth: ["auto"],
1855
- borderInlineColor: [
1844
+ borderInlineStartStyle: [
1845
+ "none",
1846
+ "hidden",
1847
+ "dotted",
1848
+ "dashed",
1849
+ "solid",
1850
+ "double",
1851
+ "groove",
1852
+ "ridge",
1853
+ "inset",
1854
+ "outset"
1855
+ ],
1856
+ borderInlineStartWidth: ["thin", "medium", "thick"],
1857
+ borderLeftColor: [
1856
1858
  "transparent",
1857
1859
  "aliceblue",
1858
1860
  "antiquewhite",
@@ -2032,7 +2034,7 @@ const keywordValues = {
2032
2034
  "WindowFrame",
2033
2035
  "WindowText"
2034
2036
  ],
2035
- borderInlineStyle: [
2037
+ borderLeftStyle: [
2036
2038
  "none",
2037
2039
  "hidden",
2038
2040
  "dotted",
@@ -2044,8 +2046,8 @@ const keywordValues = {
2044
2046
  "inset",
2045
2047
  "outset"
2046
2048
  ],
2047
- borderInlineWidth: ["thin", "medium", "thick"],
2048
- borderInlineEndColor: [
2049
+ borderLeftWidth: ["thin", "medium", "thick"],
2050
+ borderRightColor: [
2049
2051
  "transparent",
2050
2052
  "aliceblue",
2051
2053
  "antiquewhite",
@@ -2225,7 +2227,7 @@ const keywordValues = {
2225
2227
  "WindowFrame",
2226
2228
  "WindowText"
2227
2229
  ],
2228
- borderInlineEndStyle: [
2230
+ borderRightStyle: [
2229
2231
  "none",
2230
2232
  "hidden",
2231
2233
  "dotted",
@@ -2237,8 +2239,8 @@ const keywordValues = {
2237
2239
  "inset",
2238
2240
  "outset"
2239
2241
  ],
2240
- borderInlineEndWidth: ["thin", "medium", "thick"],
2241
- borderInlineStartColor: [
2242
+ borderRightWidth: ["thin", "medium", "thick"],
2243
+ borderTopColor: [
2242
2244
  "transparent",
2243
2245
  "aliceblue",
2244
2246
  "antiquewhite",
@@ -2418,7 +2420,7 @@ const keywordValues = {
2418
2420
  "WindowFrame",
2419
2421
  "WindowText"
2420
2422
  ],
2421
- borderInlineStartStyle: [
2423
+ borderTopStyle: [
2422
2424
  "none",
2423
2425
  "hidden",
2424
2426
  "dotted",
@@ -2430,8 +2432,12 @@ const keywordValues = {
2430
2432
  "inset",
2431
2433
  "outset"
2432
2434
  ],
2433
- borderInlineStartWidth: ["thin", "medium", "thick"],
2434
- borderLeftColor: [
2435
+ borderTopWidth: ["thin", "medium", "thick"],
2436
+ bottom: ["auto"],
2437
+ boxDecorationBreak: ["slice", "clone"],
2438
+ boxShadow: [
2439
+ "none",
2440
+ "inset",
2435
2441
  "transparent",
2436
2442
  "aliceblue",
2437
2443
  "antiquewhite",
@@ -2611,20 +2617,50 @@ const keywordValues = {
2611
2617
  "WindowFrame",
2612
2618
  "WindowText"
2613
2619
  ],
2614
- borderLeftStyle: [
2615
- "none",
2616
- "hidden",
2617
- "dotted",
2618
- "dashed",
2619
- "solid",
2620
- "double",
2621
- "groove",
2622
- "ridge",
2623
- "inset",
2624
- "outset"
2620
+ boxSizing: ["content-box", "border-box"],
2621
+ breakAfter: [
2622
+ "auto",
2623
+ "avoid",
2624
+ "always",
2625
+ "all",
2626
+ "avoid-page",
2627
+ "page",
2628
+ "left",
2629
+ "right",
2630
+ "recto",
2631
+ "verso",
2632
+ "avoid-column",
2633
+ "column",
2634
+ "avoid-region",
2635
+ "region"
2625
2636
  ],
2626
- borderLeftWidth: ["thin", "medium", "thick"],
2627
- borderRightColor: [
2637
+ breakBefore: [
2638
+ "auto",
2639
+ "avoid",
2640
+ "always",
2641
+ "all",
2642
+ "avoid-page",
2643
+ "page",
2644
+ "left",
2645
+ "right",
2646
+ "recto",
2647
+ "verso",
2648
+ "avoid-column",
2649
+ "column",
2650
+ "avoid-region",
2651
+ "region"
2652
+ ],
2653
+ breakInside: ["auto", "avoid", "avoid-page", "avoid-column", "avoid-region"],
2654
+ captionSide: [
2655
+ "top",
2656
+ "bottom",
2657
+ "block-start",
2658
+ "block-end",
2659
+ "inline-start",
2660
+ "inline-end"
2661
+ ],
2662
+ caretColor: [
2663
+ "auto",
2628
2664
  "transparent",
2629
2665
  "aliceblue",
2630
2666
  "antiquewhite",
@@ -2804,22 +2840,22 @@ const keywordValues = {
2804
2840
  "WindowFrame",
2805
2841
  "WindowText"
2806
2842
  ],
2807
- borderRightStyle: [
2808
- "none",
2809
- "hidden",
2810
- "dotted",
2811
- "dashed",
2812
- "solid",
2813
- "double",
2814
- "groove",
2815
- "ridge",
2816
- "inset",
2817
- "outset"
2818
- ],
2819
- borderRightWidth: ["thin", "medium", "thick"],
2820
- borderTopColor: [
2821
- "transparent",
2822
- "aliceblue",
2843
+ caretShape: ["auto", "bar", "block", "underscore"],
2844
+ clear: ["none", "left", "right", "both", "inline-start", "inline-end"],
2845
+ clip: ["auto"],
2846
+ clipPath: [
2847
+ "border-box",
2848
+ "padding-box",
2849
+ "content-box",
2850
+ "margin-box",
2851
+ "fill-box",
2852
+ "stroke-box",
2853
+ "view-box",
2854
+ "none"
2855
+ ],
2856
+ color: [
2857
+ "transparent",
2858
+ "aliceblue",
2823
2859
  "antiquewhite",
2824
2860
  "aqua",
2825
2861
  "aquamarine",
@@ -2997,24 +3033,12 @@ const keywordValues = {
2997
3033
  "WindowFrame",
2998
3034
  "WindowText"
2999
3035
  ],
3000
- borderTopStyle: [
3001
- "none",
3002
- "hidden",
3003
- "dotted",
3004
- "dashed",
3005
- "solid",
3006
- "double",
3007
- "groove",
3008
- "ridge",
3009
- "inset",
3010
- "outset"
3011
- ],
3012
- borderTopWidth: ["thin", "medium", "thick"],
3013
- bottom: ["auto"],
3014
- boxDecorationBreak: ["slice", "clone"],
3015
- boxShadow: [
3016
- "none",
3017
- "inset",
3036
+ printColorAdjust: ["economy", "exact"],
3037
+ colorScheme: ["normal", "light", "dark", "only"],
3038
+ columnCount: ["auto"],
3039
+ columnFill: ["auto", "balance", "balance-all"],
3040
+ columnGap: ["normal"],
3041
+ columnRuleColor: [
3018
3042
  "transparent",
3019
3043
  "aliceblue",
3020
3044
  "antiquewhite",
@@ -3194,848 +3218,49 @@ const keywordValues = {
3194
3218
  "WindowFrame",
3195
3219
  "WindowText"
3196
3220
  ],
3197
- boxSizing: ["content-box", "border-box"],
3198
- breakAfter: [
3199
- "auto",
3200
- "avoid",
3201
- "always",
3202
- "all",
3203
- "avoid-page",
3204
- "page",
3205
- "left",
3206
- "right",
3207
- "recto",
3208
- "verso",
3209
- "avoid-column",
3210
- "column",
3211
- "avoid-region",
3212
- "region"
3221
+ columnRuleStyle: [
3222
+ "none",
3223
+ "hidden",
3224
+ "dotted",
3225
+ "dashed",
3226
+ "solid",
3227
+ "double",
3228
+ "groove",
3229
+ "ridge",
3230
+ "inset",
3231
+ "outset"
3213
3232
  ],
3214
- breakBefore: [
3215
- "auto",
3216
- "avoid",
3217
- "always",
3218
- "all",
3219
- "avoid-page",
3220
- "page",
3221
- "left",
3222
- "right",
3223
- "recto",
3224
- "verso",
3225
- "avoid-column",
3226
- "column",
3227
- "avoid-region",
3228
- "region"
3233
+ columnRuleWidth: ["thin", "medium", "thick"],
3234
+ columnSpan: ["none", "all"],
3235
+ columnWidth: ["auto"],
3236
+ contain: [
3237
+ "none",
3238
+ "strict",
3239
+ "content",
3240
+ "size",
3241
+ "inline-size",
3242
+ "layout",
3243
+ "style",
3244
+ "paint"
3229
3245
  ],
3230
- breakInside: ["auto", "avoid", "avoid-page", "avoid-column", "avoid-region"],
3231
- captionSide: [
3232
- "top",
3233
- "bottom",
3234
- "block-start",
3235
- "block-end",
3236
- "inline-start",
3237
- "inline-end"
3246
+ containIntrinsicBlockSize: ["none", "auto"],
3247
+ containIntrinsicHeight: ["none", "auto"],
3248
+ containIntrinsicInlineSize: ["none", "auto"],
3249
+ containIntrinsicWidth: ["none", "auto"],
3250
+ content: [
3251
+ "normal",
3252
+ "none",
3253
+ "contents",
3254
+ "open-quote",
3255
+ "close-quote",
3256
+ "no-open-quote",
3257
+ "no-close-quote"
3238
3258
  ],
3239
- caretColor: [
3240
- "auto",
3241
- "transparent",
3242
- "aliceblue",
3243
- "antiquewhite",
3244
- "aqua",
3245
- "aquamarine",
3246
- "azure",
3247
- "beige",
3248
- "bisque",
3249
- "black",
3250
- "blanchedalmond",
3251
- "blue",
3252
- "blueviolet",
3253
- "brown",
3254
- "burlywood",
3255
- "cadetblue",
3256
- "chartreuse",
3257
- "chocolate",
3258
- "coral",
3259
- "cornflowerblue",
3260
- "cornsilk",
3261
- "crimson",
3262
- "cyan",
3263
- "darkblue",
3264
- "darkcyan",
3265
- "darkgoldenrod",
3266
- "darkgray",
3267
- "darkgreen",
3268
- "darkgrey",
3269
- "darkkhaki",
3270
- "darkmagenta",
3271
- "darkolivegreen",
3272
- "darkorange",
3273
- "darkorchid",
3274
- "darkred",
3275
- "darksalmon",
3276
- "darkseagreen",
3277
- "darkslateblue",
3278
- "darkslategray",
3279
- "darkslategrey",
3280
- "darkturquoise",
3281
- "darkviolet",
3282
- "deeppink",
3283
- "deepskyblue",
3284
- "dimgray",
3285
- "dimgrey",
3286
- "dodgerblue",
3287
- "firebrick",
3288
- "floralwhite",
3289
- "forestgreen",
3290
- "fuchsia",
3291
- "gainsboro",
3292
- "ghostwhite",
3293
- "gold",
3294
- "goldenrod",
3295
- "gray",
3296
- "green",
3297
- "greenyellow",
3298
- "grey",
3299
- "honeydew",
3300
- "hotpink",
3301
- "indianred",
3302
- "indigo",
3303
- "ivory",
3304
- "khaki",
3305
- "lavender",
3306
- "lavenderblush",
3307
- "lawngreen",
3308
- "lemonchiffon",
3309
- "lightblue",
3310
- "lightcoral",
3311
- "lightcyan",
3312
- "lightgoldenrodyellow",
3313
- "lightgray",
3314
- "lightgreen",
3315
- "lightgrey",
3316
- "lightpink",
3317
- "lightsalmon",
3318
- "lightseagreen",
3319
- "lightskyblue",
3320
- "lightslategray",
3321
- "lightslategrey",
3322
- "lightsteelblue",
3323
- "lightyellow",
3324
- "lime",
3325
- "limegreen",
3326
- "linen",
3327
- "magenta",
3328
- "maroon",
3329
- "mediumaquamarine",
3330
- "mediumblue",
3331
- "mediumorchid",
3332
- "mediumpurple",
3333
- "mediumseagreen",
3334
- "mediumslateblue",
3335
- "mediumspringgreen",
3336
- "mediumturquoise",
3337
- "mediumvioletred",
3338
- "midnightblue",
3339
- "mintcream",
3340
- "mistyrose",
3341
- "moccasin",
3342
- "navajowhite",
3343
- "navy",
3344
- "oldlace",
3345
- "olive",
3346
- "olivedrab",
3347
- "orange",
3348
- "orangered",
3349
- "orchid",
3350
- "palegoldenrod",
3351
- "palegreen",
3352
- "paleturquoise",
3353
- "palevioletred",
3354
- "papayawhip",
3355
- "peachpuff",
3356
- "peru",
3357
- "pink",
3358
- "plum",
3359
- "powderblue",
3360
- "purple",
3361
- "rebeccapurple",
3362
- "red",
3363
- "rosybrown",
3364
- "royalblue",
3365
- "saddlebrown",
3366
- "salmon",
3367
- "sandybrown",
3368
- "seagreen",
3369
- "seashell",
3370
- "sienna",
3371
- "silver",
3372
- "skyblue",
3373
- "slateblue",
3374
- "slategray",
3375
- "slategrey",
3376
- "snow",
3377
- "springgreen",
3378
- "steelblue",
3379
- "tan",
3380
- "teal",
3381
- "thistle",
3382
- "tomato",
3383
- "turquoise",
3384
- "violet",
3385
- "wheat",
3386
- "white",
3387
- "whitesmoke",
3388
- "yellow",
3389
- "yellowgreen",
3390
- "currentcolor",
3391
- "ActiveBorder",
3392
- "ActiveCaption",
3393
- "AppWorkspace",
3394
- "Background",
3395
- "ButtonFace",
3396
- "ButtonHighlight",
3397
- "ButtonShadow",
3398
- "ButtonText",
3399
- "CaptionText",
3400
- "GrayText",
3401
- "Highlight",
3402
- "HighlightText",
3403
- "InactiveBorder",
3404
- "InactiveCaption",
3405
- "InactiveCaptionText",
3406
- "InfoBackground",
3407
- "InfoText",
3408
- "Menu",
3409
- "MenuText",
3410
- "Scrollbar",
3411
- "ThreeDDarkShadow",
3412
- "ThreeDFace",
3413
- "ThreeDHighlight",
3414
- "ThreeDLightShadow",
3415
- "ThreeDShadow",
3416
- "Window",
3417
- "WindowFrame",
3418
- "WindowText"
3419
- ],
3420
- clear: ["none", "left", "right", "both", "inline-start", "inline-end"],
3421
- clip: ["auto"],
3422
- clipPath: [
3423
- "round",
3424
- "closest-side",
3425
- "farthest-side",
3426
- "at",
3427
- "left",
3428
- "center",
3429
- "right",
3430
- "top",
3431
- "bottom",
3432
- "nonzero",
3433
- "evenodd",
3434
- "border-box",
3435
- "padding-box",
3436
- "content-box",
3437
- "margin-box",
3438
- "fill-box",
3439
- "stroke-box",
3440
- "view-box",
3441
- "none"
3442
- ],
3443
- color: [
3444
- "transparent",
3445
- "aliceblue",
3446
- "antiquewhite",
3447
- "aqua",
3448
- "aquamarine",
3449
- "azure",
3450
- "beige",
3451
- "bisque",
3452
- "black",
3453
- "blanchedalmond",
3454
- "blue",
3455
- "blueviolet",
3456
- "brown",
3457
- "burlywood",
3458
- "cadetblue",
3459
- "chartreuse",
3460
- "chocolate",
3461
- "coral",
3462
- "cornflowerblue",
3463
- "cornsilk",
3464
- "crimson",
3465
- "cyan",
3466
- "darkblue",
3467
- "darkcyan",
3468
- "darkgoldenrod",
3469
- "darkgray",
3470
- "darkgreen",
3471
- "darkgrey",
3472
- "darkkhaki",
3473
- "darkmagenta",
3474
- "darkolivegreen",
3475
- "darkorange",
3476
- "darkorchid",
3477
- "darkred",
3478
- "darksalmon",
3479
- "darkseagreen",
3480
- "darkslateblue",
3481
- "darkslategray",
3482
- "darkslategrey",
3483
- "darkturquoise",
3484
- "darkviolet",
3485
- "deeppink",
3486
- "deepskyblue",
3487
- "dimgray",
3488
- "dimgrey",
3489
- "dodgerblue",
3490
- "firebrick",
3491
- "floralwhite",
3492
- "forestgreen",
3493
- "fuchsia",
3494
- "gainsboro",
3495
- "ghostwhite",
3496
- "gold",
3497
- "goldenrod",
3498
- "gray",
3499
- "green",
3500
- "greenyellow",
3501
- "grey",
3502
- "honeydew",
3503
- "hotpink",
3504
- "indianred",
3505
- "indigo",
3506
- "ivory",
3507
- "khaki",
3508
- "lavender",
3509
- "lavenderblush",
3510
- "lawngreen",
3511
- "lemonchiffon",
3512
- "lightblue",
3513
- "lightcoral",
3514
- "lightcyan",
3515
- "lightgoldenrodyellow",
3516
- "lightgray",
3517
- "lightgreen",
3518
- "lightgrey",
3519
- "lightpink",
3520
- "lightsalmon",
3521
- "lightseagreen",
3522
- "lightskyblue",
3523
- "lightslategray",
3524
- "lightslategrey",
3525
- "lightsteelblue",
3526
- "lightyellow",
3527
- "lime",
3528
- "limegreen",
3529
- "linen",
3530
- "magenta",
3531
- "maroon",
3532
- "mediumaquamarine",
3533
- "mediumblue",
3534
- "mediumorchid",
3535
- "mediumpurple",
3536
- "mediumseagreen",
3537
- "mediumslateblue",
3538
- "mediumspringgreen",
3539
- "mediumturquoise",
3540
- "mediumvioletred",
3541
- "midnightblue",
3542
- "mintcream",
3543
- "mistyrose",
3544
- "moccasin",
3545
- "navajowhite",
3546
- "navy",
3547
- "oldlace",
3548
- "olive",
3549
- "olivedrab",
3550
- "orange",
3551
- "orangered",
3552
- "orchid",
3553
- "palegoldenrod",
3554
- "palegreen",
3555
- "paleturquoise",
3556
- "palevioletred",
3557
- "papayawhip",
3558
- "peachpuff",
3559
- "peru",
3560
- "pink",
3561
- "plum",
3562
- "powderblue",
3563
- "purple",
3564
- "rebeccapurple",
3565
- "red",
3566
- "rosybrown",
3567
- "royalblue",
3568
- "saddlebrown",
3569
- "salmon",
3570
- "sandybrown",
3571
- "seagreen",
3572
- "seashell",
3573
- "sienna",
3574
- "silver",
3575
- "skyblue",
3576
- "slateblue",
3577
- "slategray",
3578
- "slategrey",
3579
- "snow",
3580
- "springgreen",
3581
- "steelblue",
3582
- "tan",
3583
- "teal",
3584
- "thistle",
3585
- "tomato",
3586
- "turquoise",
3587
- "violet",
3588
- "wheat",
3589
- "white",
3590
- "whitesmoke",
3591
- "yellow",
3592
- "yellowgreen",
3593
- "currentcolor",
3594
- "ActiveBorder",
3595
- "ActiveCaption",
3596
- "AppWorkspace",
3597
- "Background",
3598
- "ButtonFace",
3599
- "ButtonHighlight",
3600
- "ButtonShadow",
3601
- "ButtonText",
3602
- "CaptionText",
3603
- "GrayText",
3604
- "Highlight",
3605
- "HighlightText",
3606
- "InactiveBorder",
3607
- "InactiveCaption",
3608
- "InactiveCaptionText",
3609
- "InfoBackground",
3610
- "InfoText",
3611
- "Menu",
3612
- "MenuText",
3613
- "Scrollbar",
3614
- "ThreeDDarkShadow",
3615
- "ThreeDFace",
3616
- "ThreeDHighlight",
3617
- "ThreeDLightShadow",
3618
- "ThreeDShadow",
3619
- "Window",
3620
- "WindowFrame",
3621
- "WindowText"
3622
- ],
3623
- colorAdjust: ["economy", "exact"],
3624
- colorScheme: ["normal", "light", "dark"],
3625
- columnCount: ["auto"],
3626
- columnFill: ["auto", "balance", "balance-all"],
3627
- columnGap: ["normal"],
3628
- columnRuleColor: [
3629
- "transparent",
3630
- "aliceblue",
3631
- "antiquewhite",
3632
- "aqua",
3633
- "aquamarine",
3634
- "azure",
3635
- "beige",
3636
- "bisque",
3637
- "black",
3638
- "blanchedalmond",
3639
- "blue",
3640
- "blueviolet",
3641
- "brown",
3642
- "burlywood",
3643
- "cadetblue",
3644
- "chartreuse",
3645
- "chocolate",
3646
- "coral",
3647
- "cornflowerblue",
3648
- "cornsilk",
3649
- "crimson",
3650
- "cyan",
3651
- "darkblue",
3652
- "darkcyan",
3653
- "darkgoldenrod",
3654
- "darkgray",
3655
- "darkgreen",
3656
- "darkgrey",
3657
- "darkkhaki",
3658
- "darkmagenta",
3659
- "darkolivegreen",
3660
- "darkorange",
3661
- "darkorchid",
3662
- "darkred",
3663
- "darksalmon",
3664
- "darkseagreen",
3665
- "darkslateblue",
3666
- "darkslategray",
3667
- "darkslategrey",
3668
- "darkturquoise",
3669
- "darkviolet",
3670
- "deeppink",
3671
- "deepskyblue",
3672
- "dimgray",
3673
- "dimgrey",
3674
- "dodgerblue",
3675
- "firebrick",
3676
- "floralwhite",
3677
- "forestgreen",
3678
- "fuchsia",
3679
- "gainsboro",
3680
- "ghostwhite",
3681
- "gold",
3682
- "goldenrod",
3683
- "gray",
3684
- "green",
3685
- "greenyellow",
3686
- "grey",
3687
- "honeydew",
3688
- "hotpink",
3689
- "indianred",
3690
- "indigo",
3691
- "ivory",
3692
- "khaki",
3693
- "lavender",
3694
- "lavenderblush",
3695
- "lawngreen",
3696
- "lemonchiffon",
3697
- "lightblue",
3698
- "lightcoral",
3699
- "lightcyan",
3700
- "lightgoldenrodyellow",
3701
- "lightgray",
3702
- "lightgreen",
3703
- "lightgrey",
3704
- "lightpink",
3705
- "lightsalmon",
3706
- "lightseagreen",
3707
- "lightskyblue",
3708
- "lightslategray",
3709
- "lightslategrey",
3710
- "lightsteelblue",
3711
- "lightyellow",
3712
- "lime",
3713
- "limegreen",
3714
- "linen",
3715
- "magenta",
3716
- "maroon",
3717
- "mediumaquamarine",
3718
- "mediumblue",
3719
- "mediumorchid",
3720
- "mediumpurple",
3721
- "mediumseagreen",
3722
- "mediumslateblue",
3723
- "mediumspringgreen",
3724
- "mediumturquoise",
3725
- "mediumvioletred",
3726
- "midnightblue",
3727
- "mintcream",
3728
- "mistyrose",
3729
- "moccasin",
3730
- "navajowhite",
3731
- "navy",
3732
- "oldlace",
3733
- "olive",
3734
- "olivedrab",
3735
- "orange",
3736
- "orangered",
3737
- "orchid",
3738
- "palegoldenrod",
3739
- "palegreen",
3740
- "paleturquoise",
3741
- "palevioletred",
3742
- "papayawhip",
3743
- "peachpuff",
3744
- "peru",
3745
- "pink",
3746
- "plum",
3747
- "powderblue",
3748
- "purple",
3749
- "rebeccapurple",
3750
- "red",
3751
- "rosybrown",
3752
- "royalblue",
3753
- "saddlebrown",
3754
- "salmon",
3755
- "sandybrown",
3756
- "seagreen",
3757
- "seashell",
3758
- "sienna",
3759
- "silver",
3760
- "skyblue",
3761
- "slateblue",
3762
- "slategray",
3763
- "slategrey",
3764
- "snow",
3765
- "springgreen",
3766
- "steelblue",
3767
- "tan",
3768
- "teal",
3769
- "thistle",
3770
- "tomato",
3771
- "turquoise",
3772
- "violet",
3773
- "wheat",
3774
- "white",
3775
- "whitesmoke",
3776
- "yellow",
3777
- "yellowgreen",
3778
- "currentcolor",
3779
- "ActiveBorder",
3780
- "ActiveCaption",
3781
- "AppWorkspace",
3782
- "Background",
3783
- "ButtonFace",
3784
- "ButtonHighlight",
3785
- "ButtonShadow",
3786
- "ButtonText",
3787
- "CaptionText",
3788
- "GrayText",
3789
- "Highlight",
3790
- "HighlightText",
3791
- "InactiveBorder",
3792
- "InactiveCaption",
3793
- "InactiveCaptionText",
3794
- "InfoBackground",
3795
- "InfoText",
3796
- "Menu",
3797
- "MenuText",
3798
- "Scrollbar",
3799
- "ThreeDDarkShadow",
3800
- "ThreeDFace",
3801
- "ThreeDHighlight",
3802
- "ThreeDLightShadow",
3803
- "ThreeDShadow",
3804
- "Window",
3805
- "WindowFrame",
3806
- "WindowText"
3807
- ],
3808
- columnRuleStyle: [
3809
- "none",
3810
- "hidden",
3811
- "dotted",
3812
- "dashed",
3813
- "solid",
3814
- "double",
3815
- "groove",
3816
- "ridge",
3817
- "inset",
3818
- "outset"
3819
- ],
3820
- columnRuleWidth: ["thin", "medium", "thick"],
3821
- columnSpan: ["none", "all"],
3822
- columnWidth: ["auto"],
3823
- contain: ["none", "strict", "content", "size", "layout", "style", "paint"],
3824
- content: [
3825
- "normal",
3826
- "none",
3827
- "ltr",
3828
- "rtl",
3829
- "transparent",
3830
- "aliceblue",
3831
- "antiquewhite",
3832
- "aqua",
3833
- "aquamarine",
3834
- "azure",
3835
- "beige",
3836
- "bisque",
3837
- "black",
3838
- "blanchedalmond",
3839
- "blue",
3840
- "blueviolet",
3841
- "brown",
3842
- "burlywood",
3843
- "cadetblue",
3844
- "chartreuse",
3845
- "chocolate",
3846
- "coral",
3847
- "cornflowerblue",
3848
- "cornsilk",
3849
- "crimson",
3850
- "cyan",
3851
- "darkblue",
3852
- "darkcyan",
3853
- "darkgoldenrod",
3854
- "darkgray",
3855
- "darkgreen",
3856
- "darkgrey",
3857
- "darkkhaki",
3858
- "darkmagenta",
3859
- "darkolivegreen",
3860
- "darkorange",
3861
- "darkorchid",
3862
- "darkred",
3863
- "darksalmon",
3864
- "darkseagreen",
3865
- "darkslateblue",
3866
- "darkslategray",
3867
- "darkslategrey",
3868
- "darkturquoise",
3869
- "darkviolet",
3870
- "deeppink",
3871
- "deepskyblue",
3872
- "dimgray",
3873
- "dimgrey",
3874
- "dodgerblue",
3875
- "firebrick",
3876
- "floralwhite",
3877
- "forestgreen",
3878
- "fuchsia",
3879
- "gainsboro",
3880
- "ghostwhite",
3881
- "gold",
3882
- "goldenrod",
3883
- "gray",
3884
- "green",
3885
- "greenyellow",
3886
- "grey",
3887
- "honeydew",
3888
- "hotpink",
3889
- "indianred",
3890
- "indigo",
3891
- "ivory",
3892
- "khaki",
3893
- "lavender",
3894
- "lavenderblush",
3895
- "lawngreen",
3896
- "lemonchiffon",
3897
- "lightblue",
3898
- "lightcoral",
3899
- "lightcyan",
3900
- "lightgoldenrodyellow",
3901
- "lightgray",
3902
- "lightgreen",
3903
- "lightgrey",
3904
- "lightpink",
3905
- "lightsalmon",
3906
- "lightseagreen",
3907
- "lightskyblue",
3908
- "lightslategray",
3909
- "lightslategrey",
3910
- "lightsteelblue",
3911
- "lightyellow",
3912
- "lime",
3913
- "limegreen",
3914
- "linen",
3915
- "magenta",
3916
- "maroon",
3917
- "mediumaquamarine",
3918
- "mediumblue",
3919
- "mediumorchid",
3920
- "mediumpurple",
3921
- "mediumseagreen",
3922
- "mediumslateblue",
3923
- "mediumspringgreen",
3924
- "mediumturquoise",
3925
- "mediumvioletred",
3926
- "midnightblue",
3927
- "mintcream",
3928
- "mistyrose",
3929
- "moccasin",
3930
- "navajowhite",
3931
- "navy",
3932
- "oldlace",
3933
- "olive",
3934
- "olivedrab",
3935
- "orange",
3936
- "orangered",
3937
- "orchid",
3938
- "palegoldenrod",
3939
- "palegreen",
3940
- "paleturquoise",
3941
- "palevioletred",
3942
- "papayawhip",
3943
- "peachpuff",
3944
- "peru",
3945
- "pink",
3946
- "plum",
3947
- "powderblue",
3948
- "purple",
3949
- "rebeccapurple",
3950
- "red",
3951
- "rosybrown",
3952
- "royalblue",
3953
- "saddlebrown",
3954
- "salmon",
3955
- "sandybrown",
3956
- "seagreen",
3957
- "seashell",
3958
- "sienna",
3959
- "silver",
3960
- "skyblue",
3961
- "slateblue",
3962
- "slategray",
3963
- "slategrey",
3964
- "snow",
3965
- "springgreen",
3966
- "steelblue",
3967
- "tan",
3968
- "teal",
3969
- "thistle",
3970
- "tomato",
3971
- "turquoise",
3972
- "violet",
3973
- "wheat",
3974
- "white",
3975
- "whitesmoke",
3976
- "yellow",
3977
- "yellowgreen",
3978
- "currentcolor",
3979
- "ActiveBorder",
3980
- "ActiveCaption",
3981
- "AppWorkspace",
3982
- "Background",
3983
- "ButtonFace",
3984
- "ButtonHighlight",
3985
- "ButtonShadow",
3986
- "ButtonText",
3987
- "CaptionText",
3988
- "GrayText",
3989
- "Highlight",
3990
- "HighlightText",
3991
- "InactiveBorder",
3992
- "InactiveCaption",
3993
- "InactiveCaptionText",
3994
- "InfoBackground",
3995
- "InfoText",
3996
- "Menu",
3997
- "MenuText",
3998
- "Scrollbar",
3999
- "ThreeDDarkShadow",
4000
- "ThreeDFace",
4001
- "ThreeDHighlight",
4002
- "ThreeDLightShadow",
4003
- "ThreeDShadow",
4004
- "Window",
4005
- "WindowFrame",
4006
- "WindowText",
4007
- "to",
4008
- "left",
4009
- "right",
4010
- "top",
4011
- "bottom",
4012
- "circle",
4013
- "ellipse",
4014
- "closest-side",
4015
- "farthest-side",
4016
- "closest-corner",
4017
- "farthest-corner",
4018
- "at",
4019
- "center",
4020
- "from",
4021
- "contents",
4022
- "open-quote",
4023
- "close-quote",
4024
- "no-open-quote",
4025
- "no-close-quote",
4026
- "content",
4027
- "before",
4028
- "after",
4029
- "first-letter",
4030
- "dotted",
4031
- "solid",
4032
- "space"
4033
- ],
4034
- contentVisibility: ["visible", "auto", "hidden"],
4035
- counterIncrement: ["none"],
4036
- counterReset: ["none"],
4037
- counterSet: ["none"],
4038
- cursor: [
3259
+ contentVisibility: ["visible", "auto", "hidden"],
3260
+ counterIncrement: ["none"],
3261
+ counterReset: ["none"],
3262
+ counterSet: ["none"],
3263
+ cursor: [
4039
3264
  "auto",
4040
3265
  "default",
4041
3266
  "none",
@@ -4049,244 +3274,64 @@ const keywordValues = {
4049
3274
  "text",
4050
3275
  "vertical-text",
4051
3276
  "alias",
4052
- "copy",
4053
- "move",
4054
- "no-drop",
4055
- "not-allowed",
4056
- "e-resize",
4057
- "n-resize",
4058
- "ne-resize",
4059
- "nw-resize",
4060
- "s-resize",
4061
- "se-resize",
4062
- "sw-resize",
4063
- "w-resize",
4064
- "ew-resize",
4065
- "ns-resize",
4066
- "nesw-resize",
4067
- "nwse-resize",
4068
- "col-resize",
4069
- "row-resize",
4070
- "all-scroll",
4071
- "zoom-in",
4072
- "zoom-out",
4073
- "grab",
4074
- "grabbing"
4075
- ],
4076
- direction: ["ltr", "rtl"],
4077
- display: [
4078
- "block",
4079
- "inline",
4080
- "run-in",
4081
- "flow",
4082
- "flow-root",
4083
- "table",
4084
- "flex",
4085
- "grid",
4086
- "ruby",
4087
- "list-item",
4088
- "table-row-group",
4089
- "table-header-group",
4090
- "table-footer-group",
4091
- "table-row",
4092
- "table-cell",
4093
- "table-column-group",
4094
- "table-column",
4095
- "table-caption",
4096
- "ruby-base",
4097
- "ruby-text",
4098
- "ruby-base-container",
4099
- "ruby-text-container",
4100
- "contents",
4101
- "none",
4102
- "inline-block",
4103
- "inline-list-item",
4104
- "inline-table",
4105
- "inline-flex",
4106
- "inline-grid"
4107
- ],
4108
- emptyCells: ["show", "hide"],
4109
- filter: [
4110
- "none",
4111
- "transparent",
4112
- "aliceblue",
4113
- "antiquewhite",
4114
- "aqua",
4115
- "aquamarine",
4116
- "azure",
4117
- "beige",
4118
- "bisque",
4119
- "black",
4120
- "blanchedalmond",
4121
- "blue",
4122
- "blueviolet",
4123
- "brown",
4124
- "burlywood",
4125
- "cadetblue",
4126
- "chartreuse",
4127
- "chocolate",
4128
- "coral",
4129
- "cornflowerblue",
4130
- "cornsilk",
4131
- "crimson",
4132
- "cyan",
4133
- "darkblue",
4134
- "darkcyan",
4135
- "darkgoldenrod",
4136
- "darkgray",
4137
- "darkgreen",
4138
- "darkgrey",
4139
- "darkkhaki",
4140
- "darkmagenta",
4141
- "darkolivegreen",
4142
- "darkorange",
4143
- "darkorchid",
4144
- "darkred",
4145
- "darksalmon",
4146
- "darkseagreen",
4147
- "darkslateblue",
4148
- "darkslategray",
4149
- "darkslategrey",
4150
- "darkturquoise",
4151
- "darkviolet",
4152
- "deeppink",
4153
- "deepskyblue",
4154
- "dimgray",
4155
- "dimgrey",
4156
- "dodgerblue",
4157
- "firebrick",
4158
- "floralwhite",
4159
- "forestgreen",
4160
- "fuchsia",
4161
- "gainsboro",
4162
- "ghostwhite",
4163
- "gold",
4164
- "goldenrod",
4165
- "gray",
4166
- "green",
4167
- "greenyellow",
4168
- "grey",
4169
- "honeydew",
4170
- "hotpink",
4171
- "indianred",
4172
- "indigo",
4173
- "ivory",
4174
- "khaki",
4175
- "lavender",
4176
- "lavenderblush",
4177
- "lawngreen",
4178
- "lemonchiffon",
4179
- "lightblue",
4180
- "lightcoral",
4181
- "lightcyan",
4182
- "lightgoldenrodyellow",
4183
- "lightgray",
4184
- "lightgreen",
4185
- "lightgrey",
4186
- "lightpink",
4187
- "lightsalmon",
4188
- "lightseagreen",
4189
- "lightskyblue",
4190
- "lightslategray",
4191
- "lightslategrey",
4192
- "lightsteelblue",
4193
- "lightyellow",
4194
- "lime",
4195
- "limegreen",
4196
- "linen",
4197
- "magenta",
4198
- "maroon",
4199
- "mediumaquamarine",
4200
- "mediumblue",
4201
- "mediumorchid",
4202
- "mediumpurple",
4203
- "mediumseagreen",
4204
- "mediumslateblue",
4205
- "mediumspringgreen",
4206
- "mediumturquoise",
4207
- "mediumvioletred",
4208
- "midnightblue",
4209
- "mintcream",
4210
- "mistyrose",
4211
- "moccasin",
4212
- "navajowhite",
4213
- "navy",
4214
- "oldlace",
4215
- "olive",
4216
- "olivedrab",
4217
- "orange",
4218
- "orangered",
4219
- "orchid",
4220
- "palegoldenrod",
4221
- "palegreen",
4222
- "paleturquoise",
4223
- "palevioletred",
4224
- "papayawhip",
4225
- "peachpuff",
4226
- "peru",
4227
- "pink",
4228
- "plum",
4229
- "powderblue",
4230
- "purple",
4231
- "rebeccapurple",
4232
- "red",
4233
- "rosybrown",
4234
- "royalblue",
4235
- "saddlebrown",
4236
- "salmon",
4237
- "sandybrown",
4238
- "seagreen",
4239
- "seashell",
4240
- "sienna",
4241
- "silver",
4242
- "skyblue",
4243
- "slateblue",
4244
- "slategray",
4245
- "slategrey",
4246
- "snow",
4247
- "springgreen",
4248
- "steelblue",
4249
- "tan",
4250
- "teal",
4251
- "thistle",
4252
- "tomato",
4253
- "turquoise",
4254
- "violet",
4255
- "wheat",
4256
- "white",
4257
- "whitesmoke",
4258
- "yellow",
4259
- "yellowgreen",
4260
- "currentcolor",
4261
- "ActiveBorder",
4262
- "ActiveCaption",
4263
- "AppWorkspace",
4264
- "Background",
4265
- "ButtonFace",
4266
- "ButtonHighlight",
4267
- "ButtonShadow",
4268
- "ButtonText",
4269
- "CaptionText",
4270
- "GrayText",
4271
- "Highlight",
4272
- "HighlightText",
4273
- "InactiveBorder",
4274
- "InactiveCaption",
4275
- "InactiveCaptionText",
4276
- "InfoBackground",
4277
- "InfoText",
4278
- "Menu",
4279
- "MenuText",
4280
- "Scrollbar",
4281
- "ThreeDDarkShadow",
4282
- "ThreeDFace",
4283
- "ThreeDHighlight",
4284
- "ThreeDLightShadow",
4285
- "ThreeDShadow",
4286
- "Window",
4287
- "WindowFrame",
4288
- "WindowText"
3277
+ "copy",
3278
+ "move",
3279
+ "no-drop",
3280
+ "not-allowed",
3281
+ "e-resize",
3282
+ "n-resize",
3283
+ "ne-resize",
3284
+ "nw-resize",
3285
+ "s-resize",
3286
+ "se-resize",
3287
+ "sw-resize",
3288
+ "w-resize",
3289
+ "ew-resize",
3290
+ "ns-resize",
3291
+ "nesw-resize",
3292
+ "nwse-resize",
3293
+ "col-resize",
3294
+ "row-resize",
3295
+ "all-scroll",
3296
+ "zoom-in",
3297
+ "zoom-out",
3298
+ "grab",
3299
+ "grabbing"
3300
+ ],
3301
+ direction: ["ltr", "rtl"],
3302
+ display: [
3303
+ "block",
3304
+ "inline",
3305
+ "run-in",
3306
+ "flow",
3307
+ "flow-root",
3308
+ "table",
3309
+ "flex",
3310
+ "grid",
3311
+ "ruby",
3312
+ "list-item",
3313
+ "table-row-group",
3314
+ "table-header-group",
3315
+ "table-footer-group",
3316
+ "table-row",
3317
+ "table-cell",
3318
+ "table-column-group",
3319
+ "table-column",
3320
+ "table-caption",
3321
+ "ruby-base",
3322
+ "ruby-text",
3323
+ "ruby-base-container",
3324
+ "ruby-text-container",
3325
+ "contents",
3326
+ "none",
3327
+ "inline-block",
3328
+ "inline-list-item",
3329
+ "inline-table",
3330
+ "inline-flex",
3331
+ "inline-grid"
4289
3332
  ],
3333
+ emptyCells: ["show", "hide"],
3334
+ filter: ["none"],
4290
3335
  flexBasis: ["content", "auto", "min-content", "max-content", "fit-content"],
4291
3336
  flexDirection: ["row", "row-reverse", "column", "column-reverse"],
4292
3337
  flexWrap: ["nowrap", "wrap", "wrap-reverse"],
@@ -4315,861 +3360,242 @@ const keywordValues = {
4315
3360
  "cap-height",
4316
3361
  "ch-width",
4317
3362
  "ic-width",
4318
- "ic-height",
4319
- "from-font"
4320
- ],
4321
- fontStretch: [
4322
- "normal",
4323
- "ultra-condensed",
4324
- "extra-condensed",
4325
- "condensed",
4326
- "semi-condensed",
4327
- "semi-expanded",
4328
- "expanded",
4329
- "extra-expanded",
4330
- "ultra-expanded"
4331
- ],
4332
- fontStyle: ["normal", "italic", "oblique"],
4333
- fontSynthesis: ["none", "weight", "style", "small-caps"],
4334
- fontVariant: [
4335
- "normal",
4336
- "none",
4337
- "common-ligatures",
4338
- "no-common-ligatures",
4339
- "discretionary-ligatures",
4340
- "no-discretionary-ligatures",
4341
- "historical-ligatures",
4342
- "no-historical-ligatures",
4343
- "contextual",
4344
- "no-contextual",
4345
- "historical-forms",
4346
- "small-caps",
4347
- "all-small-caps",
4348
- "petite-caps",
4349
- "all-petite-caps",
4350
- "unicase",
4351
- "titling-caps",
4352
- "lining-nums",
4353
- "oldstyle-nums",
4354
- "proportional-nums",
4355
- "tabular-nums",
4356
- "diagonal-fractions",
4357
- "stacked-fractions",
4358
- "ordinal",
4359
- "slashed-zero",
4360
- "jis78",
4361
- "jis83",
4362
- "jis90",
4363
- "jis04",
4364
- "simplified",
4365
- "traditional",
4366
- "full-width",
4367
- "proportional-width",
4368
- "ruby"
4369
- ],
4370
- fontVariantAlternates: ["normal", "historical-forms"],
4371
- fontVariantCaps: [
4372
- "normal",
4373
- "small-caps",
4374
- "all-small-caps",
4375
- "petite-caps",
4376
- "all-petite-caps",
4377
- "unicase",
4378
- "titling-caps"
4379
- ],
4380
- fontVariantEastAsian: [
4381
- "normal",
4382
- "jis78",
4383
- "jis83",
4384
- "jis90",
4385
- "jis04",
4386
- "simplified",
4387
- "traditional",
4388
- "full-width",
4389
- "proportional-width",
4390
- "ruby"
4391
- ],
4392
- fontVariantLigatures: [
4393
- "normal",
4394
- "none",
4395
- "common-ligatures",
4396
- "no-common-ligatures",
4397
- "discretionary-ligatures",
4398
- "no-discretionary-ligatures",
4399
- "historical-ligatures",
4400
- "no-historical-ligatures",
4401
- "contextual",
4402
- "no-contextual"
4403
- ],
4404
- fontVariantNumeric: [
4405
- "normal",
4406
- "lining-nums",
4407
- "oldstyle-nums",
4408
- "proportional-nums",
4409
- "tabular-nums",
4410
- "diagonal-fractions",
4411
- "stacked-fractions",
4412
- "ordinal",
4413
- "slashed-zero"
4414
- ],
4415
- fontVariantPosition: ["normal", "sub", "super"],
4416
- fontWeight: ["normal", "bold", "bolder", "lighter"],
4417
- forcedColorAdjust: ["auto", "none"],
4418
- gridAutoColumns: [
4419
- "none",
4420
- "content",
4421
- "auto",
4422
- "min-content",
4423
- "max-content",
4424
- "fit-content"
4425
- ],
4426
- gridAutoFlow: ["row", "column", "dense"],
4427
- gridAutoRows: [
4428
- "none",
4429
- "content",
4430
- "auto",
4431
- "min-content",
4432
- "max-content",
4433
- "fit-content"
4434
- ],
4435
- gridColumnEnd: ["auto", "span"],
4436
- gridColumnStart: ["auto", "span"],
4437
- gridRowEnd: ["auto", "span"],
4438
- gridRowStart: ["auto", "span"],
4439
- gridTemplateAreas: ["none"],
4440
- gridTemplateColumns: [
4441
- "none",
4442
- "content",
4443
- "auto",
4444
- "min-content",
4445
- "max-content",
4446
- "fit-content",
4447
- "auto-fill",
4448
- "auto-fit",
4449
- "subgrid"
4450
- ],
4451
- gridTemplateRows: [
4452
- "none",
4453
- "content",
4454
- "auto",
4455
- "min-content",
4456
- "max-content",
4457
- "fit-content",
4458
- "auto-fill",
4459
- "auto-fit",
4460
- "subgrid"
4461
- ],
4462
- hangingPunctuation: ["none", "first", "force-end", "allow-end", "last"],
4463
- height: ["auto", "min-content", "max-content", "fit-content"],
4464
- hyphens: ["none", "manual", "auto"],
4465
- imageOrientation: ["from-image", "flip"],
4466
- imageRendering: ["auto", "crisp-edges", "pixelated"],
4467
- imageResolution: ["from-image", "snap"],
4468
- initialLetter: ["normal"],
4469
- initialLetterAlign: ["auto", "alphabetic", "hanging", "ideographic"],
4470
- inlineSize: ["auto", "min-content", "max-content", "fit-content"],
4471
- inset: ["auto"],
4472
- insetBlock: ["auto"],
4473
- insetBlockEnd: ["auto"],
4474
- insetBlockStart: ["auto"],
4475
- insetInline: ["auto"],
4476
- insetInlineEnd: ["auto"],
4477
- insetInlineStart: ["auto"],
4478
- isolation: ["auto", "isolate"],
4479
- justifyContent: [
4480
- "normal",
4481
- "space-between",
4482
- "space-around",
4483
- "space-evenly",
4484
- "stretch",
4485
- "unsafe",
4486
- "safe",
4487
- "center",
4488
- "start",
4489
- "end",
4490
- "flex-start",
4491
- "flex-end",
4492
- "left",
4493
- "right"
4494
- ],
4495
- justifyItems: [
4496
- "normal",
4497
- "stretch",
4498
- "first",
4499
- "last",
4500
- "baseline",
4501
- "unsafe",
4502
- "safe",
4503
- "center",
4504
- "start",
4505
- "end",
4506
- "self-start",
4507
- "self-end",
4508
- "flex-start",
4509
- "flex-end",
4510
- "left",
4511
- "right",
4512
- "legacy"
4513
- ],
4514
- justifySelf: [
4515
- "auto",
4516
- "normal",
4517
- "stretch",
4518
- "first",
4519
- "last",
4520
- "baseline",
4521
- "unsafe",
4522
- "safe",
4523
- "center",
4524
- "start",
4525
- "end",
4526
- "self-start",
4527
- "self-end",
4528
- "flex-start",
4529
- "flex-end",
4530
- "left",
4531
- "right"
3363
+ "ic-height",
3364
+ "from-font"
4532
3365
  ],
4533
- justifyTracks: [
3366
+ fontStretch: [
4534
3367
  "normal",
4535
- "space-between",
4536
- "space-around",
4537
- "space-evenly",
4538
- "stretch",
4539
- "unsafe",
4540
- "safe",
4541
- "center",
4542
- "start",
4543
- "end",
4544
- "flex-start",
4545
- "flex-end",
4546
- "left",
4547
- "right"
3368
+ "ultra-condensed",
3369
+ "extra-condensed",
3370
+ "condensed",
3371
+ "semi-condensed",
3372
+ "semi-expanded",
3373
+ "expanded",
3374
+ "extra-expanded",
3375
+ "ultra-expanded"
4548
3376
  ],
4549
- left: ["auto"],
4550
- letterSpacing: ["normal"],
4551
- lineBreak: ["auto", "loose", "normal", "strict", "anywhere"],
4552
- lineClamp: ["none"],
4553
- lineHeight: ["normal"],
4554
- listStyleImage: [
4555
- "ltr",
4556
- "rtl",
4557
- "transparent",
4558
- "aliceblue",
4559
- "antiquewhite",
4560
- "aqua",
4561
- "aquamarine",
4562
- "azure",
4563
- "beige",
4564
- "bisque",
4565
- "black",
4566
- "blanchedalmond",
4567
- "blue",
4568
- "blueviolet",
4569
- "brown",
4570
- "burlywood",
4571
- "cadetblue",
4572
- "chartreuse",
4573
- "chocolate",
4574
- "coral",
4575
- "cornflowerblue",
4576
- "cornsilk",
4577
- "crimson",
4578
- "cyan",
4579
- "darkblue",
4580
- "darkcyan",
4581
- "darkgoldenrod",
4582
- "darkgray",
4583
- "darkgreen",
4584
- "darkgrey",
4585
- "darkkhaki",
4586
- "darkmagenta",
4587
- "darkolivegreen",
4588
- "darkorange",
4589
- "darkorchid",
4590
- "darkred",
4591
- "darksalmon",
4592
- "darkseagreen",
4593
- "darkslateblue",
4594
- "darkslategray",
4595
- "darkslategrey",
4596
- "darkturquoise",
4597
- "darkviolet",
4598
- "deeppink",
4599
- "deepskyblue",
4600
- "dimgray",
4601
- "dimgrey",
4602
- "dodgerblue",
4603
- "firebrick",
4604
- "floralwhite",
4605
- "forestgreen",
4606
- "fuchsia",
4607
- "gainsboro",
4608
- "ghostwhite",
4609
- "gold",
4610
- "goldenrod",
4611
- "gray",
4612
- "green",
4613
- "greenyellow",
4614
- "grey",
4615
- "honeydew",
4616
- "hotpink",
4617
- "indianred",
4618
- "indigo",
4619
- "ivory",
4620
- "khaki",
4621
- "lavender",
4622
- "lavenderblush",
4623
- "lawngreen",
4624
- "lemonchiffon",
4625
- "lightblue",
4626
- "lightcoral",
4627
- "lightcyan",
4628
- "lightgoldenrodyellow",
4629
- "lightgray",
4630
- "lightgreen",
4631
- "lightgrey",
4632
- "lightpink",
4633
- "lightsalmon",
4634
- "lightseagreen",
4635
- "lightskyblue",
4636
- "lightslategray",
4637
- "lightslategrey",
4638
- "lightsteelblue",
4639
- "lightyellow",
4640
- "lime",
4641
- "limegreen",
4642
- "linen",
4643
- "magenta",
4644
- "maroon",
4645
- "mediumaquamarine",
4646
- "mediumblue",
4647
- "mediumorchid",
4648
- "mediumpurple",
4649
- "mediumseagreen",
4650
- "mediumslateblue",
4651
- "mediumspringgreen",
4652
- "mediumturquoise",
4653
- "mediumvioletred",
4654
- "midnightblue",
4655
- "mintcream",
4656
- "mistyrose",
4657
- "moccasin",
4658
- "navajowhite",
4659
- "navy",
4660
- "oldlace",
4661
- "olive",
4662
- "olivedrab",
4663
- "orange",
4664
- "orangered",
4665
- "orchid",
4666
- "palegoldenrod",
4667
- "palegreen",
4668
- "paleturquoise",
4669
- "palevioletred",
4670
- "papayawhip",
4671
- "peachpuff",
4672
- "peru",
4673
- "pink",
4674
- "plum",
4675
- "powderblue",
4676
- "purple",
4677
- "rebeccapurple",
4678
- "red",
4679
- "rosybrown",
4680
- "royalblue",
4681
- "saddlebrown",
4682
- "salmon",
4683
- "sandybrown",
4684
- "seagreen",
4685
- "seashell",
4686
- "sienna",
4687
- "silver",
4688
- "skyblue",
4689
- "slateblue",
4690
- "slategray",
4691
- "slategrey",
4692
- "snow",
4693
- "springgreen",
4694
- "steelblue",
4695
- "tan",
4696
- "teal",
4697
- "thistle",
4698
- "tomato",
4699
- "turquoise",
4700
- "violet",
4701
- "wheat",
4702
- "white",
4703
- "whitesmoke",
4704
- "yellow",
4705
- "yellowgreen",
4706
- "currentcolor",
4707
- "ActiveBorder",
4708
- "ActiveCaption",
4709
- "AppWorkspace",
4710
- "Background",
4711
- "ButtonFace",
4712
- "ButtonHighlight",
4713
- "ButtonShadow",
4714
- "ButtonText",
4715
- "CaptionText",
4716
- "GrayText",
4717
- "Highlight",
4718
- "HighlightText",
4719
- "InactiveBorder",
4720
- "InactiveCaption",
4721
- "InactiveCaptionText",
4722
- "InfoBackground",
4723
- "InfoText",
4724
- "Menu",
4725
- "MenuText",
4726
- "Scrollbar",
4727
- "ThreeDDarkShadow",
4728
- "ThreeDFace",
4729
- "ThreeDHighlight",
4730
- "ThreeDLightShadow",
4731
- "ThreeDShadow",
4732
- "Window",
4733
- "WindowFrame",
4734
- "WindowText",
4735
- "to",
4736
- "left",
4737
- "right",
4738
- "top",
4739
- "bottom",
4740
- "circle",
4741
- "ellipse",
4742
- "closest-side",
4743
- "farthest-side",
4744
- "closest-corner",
4745
- "farthest-corner",
4746
- "at",
4747
- "center",
4748
- "from",
4749
- "none"
3377
+ fontStyle: ["normal", "italic", "oblique"],
3378
+ fontSynthesis: ["none", "weight", "style", "small-caps"],
3379
+ fontVariant: [
3380
+ "normal",
3381
+ "none",
3382
+ "common-ligatures",
3383
+ "no-common-ligatures",
3384
+ "discretionary-ligatures",
3385
+ "no-discretionary-ligatures",
3386
+ "historical-ligatures",
3387
+ "no-historical-ligatures",
3388
+ "contextual",
3389
+ "no-contextual",
3390
+ "historical-forms",
3391
+ "small-caps",
3392
+ "all-small-caps",
3393
+ "petite-caps",
3394
+ "all-petite-caps",
3395
+ "unicase",
3396
+ "titling-caps",
3397
+ "lining-nums",
3398
+ "oldstyle-nums",
3399
+ "proportional-nums",
3400
+ "tabular-nums",
3401
+ "diagonal-fractions",
3402
+ "stacked-fractions",
3403
+ "ordinal",
3404
+ "slashed-zero",
3405
+ "jis78",
3406
+ "jis83",
3407
+ "jis90",
3408
+ "jis04",
3409
+ "simplified",
3410
+ "traditional",
3411
+ "full-width",
3412
+ "proportional-width",
3413
+ "ruby"
3414
+ ],
3415
+ fontVariantAlternates: ["normal", "historical-forms"],
3416
+ fontVariantCaps: [
3417
+ "normal",
3418
+ "small-caps",
3419
+ "all-small-caps",
3420
+ "petite-caps",
3421
+ "all-petite-caps",
3422
+ "unicase",
3423
+ "titling-caps"
4750
3424
  ],
4751
- listStylePosition: ["inside", "outside"],
4752
- listStyleType: ["none"],
4753
- marginBlock: ["auto"],
4754
- marginBlockEnd: ["auto"],
4755
- marginBlockStart: ["auto"],
4756
- marginBottom: ["auto"],
4757
- marginInline: ["auto"],
4758
- marginInlineEnd: ["auto"],
4759
- marginInlineStart: ["auto"],
4760
- marginLeft: ["auto"],
4761
- marginRight: ["auto"],
4762
- marginTop: ["auto"],
4763
- marginTrim: ["none", "in-flow", "all"],
4764
- maskBorderMode: ["luminance", "alpha"],
4765
- maskBorderRepeat: ["stretch", "repeat", "round", "space"],
4766
- maskBorderSlice: ["fill"],
4767
- maskBorderSource: [
3425
+ fontVariantEastAsian: [
3426
+ "normal",
3427
+ "jis78",
3428
+ "jis83",
3429
+ "jis90",
3430
+ "jis04",
3431
+ "simplified",
3432
+ "traditional",
3433
+ "full-width",
3434
+ "proportional-width",
3435
+ "ruby"
3436
+ ],
3437
+ fontVariantLigatures: [
3438
+ "normal",
4768
3439
  "none",
4769
- "ltr",
4770
- "rtl",
4771
- "transparent",
4772
- "aliceblue",
4773
- "antiquewhite",
4774
- "aqua",
4775
- "aquamarine",
4776
- "azure",
4777
- "beige",
4778
- "bisque",
4779
- "black",
4780
- "blanchedalmond",
4781
- "blue",
4782
- "blueviolet",
4783
- "brown",
4784
- "burlywood",
4785
- "cadetblue",
4786
- "chartreuse",
4787
- "chocolate",
4788
- "coral",
4789
- "cornflowerblue",
4790
- "cornsilk",
4791
- "crimson",
4792
- "cyan",
4793
- "darkblue",
4794
- "darkcyan",
4795
- "darkgoldenrod",
4796
- "darkgray",
4797
- "darkgreen",
4798
- "darkgrey",
4799
- "darkkhaki",
4800
- "darkmagenta",
4801
- "darkolivegreen",
4802
- "darkorange",
4803
- "darkorchid",
4804
- "darkred",
4805
- "darksalmon",
4806
- "darkseagreen",
4807
- "darkslateblue",
4808
- "darkslategray",
4809
- "darkslategrey",
4810
- "darkturquoise",
4811
- "darkviolet",
4812
- "deeppink",
4813
- "deepskyblue",
4814
- "dimgray",
4815
- "dimgrey",
4816
- "dodgerblue",
4817
- "firebrick",
4818
- "floralwhite",
4819
- "forestgreen",
4820
- "fuchsia",
4821
- "gainsboro",
4822
- "ghostwhite",
4823
- "gold",
4824
- "goldenrod",
4825
- "gray",
4826
- "green",
4827
- "greenyellow",
4828
- "grey",
4829
- "honeydew",
4830
- "hotpink",
4831
- "indianred",
4832
- "indigo",
4833
- "ivory",
4834
- "khaki",
4835
- "lavender",
4836
- "lavenderblush",
4837
- "lawngreen",
4838
- "lemonchiffon",
4839
- "lightblue",
4840
- "lightcoral",
4841
- "lightcyan",
4842
- "lightgoldenrodyellow",
4843
- "lightgray",
4844
- "lightgreen",
4845
- "lightgrey",
4846
- "lightpink",
4847
- "lightsalmon",
4848
- "lightseagreen",
4849
- "lightskyblue",
4850
- "lightslategray",
4851
- "lightslategrey",
4852
- "lightsteelblue",
4853
- "lightyellow",
4854
- "lime",
4855
- "limegreen",
4856
- "linen",
4857
- "magenta",
4858
- "maroon",
4859
- "mediumaquamarine",
4860
- "mediumblue",
4861
- "mediumorchid",
4862
- "mediumpurple",
4863
- "mediumseagreen",
4864
- "mediumslateblue",
4865
- "mediumspringgreen",
4866
- "mediumturquoise",
4867
- "mediumvioletred",
4868
- "midnightblue",
4869
- "mintcream",
4870
- "mistyrose",
4871
- "moccasin",
4872
- "navajowhite",
4873
- "navy",
4874
- "oldlace",
4875
- "olive",
4876
- "olivedrab",
4877
- "orange",
4878
- "orangered",
4879
- "orchid",
4880
- "palegoldenrod",
4881
- "palegreen",
4882
- "paleturquoise",
4883
- "palevioletred",
4884
- "papayawhip",
4885
- "peachpuff",
4886
- "peru",
4887
- "pink",
4888
- "plum",
4889
- "powderblue",
4890
- "purple",
4891
- "rebeccapurple",
4892
- "red",
4893
- "rosybrown",
4894
- "royalblue",
4895
- "saddlebrown",
4896
- "salmon",
4897
- "sandybrown",
4898
- "seagreen",
4899
- "seashell",
4900
- "sienna",
4901
- "silver",
4902
- "skyblue",
4903
- "slateblue",
4904
- "slategray",
4905
- "slategrey",
4906
- "snow",
4907
- "springgreen",
4908
- "steelblue",
4909
- "tan",
4910
- "teal",
4911
- "thistle",
4912
- "tomato",
4913
- "turquoise",
4914
- "violet",
4915
- "wheat",
4916
- "white",
4917
- "whitesmoke",
4918
- "yellow",
4919
- "yellowgreen",
4920
- "currentcolor",
4921
- "ActiveBorder",
4922
- "ActiveCaption",
4923
- "AppWorkspace",
4924
- "Background",
4925
- "ButtonFace",
4926
- "ButtonHighlight",
4927
- "ButtonShadow",
4928
- "ButtonText",
4929
- "CaptionText",
4930
- "GrayText",
4931
- "Highlight",
4932
- "HighlightText",
4933
- "InactiveBorder",
4934
- "InactiveCaption",
4935
- "InactiveCaptionText",
4936
- "InfoBackground",
4937
- "InfoText",
4938
- "Menu",
4939
- "MenuText",
4940
- "Scrollbar",
4941
- "ThreeDDarkShadow",
4942
- "ThreeDFace",
4943
- "ThreeDHighlight",
4944
- "ThreeDLightShadow",
4945
- "ThreeDShadow",
4946
- "Window",
4947
- "WindowFrame",
4948
- "WindowText",
4949
- "to",
4950
- "left",
4951
- "right",
4952
- "top",
4953
- "bottom",
4954
- "circle",
4955
- "ellipse",
4956
- "closest-side",
4957
- "farthest-side",
4958
- "closest-corner",
4959
- "farthest-corner",
4960
- "at",
3440
+ "common-ligatures",
3441
+ "no-common-ligatures",
3442
+ "discretionary-ligatures",
3443
+ "no-discretionary-ligatures",
3444
+ "historical-ligatures",
3445
+ "no-historical-ligatures",
3446
+ "contextual",
3447
+ "no-contextual"
3448
+ ],
3449
+ fontVariantNumeric: [
3450
+ "normal",
3451
+ "lining-nums",
3452
+ "oldstyle-nums",
3453
+ "proportional-nums",
3454
+ "tabular-nums",
3455
+ "diagonal-fractions",
3456
+ "stacked-fractions",
3457
+ "ordinal",
3458
+ "slashed-zero"
3459
+ ],
3460
+ fontVariantPosition: ["normal", "sub", "super"],
3461
+ fontWeight: ["normal", "bold", "bolder", "lighter"],
3462
+ forcedColorAdjust: ["auto", "none"],
3463
+ gridAutoColumns: ["min-content", "max-content", "auto"],
3464
+ gridAutoFlow: ["row", "column", "dense"],
3465
+ gridAutoRows: ["min-content", "max-content", "auto"],
3466
+ gridColumnEnd: ["auto", "span"],
3467
+ gridColumnStart: ["auto", "span"],
3468
+ gridRowEnd: ["auto", "span"],
3469
+ gridRowStart: ["auto", "span"],
3470
+ gridTemplateAreas: ["none"],
3471
+ gridTemplateColumns: [
3472
+ "none",
3473
+ "min-content",
3474
+ "max-content",
3475
+ "auto",
3476
+ "subgrid"
3477
+ ],
3478
+ gridTemplateRows: ["none", "min-content", "max-content", "auto", "subgrid"],
3479
+ hangingPunctuation: ["none", "first", "force-end", "allow-end", "last"],
3480
+ height: ["auto", "min-content", "max-content", "fit-content"],
3481
+ hyphenateCharacter: ["auto"],
3482
+ hyphens: ["none", "manual", "auto"],
3483
+ imageOrientation: ["from-image", "flip"],
3484
+ imageRendering: ["auto", "crisp-edges", "pixelated"],
3485
+ imageResolution: ["from-image", "snap"],
3486
+ initialLetter: ["normal"],
3487
+ initialLetterAlign: ["auto", "alphabetic", "hanging", "ideographic"],
3488
+ inlineSize: ["auto", "min-content", "max-content", "fit-content"],
3489
+ inputSecurity: ["auto", "none"],
3490
+ insetBlockEnd: ["auto"],
3491
+ insetBlockStart: ["auto"],
3492
+ insetInlineEnd: ["auto"],
3493
+ insetInlineStart: ["auto"],
3494
+ isolation: ["auto", "isolate"],
3495
+ justifyContent: [
3496
+ "normal",
3497
+ "space-between",
3498
+ "space-around",
3499
+ "space-evenly",
3500
+ "stretch",
3501
+ "unsafe",
3502
+ "safe",
4961
3503
  "center",
4962
- "from"
4963
- ],
4964
- maskBorderWidth: ["auto"],
4965
- maskClip: [
4966
- "border-box",
4967
- "padding-box",
4968
- "content-box",
4969
- "margin-box",
4970
- "fill-box",
4971
- "stroke-box",
4972
- "view-box",
4973
- "no-clip"
3504
+ "start",
3505
+ "end",
3506
+ "flex-start",
3507
+ "flex-end",
3508
+ "left",
3509
+ "right"
4974
3510
  ],
4975
- maskComposite: ["add", "subtract", "intersect", "exclude"],
4976
- maskImage: [
4977
- "none",
4978
- "ltr",
4979
- "rtl",
4980
- "transparent",
4981
- "aliceblue",
4982
- "antiquewhite",
4983
- "aqua",
4984
- "aquamarine",
4985
- "azure",
4986
- "beige",
4987
- "bisque",
4988
- "black",
4989
- "blanchedalmond",
4990
- "blue",
4991
- "blueviolet",
4992
- "brown",
4993
- "burlywood",
4994
- "cadetblue",
4995
- "chartreuse",
4996
- "chocolate",
4997
- "coral",
4998
- "cornflowerblue",
4999
- "cornsilk",
5000
- "crimson",
5001
- "cyan",
5002
- "darkblue",
5003
- "darkcyan",
5004
- "darkgoldenrod",
5005
- "darkgray",
5006
- "darkgreen",
5007
- "darkgrey",
5008
- "darkkhaki",
5009
- "darkmagenta",
5010
- "darkolivegreen",
5011
- "darkorange",
5012
- "darkorchid",
5013
- "darkred",
5014
- "darksalmon",
5015
- "darkseagreen",
5016
- "darkslateblue",
5017
- "darkslategray",
5018
- "darkslategrey",
5019
- "darkturquoise",
5020
- "darkviolet",
5021
- "deeppink",
5022
- "deepskyblue",
5023
- "dimgray",
5024
- "dimgrey",
5025
- "dodgerblue",
5026
- "firebrick",
5027
- "floralwhite",
5028
- "forestgreen",
5029
- "fuchsia",
5030
- "gainsboro",
5031
- "ghostwhite",
5032
- "gold",
5033
- "goldenrod",
5034
- "gray",
5035
- "green",
5036
- "greenyellow",
5037
- "grey",
5038
- "honeydew",
5039
- "hotpink",
5040
- "indianred",
5041
- "indigo",
5042
- "ivory",
5043
- "khaki",
5044
- "lavender",
5045
- "lavenderblush",
5046
- "lawngreen",
5047
- "lemonchiffon",
5048
- "lightblue",
5049
- "lightcoral",
5050
- "lightcyan",
5051
- "lightgoldenrodyellow",
5052
- "lightgray",
5053
- "lightgreen",
5054
- "lightgrey",
5055
- "lightpink",
5056
- "lightsalmon",
5057
- "lightseagreen",
5058
- "lightskyblue",
5059
- "lightslategray",
5060
- "lightslategrey",
5061
- "lightsteelblue",
5062
- "lightyellow",
5063
- "lime",
5064
- "limegreen",
5065
- "linen",
5066
- "magenta",
5067
- "maroon",
5068
- "mediumaquamarine",
5069
- "mediumblue",
5070
- "mediumorchid",
5071
- "mediumpurple",
5072
- "mediumseagreen",
5073
- "mediumslateblue",
5074
- "mediumspringgreen",
5075
- "mediumturquoise",
5076
- "mediumvioletred",
5077
- "midnightblue",
5078
- "mintcream",
5079
- "mistyrose",
5080
- "moccasin",
5081
- "navajowhite",
5082
- "navy",
5083
- "oldlace",
5084
- "olive",
5085
- "olivedrab",
5086
- "orange",
5087
- "orangered",
5088
- "orchid",
5089
- "palegoldenrod",
5090
- "palegreen",
5091
- "paleturquoise",
5092
- "palevioletred",
5093
- "papayawhip",
5094
- "peachpuff",
5095
- "peru",
5096
- "pink",
5097
- "plum",
5098
- "powderblue",
5099
- "purple",
5100
- "rebeccapurple",
5101
- "red",
5102
- "rosybrown",
5103
- "royalblue",
5104
- "saddlebrown",
5105
- "salmon",
5106
- "sandybrown",
5107
- "seagreen",
5108
- "seashell",
5109
- "sienna",
5110
- "silver",
5111
- "skyblue",
5112
- "slateblue",
5113
- "slategray",
5114
- "slategrey",
5115
- "snow",
5116
- "springgreen",
5117
- "steelblue",
5118
- "tan",
5119
- "teal",
5120
- "thistle",
5121
- "tomato",
5122
- "turquoise",
5123
- "violet",
5124
- "wheat",
5125
- "white",
5126
- "whitesmoke",
5127
- "yellow",
5128
- "yellowgreen",
5129
- "currentcolor",
5130
- "ActiveBorder",
5131
- "ActiveCaption",
5132
- "AppWorkspace",
5133
- "Background",
5134
- "ButtonFace",
5135
- "ButtonHighlight",
5136
- "ButtonShadow",
5137
- "ButtonText",
5138
- "CaptionText",
5139
- "GrayText",
5140
- "Highlight",
5141
- "HighlightText",
5142
- "InactiveBorder",
5143
- "InactiveCaption",
5144
- "InactiveCaptionText",
5145
- "InfoBackground",
5146
- "InfoText",
5147
- "Menu",
5148
- "MenuText",
5149
- "Scrollbar",
5150
- "ThreeDDarkShadow",
5151
- "ThreeDFace",
5152
- "ThreeDHighlight",
5153
- "ThreeDLightShadow",
5154
- "ThreeDShadow",
5155
- "Window",
5156
- "WindowFrame",
5157
- "WindowText",
5158
- "to",
3511
+ justifyItems: [
3512
+ "normal",
3513
+ "stretch",
3514
+ "first",
3515
+ "last",
3516
+ "baseline",
3517
+ "unsafe",
3518
+ "safe",
3519
+ "center",
3520
+ "start",
3521
+ "end",
3522
+ "self-start",
3523
+ "self-end",
3524
+ "flex-start",
3525
+ "flex-end",
5159
3526
  "left",
5160
3527
  "right",
5161
- "top",
5162
- "bottom",
5163
- "circle",
5164
- "ellipse",
5165
- "closest-side",
5166
- "farthest-side",
5167
- "closest-corner",
5168
- "farthest-corner",
5169
- "at",
3528
+ "legacy"
3529
+ ],
3530
+ justifySelf: [
3531
+ "auto",
3532
+ "normal",
3533
+ "stretch",
3534
+ "first",
3535
+ "last",
3536
+ "baseline",
3537
+ "unsafe",
3538
+ "safe",
3539
+ "center",
3540
+ "start",
3541
+ "end",
3542
+ "self-start",
3543
+ "self-end",
3544
+ "flex-start",
3545
+ "flex-end",
3546
+ "left",
3547
+ "right"
3548
+ ],
3549
+ justifyTracks: [
3550
+ "normal",
3551
+ "space-between",
3552
+ "space-around",
3553
+ "space-evenly",
3554
+ "stretch",
3555
+ "unsafe",
3556
+ "safe",
5170
3557
  "center",
5171
- "from"
3558
+ "start",
3559
+ "end",
3560
+ "flex-start",
3561
+ "flex-end",
3562
+ "left",
3563
+ "right"
3564
+ ],
3565
+ left: ["auto"],
3566
+ letterSpacing: ["normal"],
3567
+ lineBreak: ["auto", "loose", "normal", "strict", "anywhere"],
3568
+ lineClamp: ["none"],
3569
+ lineHeight: ["normal"],
3570
+ listStyleImage: ["none"],
3571
+ listStylePosition: ["inside", "outside"],
3572
+ listStyleType: ["none"],
3573
+ marginBlockEnd: ["auto"],
3574
+ marginBlockStart: ["auto"],
3575
+ marginBottom: ["auto"],
3576
+ marginInlineEnd: ["auto"],
3577
+ marginInlineStart: ["auto"],
3578
+ marginLeft: ["auto"],
3579
+ marginRight: ["auto"],
3580
+ marginTop: ["auto"],
3581
+ marginTrim: ["none", "in-flow", "all"],
3582
+ maskBorderMode: ["luminance", "alpha"],
3583
+ maskBorderRepeat: ["stretch", "repeat", "round", "space"],
3584
+ maskBorderSlice: ["fill"],
3585
+ maskBorderSource: ["none"],
3586
+ maskBorderWidth: ["auto"],
3587
+ maskClip: [
3588
+ "border-box",
3589
+ "padding-box",
3590
+ "content-box",
3591
+ "margin-box",
3592
+ "fill-box",
3593
+ "stroke-box",
3594
+ "view-box",
3595
+ "no-clip"
5172
3596
  ],
3597
+ maskComposite: ["add", "subtract", "intersect", "exclude"],
3598
+ maskImage: ["none"],
5173
3599
  maskMode: ["alpha", "luminance", "match-source"],
5174
3600
  maskOrigin: [
5175
3601
  "border-box",
@@ -5185,6 +3611,8 @@ const keywordValues = {
5185
3611
  maskSize: ["auto", "cover", "contain"],
5186
3612
  maskType: ["luminance", "alpha"],
5187
3613
  masonryAutoFlow: ["pack", "next", "definite-first", "ordered"],
3614
+ mathDepth: ["auto-add"],
3615
+ mathShift: ["normal", "compact"],
5188
3616
  mathStyle: ["normal", "compact"],
5189
3617
  maxBlockSize: ["none", "min-content", "max-content", "fit-content"],
5190
3618
  maxHeight: ["none", "min-content", "max-content", "fit-content"],
@@ -5211,27 +3639,14 @@ const keywordValues = {
5211
3639
  "hue",
5212
3640
  "saturation",
5213
3641
  "color",
5214
- "luminosity"
3642
+ "luminosity",
3643
+ "plus-lighter"
5215
3644
  ],
5216
3645
  objectFit: ["fill", "contain", "cover", "none", "scale-down"],
5217
3646
  objectPosition: ["left", "center", "right", "top", "bottom"],
5218
3647
  offsetAnchor: ["auto", "left", "center", "right", "top", "bottom"],
5219
3648
  offsetPath: [
5220
3649
  "none",
5221
- "closest-side",
5222
- "farthest-side",
5223
- "closest-corner",
5224
- "farthest-corner",
5225
- "contain",
5226
- "nonzero",
5227
- "evenodd",
5228
- "round",
5229
- "at",
5230
- "left",
5231
- "center",
5232
- "right",
5233
- "top",
5234
- "bottom",
5235
3650
  "border-box",
5236
3651
  "padding-box",
5237
3652
  "content-box",
@@ -5472,25 +3887,6 @@ const keywordValues = {
5472
3887
  paintOrder: ["normal", "fill", "stroke", "markers"],
5473
3888
  perspective: ["none"],
5474
3889
  perspectiveOrigin: ["left", "center", "right", "top", "bottom"],
5475
- placeContent: [
5476
- "normal",
5477
- "first",
5478
- "last",
5479
- "baseline",
5480
- "space-between",
5481
- "space-around",
5482
- "space-evenly",
5483
- "stretch",
5484
- "unsafe",
5485
- "safe",
5486
- "center",
5487
- "start",
5488
- "end",
5489
- "flex-start",
5490
- "flex-end",
5491
- "left",
5492
- "right"
5493
- ],
5494
3890
  pointerEvents: [
5495
3891
  "auto",
5496
3892
  "none",
@@ -5698,12 +4094,9 @@ const keywordValues = {
5698
4094
  scrollbarGutter: ["auto", "stable", "both-edges"],
5699
4095
  scrollbarWidth: ["auto", "thin", "none"],
5700
4096
  scrollBehavior: ["auto", "smooth"],
5701
- scrollPadding: ["auto"],
5702
- scrollPaddingBlock: ["auto"],
5703
4097
  scrollPaddingBlockStart: ["auto"],
5704
4098
  scrollPaddingBlockEnd: ["auto"],
5705
4099
  scrollPaddingBottom: ["auto"],
5706
- scrollPaddingInline: ["auto"],
5707
4100
  scrollPaddingInlineStart: ["auto"],
5708
4101
  scrollPaddingInlineEnd: ["auto"],
5709
4102
  scrollPaddingLeft: ["auto"],
@@ -5721,209 +4114,14 @@ const keywordValues = {
5721
4114
  "mandatory",
5722
4115
  "proximity"
5723
4116
  ],
4117
+ scrollTimelineAxis: ["block", "inline", "vertical", "horizontal"],
4118
+ scrollTimelineName: ["none"],
5724
4119
  shapeOutside: [
5725
4120
  "none",
5726
4121
  "border-box",
5727
4122
  "padding-box",
5728
4123
  "content-box",
5729
- "margin-box",
5730
- "round",
5731
- "closest-side",
5732
- "farthest-side",
5733
- "at",
5734
- "left",
5735
- "center",
5736
- "right",
5737
- "top",
5738
- "bottom",
5739
- "nonzero",
5740
- "evenodd",
5741
- "ltr",
5742
- "rtl",
5743
- "transparent",
5744
- "aliceblue",
5745
- "antiquewhite",
5746
- "aqua",
5747
- "aquamarine",
5748
- "azure",
5749
- "beige",
5750
- "bisque",
5751
- "black",
5752
- "blanchedalmond",
5753
- "blue",
5754
- "blueviolet",
5755
- "brown",
5756
- "burlywood",
5757
- "cadetblue",
5758
- "chartreuse",
5759
- "chocolate",
5760
- "coral",
5761
- "cornflowerblue",
5762
- "cornsilk",
5763
- "crimson",
5764
- "cyan",
5765
- "darkblue",
5766
- "darkcyan",
5767
- "darkgoldenrod",
5768
- "darkgray",
5769
- "darkgreen",
5770
- "darkgrey",
5771
- "darkkhaki",
5772
- "darkmagenta",
5773
- "darkolivegreen",
5774
- "darkorange",
5775
- "darkorchid",
5776
- "darkred",
5777
- "darksalmon",
5778
- "darkseagreen",
5779
- "darkslateblue",
5780
- "darkslategray",
5781
- "darkslategrey",
5782
- "darkturquoise",
5783
- "darkviolet",
5784
- "deeppink",
5785
- "deepskyblue",
5786
- "dimgray",
5787
- "dimgrey",
5788
- "dodgerblue",
5789
- "firebrick",
5790
- "floralwhite",
5791
- "forestgreen",
5792
- "fuchsia",
5793
- "gainsboro",
5794
- "ghostwhite",
5795
- "gold",
5796
- "goldenrod",
5797
- "gray",
5798
- "green",
5799
- "greenyellow",
5800
- "grey",
5801
- "honeydew",
5802
- "hotpink",
5803
- "indianred",
5804
- "indigo",
5805
- "ivory",
5806
- "khaki",
5807
- "lavender",
5808
- "lavenderblush",
5809
- "lawngreen",
5810
- "lemonchiffon",
5811
- "lightblue",
5812
- "lightcoral",
5813
- "lightcyan",
5814
- "lightgoldenrodyellow",
5815
- "lightgray",
5816
- "lightgreen",
5817
- "lightgrey",
5818
- "lightpink",
5819
- "lightsalmon",
5820
- "lightseagreen",
5821
- "lightskyblue",
5822
- "lightslategray",
5823
- "lightslategrey",
5824
- "lightsteelblue",
5825
- "lightyellow",
5826
- "lime",
5827
- "limegreen",
5828
- "linen",
5829
- "magenta",
5830
- "maroon",
5831
- "mediumaquamarine",
5832
- "mediumblue",
5833
- "mediumorchid",
5834
- "mediumpurple",
5835
- "mediumseagreen",
5836
- "mediumslateblue",
5837
- "mediumspringgreen",
5838
- "mediumturquoise",
5839
- "mediumvioletred",
5840
- "midnightblue",
5841
- "mintcream",
5842
- "mistyrose",
5843
- "moccasin",
5844
- "navajowhite",
5845
- "navy",
5846
- "oldlace",
5847
- "olive",
5848
- "olivedrab",
5849
- "orange",
5850
- "orangered",
5851
- "orchid",
5852
- "palegoldenrod",
5853
- "palegreen",
5854
- "paleturquoise",
5855
- "palevioletred",
5856
- "papayawhip",
5857
- "peachpuff",
5858
- "peru",
5859
- "pink",
5860
- "plum",
5861
- "powderblue",
5862
- "purple",
5863
- "rebeccapurple",
5864
- "red",
5865
- "rosybrown",
5866
- "royalblue",
5867
- "saddlebrown",
5868
- "salmon",
5869
- "sandybrown",
5870
- "seagreen",
5871
- "seashell",
5872
- "sienna",
5873
- "silver",
5874
- "skyblue",
5875
- "slateblue",
5876
- "slategray",
5877
- "slategrey",
5878
- "snow",
5879
- "springgreen",
5880
- "steelblue",
5881
- "tan",
5882
- "teal",
5883
- "thistle",
5884
- "tomato",
5885
- "turquoise",
5886
- "violet",
5887
- "wheat",
5888
- "white",
5889
- "whitesmoke",
5890
- "yellow",
5891
- "yellowgreen",
5892
- "currentcolor",
5893
- "ActiveBorder",
5894
- "ActiveCaption",
5895
- "AppWorkspace",
5896
- "Background",
5897
- "ButtonFace",
5898
- "ButtonHighlight",
5899
- "ButtonShadow",
5900
- "ButtonText",
5901
- "CaptionText",
5902
- "GrayText",
5903
- "Highlight",
5904
- "HighlightText",
5905
- "InactiveBorder",
5906
- "InactiveCaption",
5907
- "InactiveCaptionText",
5908
- "InfoBackground",
5909
- "InfoText",
5910
- "Menu",
5911
- "MenuText",
5912
- "Scrollbar",
5913
- "ThreeDDarkShadow",
5914
- "ThreeDFace",
5915
- "ThreeDHighlight",
5916
- "ThreeDLightShadow",
5917
- "ThreeDShadow",
5918
- "Window",
5919
- "WindowFrame",
5920
- "WindowText",
5921
- "to",
5922
- "circle",
5923
- "ellipse",
5924
- "closest-corner",
5925
- "farthest-corner",
5926
- "from"
4124
+ "margin-box"
5927
4125
  ],
5928
4126
  tableLayout: ["auto", "fixed"],
5929
4127
  textAlign: [
@@ -6562,13 +4760,7 @@ const keywordValues = {
6562
4760
  "ease-out",
6563
4761
  "ease-in-out",
6564
4762
  "step-start",
6565
- "step-end",
6566
- "jump-start",
6567
- "jump-end",
6568
- "jump-none",
6569
- "jump-both",
6570
- "start",
6571
- "end"
4763
+ "step-end"
6572
4764
  ],
6573
4765
  translate: ["none"],
6574
4766
  unicodeBidi: [