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