@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
|
@@ -282,14 +282,9 @@ const keywordValues = {
|
|
|
282
282
|
"ease-out",
|
|
283
283
|
"ease-in-out",
|
|
284
284
|
"step-start",
|
|
285
|
-
"step-end"
|
|
286
|
-
"jump-start",
|
|
287
|
-
"jump-end",
|
|
288
|
-
"jump-none",
|
|
289
|
-
"jump-both",
|
|
290
|
-
"start",
|
|
291
|
-
"end"
|
|
285
|
+
"step-end"
|
|
292
286
|
],
|
|
287
|
+
animationTimeline: ["auto", "none"],
|
|
293
288
|
appearance: [
|
|
294
289
|
"none",
|
|
295
290
|
"auto",
|
|
@@ -309,8 +304,29 @@ const keywordValues = {
|
|
|
309
304
|
"button"
|
|
310
305
|
],
|
|
311
306
|
aspectRatio: ["auto"],
|
|
312
|
-
backdropFilter: [
|
|
313
|
-
|
|
307
|
+
backdropFilter: ["none"],
|
|
308
|
+
backfaceVisibility: ["visible", "hidden"],
|
|
309
|
+
backgroundAttachment: ["scroll", "fixed", "local"],
|
|
310
|
+
backgroundBlendMode: [
|
|
311
|
+
"normal",
|
|
312
|
+
"multiply",
|
|
313
|
+
"screen",
|
|
314
|
+
"overlay",
|
|
315
|
+
"darken",
|
|
316
|
+
"lighten",
|
|
317
|
+
"color-dodge",
|
|
318
|
+
"color-burn",
|
|
319
|
+
"hard-light",
|
|
320
|
+
"soft-light",
|
|
321
|
+
"difference",
|
|
322
|
+
"exclusion",
|
|
323
|
+
"hue",
|
|
324
|
+
"saturation",
|
|
325
|
+
"color",
|
|
326
|
+
"luminosity"
|
|
327
|
+
],
|
|
328
|
+
backgroundClip: ["border-box", "padding-box", "content-box"],
|
|
329
|
+
backgroundColor: [
|
|
314
330
|
"transparent",
|
|
315
331
|
"aliceblue",
|
|
316
332
|
"antiquewhite",
|
|
@@ -490,28 +506,22 @@ const keywordValues = {
|
|
|
490
506
|
"WindowFrame",
|
|
491
507
|
"WindowText"
|
|
492
508
|
],
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
"
|
|
499
|
-
"
|
|
500
|
-
"
|
|
501
|
-
"
|
|
502
|
-
"
|
|
503
|
-
"
|
|
504
|
-
"hard-light",
|
|
505
|
-
"soft-light",
|
|
506
|
-
"difference",
|
|
507
|
-
"exclusion",
|
|
508
|
-
"hue",
|
|
509
|
-
"saturation",
|
|
510
|
-
"color",
|
|
511
|
-
"luminosity"
|
|
509
|
+
backgroundImage: ["none"],
|
|
510
|
+
backgroundOrigin: ["border-box", "padding-box", "content-box"],
|
|
511
|
+
backgroundPositionX: ["center", "left", "right", "x-start", "x-end"],
|
|
512
|
+
backgroundPositionY: ["center", "top", "bottom", "y-start", "y-end"],
|
|
513
|
+
backgroundRepeat: [
|
|
514
|
+
"repeat-x",
|
|
515
|
+
"repeat-y",
|
|
516
|
+
"repeat",
|
|
517
|
+
"space",
|
|
518
|
+
"round",
|
|
519
|
+
"no-repeat"
|
|
512
520
|
],
|
|
513
|
-
|
|
514
|
-
|
|
521
|
+
backgroundSize: ["auto", "cover", "contain"],
|
|
522
|
+
blockOverflow: ["clip", "ellipsis"],
|
|
523
|
+
blockSize: ["auto", "min-content", "max-content", "fit-content"],
|
|
524
|
+
borderBlockColor: [
|
|
515
525
|
"transparent",
|
|
516
526
|
"aliceblue",
|
|
517
527
|
"antiquewhite",
|
|
@@ -691,10 +701,20 @@ const keywordValues = {
|
|
|
691
701
|
"WindowFrame",
|
|
692
702
|
"WindowText"
|
|
693
703
|
],
|
|
694
|
-
|
|
704
|
+
borderBlockStyle: [
|
|
695
705
|
"none",
|
|
696
|
-
"
|
|
697
|
-
"
|
|
706
|
+
"hidden",
|
|
707
|
+
"dotted",
|
|
708
|
+
"dashed",
|
|
709
|
+
"solid",
|
|
710
|
+
"double",
|
|
711
|
+
"groove",
|
|
712
|
+
"ridge",
|
|
713
|
+
"inset",
|
|
714
|
+
"outset"
|
|
715
|
+
],
|
|
716
|
+
borderBlockWidth: ["thin", "medium", "thick"],
|
|
717
|
+
borderBlockEndColor: [
|
|
698
718
|
"transparent",
|
|
699
719
|
"aliceblue",
|
|
700
720
|
"antiquewhite",
|
|
@@ -872,37 +892,22 @@ const keywordValues = {
|
|
|
872
892
|
"ThreeDShadow",
|
|
873
893
|
"Window",
|
|
874
894
|
"WindowFrame",
|
|
875
|
-
"WindowText"
|
|
876
|
-
"to",
|
|
877
|
-
"left",
|
|
878
|
-
"right",
|
|
879
|
-
"top",
|
|
880
|
-
"bottom",
|
|
881
|
-
"circle",
|
|
882
|
-
"ellipse",
|
|
883
|
-
"closest-side",
|
|
884
|
-
"farthest-side",
|
|
885
|
-
"closest-corner",
|
|
886
|
-
"farthest-corner",
|
|
887
|
-
"at",
|
|
888
|
-
"center",
|
|
889
|
-
"from"
|
|
895
|
+
"WindowText"
|
|
890
896
|
],
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
"
|
|
896
|
-
"
|
|
897
|
-
"
|
|
898
|
-
"
|
|
899
|
-
"
|
|
900
|
-
"
|
|
897
|
+
borderBlockEndStyle: [
|
|
898
|
+
"none",
|
|
899
|
+
"hidden",
|
|
900
|
+
"dotted",
|
|
901
|
+
"dashed",
|
|
902
|
+
"solid",
|
|
903
|
+
"double",
|
|
904
|
+
"groove",
|
|
905
|
+
"ridge",
|
|
906
|
+
"inset",
|
|
907
|
+
"outset"
|
|
901
908
|
],
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
blockSize: ["auto", "min-content", "max-content", "fit-content"],
|
|
905
|
-
borderBlockColor: [
|
|
909
|
+
borderBlockEndWidth: ["thin", "medium", "thick"],
|
|
910
|
+
borderBlockStartColor: [
|
|
906
911
|
"transparent",
|
|
907
912
|
"aliceblue",
|
|
908
913
|
"antiquewhite",
|
|
@@ -1082,7 +1087,7 @@ const keywordValues = {
|
|
|
1082
1087
|
"WindowFrame",
|
|
1083
1088
|
"WindowText"
|
|
1084
1089
|
],
|
|
1085
|
-
|
|
1090
|
+
borderBlockStartStyle: [
|
|
1086
1091
|
"none",
|
|
1087
1092
|
"hidden",
|
|
1088
1093
|
"dotted",
|
|
@@ -1094,8 +1099,8 @@ const keywordValues = {
|
|
|
1094
1099
|
"inset",
|
|
1095
1100
|
"outset"
|
|
1096
1101
|
],
|
|
1097
|
-
|
|
1098
|
-
|
|
1102
|
+
borderBlockStartWidth: ["thin", "medium", "thick"],
|
|
1103
|
+
borderBottomColor: [
|
|
1099
1104
|
"transparent",
|
|
1100
1105
|
"aliceblue",
|
|
1101
1106
|
"antiquewhite",
|
|
@@ -1275,7 +1280,7 @@ const keywordValues = {
|
|
|
1275
1280
|
"WindowFrame",
|
|
1276
1281
|
"WindowText"
|
|
1277
1282
|
],
|
|
1278
|
-
|
|
1283
|
+
borderBottomStyle: [
|
|
1279
1284
|
"none",
|
|
1280
1285
|
"hidden",
|
|
1281
1286
|
"dotted",
|
|
@@ -1287,8 +1292,13 @@ const keywordValues = {
|
|
|
1287
1292
|
"inset",
|
|
1288
1293
|
"outset"
|
|
1289
1294
|
],
|
|
1290
|
-
|
|
1291
|
-
|
|
1295
|
+
borderBottomWidth: ["thin", "medium", "thick"],
|
|
1296
|
+
borderCollapse: ["collapse", "separate"],
|
|
1297
|
+
borderImageRepeat: ["stretch", "repeat", "round", "space"],
|
|
1298
|
+
borderImageSlice: ["fill"],
|
|
1299
|
+
borderImageSource: ["none"],
|
|
1300
|
+
borderImageWidth: ["auto"],
|
|
1301
|
+
borderInlineColor: [
|
|
1292
1302
|
"transparent",
|
|
1293
1303
|
"aliceblue",
|
|
1294
1304
|
"antiquewhite",
|
|
@@ -1468,7 +1478,7 @@ const keywordValues = {
|
|
|
1468
1478
|
"WindowFrame",
|
|
1469
1479
|
"WindowText"
|
|
1470
1480
|
],
|
|
1471
|
-
|
|
1481
|
+
borderInlineStyle: [
|
|
1472
1482
|
"none",
|
|
1473
1483
|
"hidden",
|
|
1474
1484
|
"dotted",
|
|
@@ -1480,8 +1490,8 @@ const keywordValues = {
|
|
|
1480
1490
|
"inset",
|
|
1481
1491
|
"outset"
|
|
1482
1492
|
],
|
|
1483
|
-
|
|
1484
|
-
|
|
1493
|
+
borderInlineWidth: ["thin", "medium", "thick"],
|
|
1494
|
+
borderInlineEndColor: [
|
|
1485
1495
|
"transparent",
|
|
1486
1496
|
"aliceblue",
|
|
1487
1497
|
"antiquewhite",
|
|
@@ -1661,7 +1671,7 @@ const keywordValues = {
|
|
|
1661
1671
|
"WindowFrame",
|
|
1662
1672
|
"WindowText"
|
|
1663
1673
|
],
|
|
1664
|
-
|
|
1674
|
+
borderInlineEndStyle: [
|
|
1665
1675
|
"none",
|
|
1666
1676
|
"hidden",
|
|
1667
1677
|
"dotted",
|
|
@@ -1673,14 +1683,8 @@ const keywordValues = {
|
|
|
1673
1683
|
"inset",
|
|
1674
1684
|
"outset"
|
|
1675
1685
|
],
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
borderImageRepeat: ["stretch", "repeat", "round", "space"],
|
|
1679
|
-
borderImageSlice: ["fill"],
|
|
1680
|
-
borderImageSource: [
|
|
1681
|
-
"none",
|
|
1682
|
-
"ltr",
|
|
1683
|
-
"rtl",
|
|
1686
|
+
borderInlineEndWidth: ["thin", "medium", "thick"],
|
|
1687
|
+
borderInlineStartColor: [
|
|
1684
1688
|
"transparent",
|
|
1685
1689
|
"aliceblue",
|
|
1686
1690
|
"antiquewhite",
|
|
@@ -1858,24 +1862,22 @@ const keywordValues = {
|
|
|
1858
1862
|
"ThreeDShadow",
|
|
1859
1863
|
"Window",
|
|
1860
1864
|
"WindowFrame",
|
|
1861
|
-
"WindowText"
|
|
1862
|
-
"to",
|
|
1863
|
-
"left",
|
|
1864
|
-
"right",
|
|
1865
|
-
"top",
|
|
1866
|
-
"bottom",
|
|
1867
|
-
"circle",
|
|
1868
|
-
"ellipse",
|
|
1869
|
-
"closest-side",
|
|
1870
|
-
"farthest-side",
|
|
1871
|
-
"closest-corner",
|
|
1872
|
-
"farthest-corner",
|
|
1873
|
-
"at",
|
|
1874
|
-
"center",
|
|
1875
|
-
"from"
|
|
1865
|
+
"WindowText"
|
|
1876
1866
|
],
|
|
1877
|
-
|
|
1878
|
-
|
|
1867
|
+
borderInlineStartStyle: [
|
|
1868
|
+
"none",
|
|
1869
|
+
"hidden",
|
|
1870
|
+
"dotted",
|
|
1871
|
+
"dashed",
|
|
1872
|
+
"solid",
|
|
1873
|
+
"double",
|
|
1874
|
+
"groove",
|
|
1875
|
+
"ridge",
|
|
1876
|
+
"inset",
|
|
1877
|
+
"outset"
|
|
1878
|
+
],
|
|
1879
|
+
borderInlineStartWidth: ["thin", "medium", "thick"],
|
|
1880
|
+
borderLeftColor: [
|
|
1879
1881
|
"transparent",
|
|
1880
1882
|
"aliceblue",
|
|
1881
1883
|
"antiquewhite",
|
|
@@ -2055,7 +2057,7 @@ const keywordValues = {
|
|
|
2055
2057
|
"WindowFrame",
|
|
2056
2058
|
"WindowText"
|
|
2057
2059
|
],
|
|
2058
|
-
|
|
2060
|
+
borderLeftStyle: [
|
|
2059
2061
|
"none",
|
|
2060
2062
|
"hidden",
|
|
2061
2063
|
"dotted",
|
|
@@ -2067,8 +2069,8 @@ const keywordValues = {
|
|
|
2067
2069
|
"inset",
|
|
2068
2070
|
"outset"
|
|
2069
2071
|
],
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
+
borderLeftWidth: ["thin", "medium", "thick"],
|
|
2073
|
+
borderRightColor: [
|
|
2072
2074
|
"transparent",
|
|
2073
2075
|
"aliceblue",
|
|
2074
2076
|
"antiquewhite",
|
|
@@ -2248,7 +2250,7 @@ const keywordValues = {
|
|
|
2248
2250
|
"WindowFrame",
|
|
2249
2251
|
"WindowText"
|
|
2250
2252
|
],
|
|
2251
|
-
|
|
2253
|
+
borderRightStyle: [
|
|
2252
2254
|
"none",
|
|
2253
2255
|
"hidden",
|
|
2254
2256
|
"dotted",
|
|
@@ -2260,8 +2262,8 @@ const keywordValues = {
|
|
|
2260
2262
|
"inset",
|
|
2261
2263
|
"outset"
|
|
2262
2264
|
],
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
+
borderRightWidth: ["thin", "medium", "thick"],
|
|
2266
|
+
borderTopColor: [
|
|
2265
2267
|
"transparent",
|
|
2266
2268
|
"aliceblue",
|
|
2267
2269
|
"antiquewhite",
|
|
@@ -2441,7 +2443,7 @@ const keywordValues = {
|
|
|
2441
2443
|
"WindowFrame",
|
|
2442
2444
|
"WindowText"
|
|
2443
2445
|
],
|
|
2444
|
-
|
|
2446
|
+
borderTopStyle: [
|
|
2445
2447
|
"none",
|
|
2446
2448
|
"hidden",
|
|
2447
2449
|
"dotted",
|
|
@@ -2453,8 +2455,12 @@ const keywordValues = {
|
|
|
2453
2455
|
"inset",
|
|
2454
2456
|
"outset"
|
|
2455
2457
|
],
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
+
borderTopWidth: ["thin", "medium", "thick"],
|
|
2459
|
+
bottom: ["auto"],
|
|
2460
|
+
boxDecorationBreak: ["slice", "clone"],
|
|
2461
|
+
boxShadow: [
|
|
2462
|
+
"none",
|
|
2463
|
+
"inset",
|
|
2458
2464
|
"transparent",
|
|
2459
2465
|
"aliceblue",
|
|
2460
2466
|
"antiquewhite",
|
|
@@ -2634,20 +2640,50 @@ const keywordValues = {
|
|
|
2634
2640
|
"WindowFrame",
|
|
2635
2641
|
"WindowText"
|
|
2636
2642
|
],
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
"
|
|
2640
|
-
"
|
|
2641
|
-
"
|
|
2642
|
-
"
|
|
2643
|
-
"
|
|
2644
|
-
"
|
|
2645
|
-
"
|
|
2646
|
-
"
|
|
2647
|
-
"
|
|
2643
|
+
boxSizing: ["content-box", "border-box"],
|
|
2644
|
+
breakAfter: [
|
|
2645
|
+
"auto",
|
|
2646
|
+
"avoid",
|
|
2647
|
+
"always",
|
|
2648
|
+
"all",
|
|
2649
|
+
"avoid-page",
|
|
2650
|
+
"page",
|
|
2651
|
+
"left",
|
|
2652
|
+
"right",
|
|
2653
|
+
"recto",
|
|
2654
|
+
"verso",
|
|
2655
|
+
"avoid-column",
|
|
2656
|
+
"column",
|
|
2657
|
+
"avoid-region",
|
|
2658
|
+
"region"
|
|
2648
2659
|
],
|
|
2649
|
-
|
|
2650
|
-
|
|
2660
|
+
breakBefore: [
|
|
2661
|
+
"auto",
|
|
2662
|
+
"avoid",
|
|
2663
|
+
"always",
|
|
2664
|
+
"all",
|
|
2665
|
+
"avoid-page",
|
|
2666
|
+
"page",
|
|
2667
|
+
"left",
|
|
2668
|
+
"right",
|
|
2669
|
+
"recto",
|
|
2670
|
+
"verso",
|
|
2671
|
+
"avoid-column",
|
|
2672
|
+
"column",
|
|
2673
|
+
"avoid-region",
|
|
2674
|
+
"region"
|
|
2675
|
+
],
|
|
2676
|
+
breakInside: ["auto", "avoid", "avoid-page", "avoid-column", "avoid-region"],
|
|
2677
|
+
captionSide: [
|
|
2678
|
+
"top",
|
|
2679
|
+
"bottom",
|
|
2680
|
+
"block-start",
|
|
2681
|
+
"block-end",
|
|
2682
|
+
"inline-start",
|
|
2683
|
+
"inline-end"
|
|
2684
|
+
],
|
|
2685
|
+
caretColor: [
|
|
2686
|
+
"auto",
|
|
2651
2687
|
"transparent",
|
|
2652
2688
|
"aliceblue",
|
|
2653
2689
|
"antiquewhite",
|
|
@@ -2827,22 +2863,22 @@ const keywordValues = {
|
|
|
2827
2863
|
"WindowFrame",
|
|
2828
2864
|
"WindowText"
|
|
2829
2865
|
],
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
"
|
|
2835
|
-
"
|
|
2836
|
-
"
|
|
2837
|
-
"
|
|
2838
|
-
"
|
|
2839
|
-
"
|
|
2840
|
-
"
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
"transparent",
|
|
2845
|
-
"aliceblue",
|
|
2866
|
+
caretShape: ["auto", "bar", "block", "underscore"],
|
|
2867
|
+
clear: ["none", "left", "right", "both", "inline-start", "inline-end"],
|
|
2868
|
+
clip: ["auto"],
|
|
2869
|
+
clipPath: [
|
|
2870
|
+
"border-box",
|
|
2871
|
+
"padding-box",
|
|
2872
|
+
"content-box",
|
|
2873
|
+
"margin-box",
|
|
2874
|
+
"fill-box",
|
|
2875
|
+
"stroke-box",
|
|
2876
|
+
"view-box",
|
|
2877
|
+
"none"
|
|
2878
|
+
],
|
|
2879
|
+
color: [
|
|
2880
|
+
"transparent",
|
|
2881
|
+
"aliceblue",
|
|
2846
2882
|
"antiquewhite",
|
|
2847
2883
|
"aqua",
|
|
2848
2884
|
"aquamarine",
|
|
@@ -3020,24 +3056,12 @@ const keywordValues = {
|
|
|
3020
3056
|
"WindowFrame",
|
|
3021
3057
|
"WindowText"
|
|
3022
3058
|
],
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
"double",
|
|
3030
|
-
"groove",
|
|
3031
|
-
"ridge",
|
|
3032
|
-
"inset",
|
|
3033
|
-
"outset"
|
|
3034
|
-
],
|
|
3035
|
-
borderTopWidth: ["thin", "medium", "thick"],
|
|
3036
|
-
bottom: ["auto"],
|
|
3037
|
-
boxDecorationBreak: ["slice", "clone"],
|
|
3038
|
-
boxShadow: [
|
|
3039
|
-
"none",
|
|
3040
|
-
"inset",
|
|
3059
|
+
printColorAdjust: ["economy", "exact"],
|
|
3060
|
+
colorScheme: ["normal", "light", "dark", "only"],
|
|
3061
|
+
columnCount: ["auto"],
|
|
3062
|
+
columnFill: ["auto", "balance", "balance-all"],
|
|
3063
|
+
columnGap: ["normal"],
|
|
3064
|
+
columnRuleColor: [
|
|
3041
3065
|
"transparent",
|
|
3042
3066
|
"aliceblue",
|
|
3043
3067
|
"antiquewhite",
|
|
@@ -3217,848 +3241,49 @@ const keywordValues = {
|
|
|
3217
3241
|
"WindowFrame",
|
|
3218
3242
|
"WindowText"
|
|
3219
3243
|
],
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
"
|
|
3223
|
-
"
|
|
3224
|
-
"
|
|
3225
|
-
"
|
|
3226
|
-
"
|
|
3227
|
-
"
|
|
3228
|
-
"
|
|
3229
|
-
"
|
|
3230
|
-
"
|
|
3231
|
-
"verso",
|
|
3232
|
-
"avoid-column",
|
|
3233
|
-
"column",
|
|
3234
|
-
"avoid-region",
|
|
3235
|
-
"region"
|
|
3244
|
+
columnRuleStyle: [
|
|
3245
|
+
"none",
|
|
3246
|
+
"hidden",
|
|
3247
|
+
"dotted",
|
|
3248
|
+
"dashed",
|
|
3249
|
+
"solid",
|
|
3250
|
+
"double",
|
|
3251
|
+
"groove",
|
|
3252
|
+
"ridge",
|
|
3253
|
+
"inset",
|
|
3254
|
+
"outset"
|
|
3236
3255
|
],
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
"
|
|
3242
|
-
"
|
|
3243
|
-
"
|
|
3244
|
-
"
|
|
3245
|
-
"
|
|
3246
|
-
"
|
|
3247
|
-
"
|
|
3248
|
-
"
|
|
3249
|
-
"column",
|
|
3250
|
-
"avoid-region",
|
|
3251
|
-
"region"
|
|
3256
|
+
columnRuleWidth: ["thin", "medium", "thick"],
|
|
3257
|
+
columnSpan: ["none", "all"],
|
|
3258
|
+
columnWidth: ["auto"],
|
|
3259
|
+
contain: [
|
|
3260
|
+
"none",
|
|
3261
|
+
"strict",
|
|
3262
|
+
"content",
|
|
3263
|
+
"size",
|
|
3264
|
+
"inline-size",
|
|
3265
|
+
"layout",
|
|
3266
|
+
"style",
|
|
3267
|
+
"paint"
|
|
3252
3268
|
],
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
"
|
|
3259
|
-
"
|
|
3260
|
-
"
|
|
3269
|
+
containIntrinsicBlockSize: ["none", "auto"],
|
|
3270
|
+
containIntrinsicHeight: ["none", "auto"],
|
|
3271
|
+
containIntrinsicInlineSize: ["none", "auto"],
|
|
3272
|
+
containIntrinsicWidth: ["none", "auto"],
|
|
3273
|
+
content: [
|
|
3274
|
+
"normal",
|
|
3275
|
+
"none",
|
|
3276
|
+
"contents",
|
|
3277
|
+
"open-quote",
|
|
3278
|
+
"close-quote",
|
|
3279
|
+
"no-open-quote",
|
|
3280
|
+
"no-close-quote"
|
|
3261
3281
|
],
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
"aqua",
|
|
3268
|
-
"aquamarine",
|
|
3269
|
-
"azure",
|
|
3270
|
-
"beige",
|
|
3271
|
-
"bisque",
|
|
3272
|
-
"black",
|
|
3273
|
-
"blanchedalmond",
|
|
3274
|
-
"blue",
|
|
3275
|
-
"blueviolet",
|
|
3276
|
-
"brown",
|
|
3277
|
-
"burlywood",
|
|
3278
|
-
"cadetblue",
|
|
3279
|
-
"chartreuse",
|
|
3280
|
-
"chocolate",
|
|
3281
|
-
"coral",
|
|
3282
|
-
"cornflowerblue",
|
|
3283
|
-
"cornsilk",
|
|
3284
|
-
"crimson",
|
|
3285
|
-
"cyan",
|
|
3286
|
-
"darkblue",
|
|
3287
|
-
"darkcyan",
|
|
3288
|
-
"darkgoldenrod",
|
|
3289
|
-
"darkgray",
|
|
3290
|
-
"darkgreen",
|
|
3291
|
-
"darkgrey",
|
|
3292
|
-
"darkkhaki",
|
|
3293
|
-
"darkmagenta",
|
|
3294
|
-
"darkolivegreen",
|
|
3295
|
-
"darkorange",
|
|
3296
|
-
"darkorchid",
|
|
3297
|
-
"darkred",
|
|
3298
|
-
"darksalmon",
|
|
3299
|
-
"darkseagreen",
|
|
3300
|
-
"darkslateblue",
|
|
3301
|
-
"darkslategray",
|
|
3302
|
-
"darkslategrey",
|
|
3303
|
-
"darkturquoise",
|
|
3304
|
-
"darkviolet",
|
|
3305
|
-
"deeppink",
|
|
3306
|
-
"deepskyblue",
|
|
3307
|
-
"dimgray",
|
|
3308
|
-
"dimgrey",
|
|
3309
|
-
"dodgerblue",
|
|
3310
|
-
"firebrick",
|
|
3311
|
-
"floralwhite",
|
|
3312
|
-
"forestgreen",
|
|
3313
|
-
"fuchsia",
|
|
3314
|
-
"gainsboro",
|
|
3315
|
-
"ghostwhite",
|
|
3316
|
-
"gold",
|
|
3317
|
-
"goldenrod",
|
|
3318
|
-
"gray",
|
|
3319
|
-
"green",
|
|
3320
|
-
"greenyellow",
|
|
3321
|
-
"grey",
|
|
3322
|
-
"honeydew",
|
|
3323
|
-
"hotpink",
|
|
3324
|
-
"indianred",
|
|
3325
|
-
"indigo",
|
|
3326
|
-
"ivory",
|
|
3327
|
-
"khaki",
|
|
3328
|
-
"lavender",
|
|
3329
|
-
"lavenderblush",
|
|
3330
|
-
"lawngreen",
|
|
3331
|
-
"lemonchiffon",
|
|
3332
|
-
"lightblue",
|
|
3333
|
-
"lightcoral",
|
|
3334
|
-
"lightcyan",
|
|
3335
|
-
"lightgoldenrodyellow",
|
|
3336
|
-
"lightgray",
|
|
3337
|
-
"lightgreen",
|
|
3338
|
-
"lightgrey",
|
|
3339
|
-
"lightpink",
|
|
3340
|
-
"lightsalmon",
|
|
3341
|
-
"lightseagreen",
|
|
3342
|
-
"lightskyblue",
|
|
3343
|
-
"lightslategray",
|
|
3344
|
-
"lightslategrey",
|
|
3345
|
-
"lightsteelblue",
|
|
3346
|
-
"lightyellow",
|
|
3347
|
-
"lime",
|
|
3348
|
-
"limegreen",
|
|
3349
|
-
"linen",
|
|
3350
|
-
"magenta",
|
|
3351
|
-
"maroon",
|
|
3352
|
-
"mediumaquamarine",
|
|
3353
|
-
"mediumblue",
|
|
3354
|
-
"mediumorchid",
|
|
3355
|
-
"mediumpurple",
|
|
3356
|
-
"mediumseagreen",
|
|
3357
|
-
"mediumslateblue",
|
|
3358
|
-
"mediumspringgreen",
|
|
3359
|
-
"mediumturquoise",
|
|
3360
|
-
"mediumvioletred",
|
|
3361
|
-
"midnightblue",
|
|
3362
|
-
"mintcream",
|
|
3363
|
-
"mistyrose",
|
|
3364
|
-
"moccasin",
|
|
3365
|
-
"navajowhite",
|
|
3366
|
-
"navy",
|
|
3367
|
-
"oldlace",
|
|
3368
|
-
"olive",
|
|
3369
|
-
"olivedrab",
|
|
3370
|
-
"orange",
|
|
3371
|
-
"orangered",
|
|
3372
|
-
"orchid",
|
|
3373
|
-
"palegoldenrod",
|
|
3374
|
-
"palegreen",
|
|
3375
|
-
"paleturquoise",
|
|
3376
|
-
"palevioletred",
|
|
3377
|
-
"papayawhip",
|
|
3378
|
-
"peachpuff",
|
|
3379
|
-
"peru",
|
|
3380
|
-
"pink",
|
|
3381
|
-
"plum",
|
|
3382
|
-
"powderblue",
|
|
3383
|
-
"purple",
|
|
3384
|
-
"rebeccapurple",
|
|
3385
|
-
"red",
|
|
3386
|
-
"rosybrown",
|
|
3387
|
-
"royalblue",
|
|
3388
|
-
"saddlebrown",
|
|
3389
|
-
"salmon",
|
|
3390
|
-
"sandybrown",
|
|
3391
|
-
"seagreen",
|
|
3392
|
-
"seashell",
|
|
3393
|
-
"sienna",
|
|
3394
|
-
"silver",
|
|
3395
|
-
"skyblue",
|
|
3396
|
-
"slateblue",
|
|
3397
|
-
"slategray",
|
|
3398
|
-
"slategrey",
|
|
3399
|
-
"snow",
|
|
3400
|
-
"springgreen",
|
|
3401
|
-
"steelblue",
|
|
3402
|
-
"tan",
|
|
3403
|
-
"teal",
|
|
3404
|
-
"thistle",
|
|
3405
|
-
"tomato",
|
|
3406
|
-
"turquoise",
|
|
3407
|
-
"violet",
|
|
3408
|
-
"wheat",
|
|
3409
|
-
"white",
|
|
3410
|
-
"whitesmoke",
|
|
3411
|
-
"yellow",
|
|
3412
|
-
"yellowgreen",
|
|
3413
|
-
"currentcolor",
|
|
3414
|
-
"ActiveBorder",
|
|
3415
|
-
"ActiveCaption",
|
|
3416
|
-
"AppWorkspace",
|
|
3417
|
-
"Background",
|
|
3418
|
-
"ButtonFace",
|
|
3419
|
-
"ButtonHighlight",
|
|
3420
|
-
"ButtonShadow",
|
|
3421
|
-
"ButtonText",
|
|
3422
|
-
"CaptionText",
|
|
3423
|
-
"GrayText",
|
|
3424
|
-
"Highlight",
|
|
3425
|
-
"HighlightText",
|
|
3426
|
-
"InactiveBorder",
|
|
3427
|
-
"InactiveCaption",
|
|
3428
|
-
"InactiveCaptionText",
|
|
3429
|
-
"InfoBackground",
|
|
3430
|
-
"InfoText",
|
|
3431
|
-
"Menu",
|
|
3432
|
-
"MenuText",
|
|
3433
|
-
"Scrollbar",
|
|
3434
|
-
"ThreeDDarkShadow",
|
|
3435
|
-
"ThreeDFace",
|
|
3436
|
-
"ThreeDHighlight",
|
|
3437
|
-
"ThreeDLightShadow",
|
|
3438
|
-
"ThreeDShadow",
|
|
3439
|
-
"Window",
|
|
3440
|
-
"WindowFrame",
|
|
3441
|
-
"WindowText"
|
|
3442
|
-
],
|
|
3443
|
-
clear: ["none", "left", "right", "both", "inline-start", "inline-end"],
|
|
3444
|
-
clip: ["auto"],
|
|
3445
|
-
clipPath: [
|
|
3446
|
-
"round",
|
|
3447
|
-
"closest-side",
|
|
3448
|
-
"farthest-side",
|
|
3449
|
-
"at",
|
|
3450
|
-
"left",
|
|
3451
|
-
"center",
|
|
3452
|
-
"right",
|
|
3453
|
-
"top",
|
|
3454
|
-
"bottom",
|
|
3455
|
-
"nonzero",
|
|
3456
|
-
"evenodd",
|
|
3457
|
-
"border-box",
|
|
3458
|
-
"padding-box",
|
|
3459
|
-
"content-box",
|
|
3460
|
-
"margin-box",
|
|
3461
|
-
"fill-box",
|
|
3462
|
-
"stroke-box",
|
|
3463
|
-
"view-box",
|
|
3464
|
-
"none"
|
|
3465
|
-
],
|
|
3466
|
-
color: [
|
|
3467
|
-
"transparent",
|
|
3468
|
-
"aliceblue",
|
|
3469
|
-
"antiquewhite",
|
|
3470
|
-
"aqua",
|
|
3471
|
-
"aquamarine",
|
|
3472
|
-
"azure",
|
|
3473
|
-
"beige",
|
|
3474
|
-
"bisque",
|
|
3475
|
-
"black",
|
|
3476
|
-
"blanchedalmond",
|
|
3477
|
-
"blue",
|
|
3478
|
-
"blueviolet",
|
|
3479
|
-
"brown",
|
|
3480
|
-
"burlywood",
|
|
3481
|
-
"cadetblue",
|
|
3482
|
-
"chartreuse",
|
|
3483
|
-
"chocolate",
|
|
3484
|
-
"coral",
|
|
3485
|
-
"cornflowerblue",
|
|
3486
|
-
"cornsilk",
|
|
3487
|
-
"crimson",
|
|
3488
|
-
"cyan",
|
|
3489
|
-
"darkblue",
|
|
3490
|
-
"darkcyan",
|
|
3491
|
-
"darkgoldenrod",
|
|
3492
|
-
"darkgray",
|
|
3493
|
-
"darkgreen",
|
|
3494
|
-
"darkgrey",
|
|
3495
|
-
"darkkhaki",
|
|
3496
|
-
"darkmagenta",
|
|
3497
|
-
"darkolivegreen",
|
|
3498
|
-
"darkorange",
|
|
3499
|
-
"darkorchid",
|
|
3500
|
-
"darkred",
|
|
3501
|
-
"darksalmon",
|
|
3502
|
-
"darkseagreen",
|
|
3503
|
-
"darkslateblue",
|
|
3504
|
-
"darkslategray",
|
|
3505
|
-
"darkslategrey",
|
|
3506
|
-
"darkturquoise",
|
|
3507
|
-
"darkviolet",
|
|
3508
|
-
"deeppink",
|
|
3509
|
-
"deepskyblue",
|
|
3510
|
-
"dimgray",
|
|
3511
|
-
"dimgrey",
|
|
3512
|
-
"dodgerblue",
|
|
3513
|
-
"firebrick",
|
|
3514
|
-
"floralwhite",
|
|
3515
|
-
"forestgreen",
|
|
3516
|
-
"fuchsia",
|
|
3517
|
-
"gainsboro",
|
|
3518
|
-
"ghostwhite",
|
|
3519
|
-
"gold",
|
|
3520
|
-
"goldenrod",
|
|
3521
|
-
"gray",
|
|
3522
|
-
"green",
|
|
3523
|
-
"greenyellow",
|
|
3524
|
-
"grey",
|
|
3525
|
-
"honeydew",
|
|
3526
|
-
"hotpink",
|
|
3527
|
-
"indianred",
|
|
3528
|
-
"indigo",
|
|
3529
|
-
"ivory",
|
|
3530
|
-
"khaki",
|
|
3531
|
-
"lavender",
|
|
3532
|
-
"lavenderblush",
|
|
3533
|
-
"lawngreen",
|
|
3534
|
-
"lemonchiffon",
|
|
3535
|
-
"lightblue",
|
|
3536
|
-
"lightcoral",
|
|
3537
|
-
"lightcyan",
|
|
3538
|
-
"lightgoldenrodyellow",
|
|
3539
|
-
"lightgray",
|
|
3540
|
-
"lightgreen",
|
|
3541
|
-
"lightgrey",
|
|
3542
|
-
"lightpink",
|
|
3543
|
-
"lightsalmon",
|
|
3544
|
-
"lightseagreen",
|
|
3545
|
-
"lightskyblue",
|
|
3546
|
-
"lightslategray",
|
|
3547
|
-
"lightslategrey",
|
|
3548
|
-
"lightsteelblue",
|
|
3549
|
-
"lightyellow",
|
|
3550
|
-
"lime",
|
|
3551
|
-
"limegreen",
|
|
3552
|
-
"linen",
|
|
3553
|
-
"magenta",
|
|
3554
|
-
"maroon",
|
|
3555
|
-
"mediumaquamarine",
|
|
3556
|
-
"mediumblue",
|
|
3557
|
-
"mediumorchid",
|
|
3558
|
-
"mediumpurple",
|
|
3559
|
-
"mediumseagreen",
|
|
3560
|
-
"mediumslateblue",
|
|
3561
|
-
"mediumspringgreen",
|
|
3562
|
-
"mediumturquoise",
|
|
3563
|
-
"mediumvioletred",
|
|
3564
|
-
"midnightblue",
|
|
3565
|
-
"mintcream",
|
|
3566
|
-
"mistyrose",
|
|
3567
|
-
"moccasin",
|
|
3568
|
-
"navajowhite",
|
|
3569
|
-
"navy",
|
|
3570
|
-
"oldlace",
|
|
3571
|
-
"olive",
|
|
3572
|
-
"olivedrab",
|
|
3573
|
-
"orange",
|
|
3574
|
-
"orangered",
|
|
3575
|
-
"orchid",
|
|
3576
|
-
"palegoldenrod",
|
|
3577
|
-
"palegreen",
|
|
3578
|
-
"paleturquoise",
|
|
3579
|
-
"palevioletred",
|
|
3580
|
-
"papayawhip",
|
|
3581
|
-
"peachpuff",
|
|
3582
|
-
"peru",
|
|
3583
|
-
"pink",
|
|
3584
|
-
"plum",
|
|
3585
|
-
"powderblue",
|
|
3586
|
-
"purple",
|
|
3587
|
-
"rebeccapurple",
|
|
3588
|
-
"red",
|
|
3589
|
-
"rosybrown",
|
|
3590
|
-
"royalblue",
|
|
3591
|
-
"saddlebrown",
|
|
3592
|
-
"salmon",
|
|
3593
|
-
"sandybrown",
|
|
3594
|
-
"seagreen",
|
|
3595
|
-
"seashell",
|
|
3596
|
-
"sienna",
|
|
3597
|
-
"silver",
|
|
3598
|
-
"skyblue",
|
|
3599
|
-
"slateblue",
|
|
3600
|
-
"slategray",
|
|
3601
|
-
"slategrey",
|
|
3602
|
-
"snow",
|
|
3603
|
-
"springgreen",
|
|
3604
|
-
"steelblue",
|
|
3605
|
-
"tan",
|
|
3606
|
-
"teal",
|
|
3607
|
-
"thistle",
|
|
3608
|
-
"tomato",
|
|
3609
|
-
"turquoise",
|
|
3610
|
-
"violet",
|
|
3611
|
-
"wheat",
|
|
3612
|
-
"white",
|
|
3613
|
-
"whitesmoke",
|
|
3614
|
-
"yellow",
|
|
3615
|
-
"yellowgreen",
|
|
3616
|
-
"currentcolor",
|
|
3617
|
-
"ActiveBorder",
|
|
3618
|
-
"ActiveCaption",
|
|
3619
|
-
"AppWorkspace",
|
|
3620
|
-
"Background",
|
|
3621
|
-
"ButtonFace",
|
|
3622
|
-
"ButtonHighlight",
|
|
3623
|
-
"ButtonShadow",
|
|
3624
|
-
"ButtonText",
|
|
3625
|
-
"CaptionText",
|
|
3626
|
-
"GrayText",
|
|
3627
|
-
"Highlight",
|
|
3628
|
-
"HighlightText",
|
|
3629
|
-
"InactiveBorder",
|
|
3630
|
-
"InactiveCaption",
|
|
3631
|
-
"InactiveCaptionText",
|
|
3632
|
-
"InfoBackground",
|
|
3633
|
-
"InfoText",
|
|
3634
|
-
"Menu",
|
|
3635
|
-
"MenuText",
|
|
3636
|
-
"Scrollbar",
|
|
3637
|
-
"ThreeDDarkShadow",
|
|
3638
|
-
"ThreeDFace",
|
|
3639
|
-
"ThreeDHighlight",
|
|
3640
|
-
"ThreeDLightShadow",
|
|
3641
|
-
"ThreeDShadow",
|
|
3642
|
-
"Window",
|
|
3643
|
-
"WindowFrame",
|
|
3644
|
-
"WindowText"
|
|
3645
|
-
],
|
|
3646
|
-
colorAdjust: ["economy", "exact"],
|
|
3647
|
-
colorScheme: ["normal", "light", "dark"],
|
|
3648
|
-
columnCount: ["auto"],
|
|
3649
|
-
columnFill: ["auto", "balance", "balance-all"],
|
|
3650
|
-
columnGap: ["normal"],
|
|
3651
|
-
columnRuleColor: [
|
|
3652
|
-
"transparent",
|
|
3653
|
-
"aliceblue",
|
|
3654
|
-
"antiquewhite",
|
|
3655
|
-
"aqua",
|
|
3656
|
-
"aquamarine",
|
|
3657
|
-
"azure",
|
|
3658
|
-
"beige",
|
|
3659
|
-
"bisque",
|
|
3660
|
-
"black",
|
|
3661
|
-
"blanchedalmond",
|
|
3662
|
-
"blue",
|
|
3663
|
-
"blueviolet",
|
|
3664
|
-
"brown",
|
|
3665
|
-
"burlywood",
|
|
3666
|
-
"cadetblue",
|
|
3667
|
-
"chartreuse",
|
|
3668
|
-
"chocolate",
|
|
3669
|
-
"coral",
|
|
3670
|
-
"cornflowerblue",
|
|
3671
|
-
"cornsilk",
|
|
3672
|
-
"crimson",
|
|
3673
|
-
"cyan",
|
|
3674
|
-
"darkblue",
|
|
3675
|
-
"darkcyan",
|
|
3676
|
-
"darkgoldenrod",
|
|
3677
|
-
"darkgray",
|
|
3678
|
-
"darkgreen",
|
|
3679
|
-
"darkgrey",
|
|
3680
|
-
"darkkhaki",
|
|
3681
|
-
"darkmagenta",
|
|
3682
|
-
"darkolivegreen",
|
|
3683
|
-
"darkorange",
|
|
3684
|
-
"darkorchid",
|
|
3685
|
-
"darkred",
|
|
3686
|
-
"darksalmon",
|
|
3687
|
-
"darkseagreen",
|
|
3688
|
-
"darkslateblue",
|
|
3689
|
-
"darkslategray",
|
|
3690
|
-
"darkslategrey",
|
|
3691
|
-
"darkturquoise",
|
|
3692
|
-
"darkviolet",
|
|
3693
|
-
"deeppink",
|
|
3694
|
-
"deepskyblue",
|
|
3695
|
-
"dimgray",
|
|
3696
|
-
"dimgrey",
|
|
3697
|
-
"dodgerblue",
|
|
3698
|
-
"firebrick",
|
|
3699
|
-
"floralwhite",
|
|
3700
|
-
"forestgreen",
|
|
3701
|
-
"fuchsia",
|
|
3702
|
-
"gainsboro",
|
|
3703
|
-
"ghostwhite",
|
|
3704
|
-
"gold",
|
|
3705
|
-
"goldenrod",
|
|
3706
|
-
"gray",
|
|
3707
|
-
"green",
|
|
3708
|
-
"greenyellow",
|
|
3709
|
-
"grey",
|
|
3710
|
-
"honeydew",
|
|
3711
|
-
"hotpink",
|
|
3712
|
-
"indianred",
|
|
3713
|
-
"indigo",
|
|
3714
|
-
"ivory",
|
|
3715
|
-
"khaki",
|
|
3716
|
-
"lavender",
|
|
3717
|
-
"lavenderblush",
|
|
3718
|
-
"lawngreen",
|
|
3719
|
-
"lemonchiffon",
|
|
3720
|
-
"lightblue",
|
|
3721
|
-
"lightcoral",
|
|
3722
|
-
"lightcyan",
|
|
3723
|
-
"lightgoldenrodyellow",
|
|
3724
|
-
"lightgray",
|
|
3725
|
-
"lightgreen",
|
|
3726
|
-
"lightgrey",
|
|
3727
|
-
"lightpink",
|
|
3728
|
-
"lightsalmon",
|
|
3729
|
-
"lightseagreen",
|
|
3730
|
-
"lightskyblue",
|
|
3731
|
-
"lightslategray",
|
|
3732
|
-
"lightslategrey",
|
|
3733
|
-
"lightsteelblue",
|
|
3734
|
-
"lightyellow",
|
|
3735
|
-
"lime",
|
|
3736
|
-
"limegreen",
|
|
3737
|
-
"linen",
|
|
3738
|
-
"magenta",
|
|
3739
|
-
"maroon",
|
|
3740
|
-
"mediumaquamarine",
|
|
3741
|
-
"mediumblue",
|
|
3742
|
-
"mediumorchid",
|
|
3743
|
-
"mediumpurple",
|
|
3744
|
-
"mediumseagreen",
|
|
3745
|
-
"mediumslateblue",
|
|
3746
|
-
"mediumspringgreen",
|
|
3747
|
-
"mediumturquoise",
|
|
3748
|
-
"mediumvioletred",
|
|
3749
|
-
"midnightblue",
|
|
3750
|
-
"mintcream",
|
|
3751
|
-
"mistyrose",
|
|
3752
|
-
"moccasin",
|
|
3753
|
-
"navajowhite",
|
|
3754
|
-
"navy",
|
|
3755
|
-
"oldlace",
|
|
3756
|
-
"olive",
|
|
3757
|
-
"olivedrab",
|
|
3758
|
-
"orange",
|
|
3759
|
-
"orangered",
|
|
3760
|
-
"orchid",
|
|
3761
|
-
"palegoldenrod",
|
|
3762
|
-
"palegreen",
|
|
3763
|
-
"paleturquoise",
|
|
3764
|
-
"palevioletred",
|
|
3765
|
-
"papayawhip",
|
|
3766
|
-
"peachpuff",
|
|
3767
|
-
"peru",
|
|
3768
|
-
"pink",
|
|
3769
|
-
"plum",
|
|
3770
|
-
"powderblue",
|
|
3771
|
-
"purple",
|
|
3772
|
-
"rebeccapurple",
|
|
3773
|
-
"red",
|
|
3774
|
-
"rosybrown",
|
|
3775
|
-
"royalblue",
|
|
3776
|
-
"saddlebrown",
|
|
3777
|
-
"salmon",
|
|
3778
|
-
"sandybrown",
|
|
3779
|
-
"seagreen",
|
|
3780
|
-
"seashell",
|
|
3781
|
-
"sienna",
|
|
3782
|
-
"silver",
|
|
3783
|
-
"skyblue",
|
|
3784
|
-
"slateblue",
|
|
3785
|
-
"slategray",
|
|
3786
|
-
"slategrey",
|
|
3787
|
-
"snow",
|
|
3788
|
-
"springgreen",
|
|
3789
|
-
"steelblue",
|
|
3790
|
-
"tan",
|
|
3791
|
-
"teal",
|
|
3792
|
-
"thistle",
|
|
3793
|
-
"tomato",
|
|
3794
|
-
"turquoise",
|
|
3795
|
-
"violet",
|
|
3796
|
-
"wheat",
|
|
3797
|
-
"white",
|
|
3798
|
-
"whitesmoke",
|
|
3799
|
-
"yellow",
|
|
3800
|
-
"yellowgreen",
|
|
3801
|
-
"currentcolor",
|
|
3802
|
-
"ActiveBorder",
|
|
3803
|
-
"ActiveCaption",
|
|
3804
|
-
"AppWorkspace",
|
|
3805
|
-
"Background",
|
|
3806
|
-
"ButtonFace",
|
|
3807
|
-
"ButtonHighlight",
|
|
3808
|
-
"ButtonShadow",
|
|
3809
|
-
"ButtonText",
|
|
3810
|
-
"CaptionText",
|
|
3811
|
-
"GrayText",
|
|
3812
|
-
"Highlight",
|
|
3813
|
-
"HighlightText",
|
|
3814
|
-
"InactiveBorder",
|
|
3815
|
-
"InactiveCaption",
|
|
3816
|
-
"InactiveCaptionText",
|
|
3817
|
-
"InfoBackground",
|
|
3818
|
-
"InfoText",
|
|
3819
|
-
"Menu",
|
|
3820
|
-
"MenuText",
|
|
3821
|
-
"Scrollbar",
|
|
3822
|
-
"ThreeDDarkShadow",
|
|
3823
|
-
"ThreeDFace",
|
|
3824
|
-
"ThreeDHighlight",
|
|
3825
|
-
"ThreeDLightShadow",
|
|
3826
|
-
"ThreeDShadow",
|
|
3827
|
-
"Window",
|
|
3828
|
-
"WindowFrame",
|
|
3829
|
-
"WindowText"
|
|
3830
|
-
],
|
|
3831
|
-
columnRuleStyle: [
|
|
3832
|
-
"none",
|
|
3833
|
-
"hidden",
|
|
3834
|
-
"dotted",
|
|
3835
|
-
"dashed",
|
|
3836
|
-
"solid",
|
|
3837
|
-
"double",
|
|
3838
|
-
"groove",
|
|
3839
|
-
"ridge",
|
|
3840
|
-
"inset",
|
|
3841
|
-
"outset"
|
|
3842
|
-
],
|
|
3843
|
-
columnRuleWidth: ["thin", "medium", "thick"],
|
|
3844
|
-
columnSpan: ["none", "all"],
|
|
3845
|
-
columnWidth: ["auto"],
|
|
3846
|
-
contain: ["none", "strict", "content", "size", "layout", "style", "paint"],
|
|
3847
|
-
content: [
|
|
3848
|
-
"normal",
|
|
3849
|
-
"none",
|
|
3850
|
-
"ltr",
|
|
3851
|
-
"rtl",
|
|
3852
|
-
"transparent",
|
|
3853
|
-
"aliceblue",
|
|
3854
|
-
"antiquewhite",
|
|
3855
|
-
"aqua",
|
|
3856
|
-
"aquamarine",
|
|
3857
|
-
"azure",
|
|
3858
|
-
"beige",
|
|
3859
|
-
"bisque",
|
|
3860
|
-
"black",
|
|
3861
|
-
"blanchedalmond",
|
|
3862
|
-
"blue",
|
|
3863
|
-
"blueviolet",
|
|
3864
|
-
"brown",
|
|
3865
|
-
"burlywood",
|
|
3866
|
-
"cadetblue",
|
|
3867
|
-
"chartreuse",
|
|
3868
|
-
"chocolate",
|
|
3869
|
-
"coral",
|
|
3870
|
-
"cornflowerblue",
|
|
3871
|
-
"cornsilk",
|
|
3872
|
-
"crimson",
|
|
3873
|
-
"cyan",
|
|
3874
|
-
"darkblue",
|
|
3875
|
-
"darkcyan",
|
|
3876
|
-
"darkgoldenrod",
|
|
3877
|
-
"darkgray",
|
|
3878
|
-
"darkgreen",
|
|
3879
|
-
"darkgrey",
|
|
3880
|
-
"darkkhaki",
|
|
3881
|
-
"darkmagenta",
|
|
3882
|
-
"darkolivegreen",
|
|
3883
|
-
"darkorange",
|
|
3884
|
-
"darkorchid",
|
|
3885
|
-
"darkred",
|
|
3886
|
-
"darksalmon",
|
|
3887
|
-
"darkseagreen",
|
|
3888
|
-
"darkslateblue",
|
|
3889
|
-
"darkslategray",
|
|
3890
|
-
"darkslategrey",
|
|
3891
|
-
"darkturquoise",
|
|
3892
|
-
"darkviolet",
|
|
3893
|
-
"deeppink",
|
|
3894
|
-
"deepskyblue",
|
|
3895
|
-
"dimgray",
|
|
3896
|
-
"dimgrey",
|
|
3897
|
-
"dodgerblue",
|
|
3898
|
-
"firebrick",
|
|
3899
|
-
"floralwhite",
|
|
3900
|
-
"forestgreen",
|
|
3901
|
-
"fuchsia",
|
|
3902
|
-
"gainsboro",
|
|
3903
|
-
"ghostwhite",
|
|
3904
|
-
"gold",
|
|
3905
|
-
"goldenrod",
|
|
3906
|
-
"gray",
|
|
3907
|
-
"green",
|
|
3908
|
-
"greenyellow",
|
|
3909
|
-
"grey",
|
|
3910
|
-
"honeydew",
|
|
3911
|
-
"hotpink",
|
|
3912
|
-
"indianred",
|
|
3913
|
-
"indigo",
|
|
3914
|
-
"ivory",
|
|
3915
|
-
"khaki",
|
|
3916
|
-
"lavender",
|
|
3917
|
-
"lavenderblush",
|
|
3918
|
-
"lawngreen",
|
|
3919
|
-
"lemonchiffon",
|
|
3920
|
-
"lightblue",
|
|
3921
|
-
"lightcoral",
|
|
3922
|
-
"lightcyan",
|
|
3923
|
-
"lightgoldenrodyellow",
|
|
3924
|
-
"lightgray",
|
|
3925
|
-
"lightgreen",
|
|
3926
|
-
"lightgrey",
|
|
3927
|
-
"lightpink",
|
|
3928
|
-
"lightsalmon",
|
|
3929
|
-
"lightseagreen",
|
|
3930
|
-
"lightskyblue",
|
|
3931
|
-
"lightslategray",
|
|
3932
|
-
"lightslategrey",
|
|
3933
|
-
"lightsteelblue",
|
|
3934
|
-
"lightyellow",
|
|
3935
|
-
"lime",
|
|
3936
|
-
"limegreen",
|
|
3937
|
-
"linen",
|
|
3938
|
-
"magenta",
|
|
3939
|
-
"maroon",
|
|
3940
|
-
"mediumaquamarine",
|
|
3941
|
-
"mediumblue",
|
|
3942
|
-
"mediumorchid",
|
|
3943
|
-
"mediumpurple",
|
|
3944
|
-
"mediumseagreen",
|
|
3945
|
-
"mediumslateblue",
|
|
3946
|
-
"mediumspringgreen",
|
|
3947
|
-
"mediumturquoise",
|
|
3948
|
-
"mediumvioletred",
|
|
3949
|
-
"midnightblue",
|
|
3950
|
-
"mintcream",
|
|
3951
|
-
"mistyrose",
|
|
3952
|
-
"moccasin",
|
|
3953
|
-
"navajowhite",
|
|
3954
|
-
"navy",
|
|
3955
|
-
"oldlace",
|
|
3956
|
-
"olive",
|
|
3957
|
-
"olivedrab",
|
|
3958
|
-
"orange",
|
|
3959
|
-
"orangered",
|
|
3960
|
-
"orchid",
|
|
3961
|
-
"palegoldenrod",
|
|
3962
|
-
"palegreen",
|
|
3963
|
-
"paleturquoise",
|
|
3964
|
-
"palevioletred",
|
|
3965
|
-
"papayawhip",
|
|
3966
|
-
"peachpuff",
|
|
3967
|
-
"peru",
|
|
3968
|
-
"pink",
|
|
3969
|
-
"plum",
|
|
3970
|
-
"powderblue",
|
|
3971
|
-
"purple",
|
|
3972
|
-
"rebeccapurple",
|
|
3973
|
-
"red",
|
|
3974
|
-
"rosybrown",
|
|
3975
|
-
"royalblue",
|
|
3976
|
-
"saddlebrown",
|
|
3977
|
-
"salmon",
|
|
3978
|
-
"sandybrown",
|
|
3979
|
-
"seagreen",
|
|
3980
|
-
"seashell",
|
|
3981
|
-
"sienna",
|
|
3982
|
-
"silver",
|
|
3983
|
-
"skyblue",
|
|
3984
|
-
"slateblue",
|
|
3985
|
-
"slategray",
|
|
3986
|
-
"slategrey",
|
|
3987
|
-
"snow",
|
|
3988
|
-
"springgreen",
|
|
3989
|
-
"steelblue",
|
|
3990
|
-
"tan",
|
|
3991
|
-
"teal",
|
|
3992
|
-
"thistle",
|
|
3993
|
-
"tomato",
|
|
3994
|
-
"turquoise",
|
|
3995
|
-
"violet",
|
|
3996
|
-
"wheat",
|
|
3997
|
-
"white",
|
|
3998
|
-
"whitesmoke",
|
|
3999
|
-
"yellow",
|
|
4000
|
-
"yellowgreen",
|
|
4001
|
-
"currentcolor",
|
|
4002
|
-
"ActiveBorder",
|
|
4003
|
-
"ActiveCaption",
|
|
4004
|
-
"AppWorkspace",
|
|
4005
|
-
"Background",
|
|
4006
|
-
"ButtonFace",
|
|
4007
|
-
"ButtonHighlight",
|
|
4008
|
-
"ButtonShadow",
|
|
4009
|
-
"ButtonText",
|
|
4010
|
-
"CaptionText",
|
|
4011
|
-
"GrayText",
|
|
4012
|
-
"Highlight",
|
|
4013
|
-
"HighlightText",
|
|
4014
|
-
"InactiveBorder",
|
|
4015
|
-
"InactiveCaption",
|
|
4016
|
-
"InactiveCaptionText",
|
|
4017
|
-
"InfoBackground",
|
|
4018
|
-
"InfoText",
|
|
4019
|
-
"Menu",
|
|
4020
|
-
"MenuText",
|
|
4021
|
-
"Scrollbar",
|
|
4022
|
-
"ThreeDDarkShadow",
|
|
4023
|
-
"ThreeDFace",
|
|
4024
|
-
"ThreeDHighlight",
|
|
4025
|
-
"ThreeDLightShadow",
|
|
4026
|
-
"ThreeDShadow",
|
|
4027
|
-
"Window",
|
|
4028
|
-
"WindowFrame",
|
|
4029
|
-
"WindowText",
|
|
4030
|
-
"to",
|
|
4031
|
-
"left",
|
|
4032
|
-
"right",
|
|
4033
|
-
"top",
|
|
4034
|
-
"bottom",
|
|
4035
|
-
"circle",
|
|
4036
|
-
"ellipse",
|
|
4037
|
-
"closest-side",
|
|
4038
|
-
"farthest-side",
|
|
4039
|
-
"closest-corner",
|
|
4040
|
-
"farthest-corner",
|
|
4041
|
-
"at",
|
|
4042
|
-
"center",
|
|
4043
|
-
"from",
|
|
4044
|
-
"contents",
|
|
4045
|
-
"open-quote",
|
|
4046
|
-
"close-quote",
|
|
4047
|
-
"no-open-quote",
|
|
4048
|
-
"no-close-quote",
|
|
4049
|
-
"content",
|
|
4050
|
-
"before",
|
|
4051
|
-
"after",
|
|
4052
|
-
"first-letter",
|
|
4053
|
-
"dotted",
|
|
4054
|
-
"solid",
|
|
4055
|
-
"space"
|
|
4056
|
-
],
|
|
4057
|
-
contentVisibility: ["visible", "auto", "hidden"],
|
|
4058
|
-
counterIncrement: ["none"],
|
|
4059
|
-
counterReset: ["none"],
|
|
4060
|
-
counterSet: ["none"],
|
|
4061
|
-
cursor: [
|
|
3282
|
+
contentVisibility: ["visible", "auto", "hidden"],
|
|
3283
|
+
counterIncrement: ["none"],
|
|
3284
|
+
counterReset: ["none"],
|
|
3285
|
+
counterSet: ["none"],
|
|
3286
|
+
cursor: [
|
|
4062
3287
|
"auto",
|
|
4063
3288
|
"default",
|
|
4064
3289
|
"none",
|
|
@@ -4072,244 +3297,64 @@ const keywordValues = {
|
|
|
4072
3297
|
"text",
|
|
4073
3298
|
"vertical-text",
|
|
4074
3299
|
"alias",
|
|
4075
|
-
"copy",
|
|
4076
|
-
"move",
|
|
4077
|
-
"no-drop",
|
|
4078
|
-
"not-allowed",
|
|
4079
|
-
"e-resize",
|
|
4080
|
-
"n-resize",
|
|
4081
|
-
"ne-resize",
|
|
4082
|
-
"nw-resize",
|
|
4083
|
-
"s-resize",
|
|
4084
|
-
"se-resize",
|
|
4085
|
-
"sw-resize",
|
|
4086
|
-
"w-resize",
|
|
4087
|
-
"ew-resize",
|
|
4088
|
-
"ns-resize",
|
|
4089
|
-
"nesw-resize",
|
|
4090
|
-
"nwse-resize",
|
|
4091
|
-
"col-resize",
|
|
4092
|
-
"row-resize",
|
|
4093
|
-
"all-scroll",
|
|
4094
|
-
"zoom-in",
|
|
4095
|
-
"zoom-out",
|
|
4096
|
-
"grab",
|
|
4097
|
-
"grabbing"
|
|
4098
|
-
],
|
|
4099
|
-
direction: ["ltr", "rtl"],
|
|
4100
|
-
display: [
|
|
4101
|
-
"block",
|
|
4102
|
-
"inline",
|
|
4103
|
-
"run-in",
|
|
4104
|
-
"flow",
|
|
4105
|
-
"flow-root",
|
|
4106
|
-
"table",
|
|
4107
|
-
"flex",
|
|
4108
|
-
"grid",
|
|
4109
|
-
"ruby",
|
|
4110
|
-
"list-item",
|
|
4111
|
-
"table-row-group",
|
|
4112
|
-
"table-header-group",
|
|
4113
|
-
"table-footer-group",
|
|
4114
|
-
"table-row",
|
|
4115
|
-
"table-cell",
|
|
4116
|
-
"table-column-group",
|
|
4117
|
-
"table-column",
|
|
4118
|
-
"table-caption",
|
|
4119
|
-
"ruby-base",
|
|
4120
|
-
"ruby-text",
|
|
4121
|
-
"ruby-base-container",
|
|
4122
|
-
"ruby-text-container",
|
|
4123
|
-
"contents",
|
|
4124
|
-
"none",
|
|
4125
|
-
"inline-block",
|
|
4126
|
-
"inline-list-item",
|
|
4127
|
-
"inline-table",
|
|
4128
|
-
"inline-flex",
|
|
4129
|
-
"inline-grid"
|
|
4130
|
-
],
|
|
4131
|
-
emptyCells: ["show", "hide"],
|
|
4132
|
-
filter: [
|
|
4133
|
-
"none",
|
|
4134
|
-
"transparent",
|
|
4135
|
-
"aliceblue",
|
|
4136
|
-
"antiquewhite",
|
|
4137
|
-
"aqua",
|
|
4138
|
-
"aquamarine",
|
|
4139
|
-
"azure",
|
|
4140
|
-
"beige",
|
|
4141
|
-
"bisque",
|
|
4142
|
-
"black",
|
|
4143
|
-
"blanchedalmond",
|
|
4144
|
-
"blue",
|
|
4145
|
-
"blueviolet",
|
|
4146
|
-
"brown",
|
|
4147
|
-
"burlywood",
|
|
4148
|
-
"cadetblue",
|
|
4149
|
-
"chartreuse",
|
|
4150
|
-
"chocolate",
|
|
4151
|
-
"coral",
|
|
4152
|
-
"cornflowerblue",
|
|
4153
|
-
"cornsilk",
|
|
4154
|
-
"crimson",
|
|
4155
|
-
"cyan",
|
|
4156
|
-
"darkblue",
|
|
4157
|
-
"darkcyan",
|
|
4158
|
-
"darkgoldenrod",
|
|
4159
|
-
"darkgray",
|
|
4160
|
-
"darkgreen",
|
|
4161
|
-
"darkgrey",
|
|
4162
|
-
"darkkhaki",
|
|
4163
|
-
"darkmagenta",
|
|
4164
|
-
"darkolivegreen",
|
|
4165
|
-
"darkorange",
|
|
4166
|
-
"darkorchid",
|
|
4167
|
-
"darkred",
|
|
4168
|
-
"darksalmon",
|
|
4169
|
-
"darkseagreen",
|
|
4170
|
-
"darkslateblue",
|
|
4171
|
-
"darkslategray",
|
|
4172
|
-
"darkslategrey",
|
|
4173
|
-
"darkturquoise",
|
|
4174
|
-
"darkviolet",
|
|
4175
|
-
"deeppink",
|
|
4176
|
-
"deepskyblue",
|
|
4177
|
-
"dimgray",
|
|
4178
|
-
"dimgrey",
|
|
4179
|
-
"dodgerblue",
|
|
4180
|
-
"firebrick",
|
|
4181
|
-
"floralwhite",
|
|
4182
|
-
"forestgreen",
|
|
4183
|
-
"fuchsia",
|
|
4184
|
-
"gainsboro",
|
|
4185
|
-
"ghostwhite",
|
|
4186
|
-
"gold",
|
|
4187
|
-
"goldenrod",
|
|
4188
|
-
"gray",
|
|
4189
|
-
"green",
|
|
4190
|
-
"greenyellow",
|
|
4191
|
-
"grey",
|
|
4192
|
-
"honeydew",
|
|
4193
|
-
"hotpink",
|
|
4194
|
-
"indianred",
|
|
4195
|
-
"indigo",
|
|
4196
|
-
"ivory",
|
|
4197
|
-
"khaki",
|
|
4198
|
-
"lavender",
|
|
4199
|
-
"lavenderblush",
|
|
4200
|
-
"lawngreen",
|
|
4201
|
-
"lemonchiffon",
|
|
4202
|
-
"lightblue",
|
|
4203
|
-
"lightcoral",
|
|
4204
|
-
"lightcyan",
|
|
4205
|
-
"lightgoldenrodyellow",
|
|
4206
|
-
"lightgray",
|
|
4207
|
-
"lightgreen",
|
|
4208
|
-
"lightgrey",
|
|
4209
|
-
"lightpink",
|
|
4210
|
-
"lightsalmon",
|
|
4211
|
-
"lightseagreen",
|
|
4212
|
-
"lightskyblue",
|
|
4213
|
-
"lightslategray",
|
|
4214
|
-
"lightslategrey",
|
|
4215
|
-
"lightsteelblue",
|
|
4216
|
-
"lightyellow",
|
|
4217
|
-
"lime",
|
|
4218
|
-
"limegreen",
|
|
4219
|
-
"linen",
|
|
4220
|
-
"magenta",
|
|
4221
|
-
"maroon",
|
|
4222
|
-
"mediumaquamarine",
|
|
4223
|
-
"mediumblue",
|
|
4224
|
-
"mediumorchid",
|
|
4225
|
-
"mediumpurple",
|
|
4226
|
-
"mediumseagreen",
|
|
4227
|
-
"mediumslateblue",
|
|
4228
|
-
"mediumspringgreen",
|
|
4229
|
-
"mediumturquoise",
|
|
4230
|
-
"mediumvioletred",
|
|
4231
|
-
"midnightblue",
|
|
4232
|
-
"mintcream",
|
|
4233
|
-
"mistyrose",
|
|
4234
|
-
"moccasin",
|
|
4235
|
-
"navajowhite",
|
|
4236
|
-
"navy",
|
|
4237
|
-
"oldlace",
|
|
4238
|
-
"olive",
|
|
4239
|
-
"olivedrab",
|
|
4240
|
-
"orange",
|
|
4241
|
-
"orangered",
|
|
4242
|
-
"orchid",
|
|
4243
|
-
"palegoldenrod",
|
|
4244
|
-
"palegreen",
|
|
4245
|
-
"paleturquoise",
|
|
4246
|
-
"palevioletred",
|
|
4247
|
-
"papayawhip",
|
|
4248
|
-
"peachpuff",
|
|
4249
|
-
"peru",
|
|
4250
|
-
"pink",
|
|
4251
|
-
"plum",
|
|
4252
|
-
"powderblue",
|
|
4253
|
-
"purple",
|
|
4254
|
-
"rebeccapurple",
|
|
4255
|
-
"red",
|
|
4256
|
-
"rosybrown",
|
|
4257
|
-
"royalblue",
|
|
4258
|
-
"saddlebrown",
|
|
4259
|
-
"salmon",
|
|
4260
|
-
"sandybrown",
|
|
4261
|
-
"seagreen",
|
|
4262
|
-
"seashell",
|
|
4263
|
-
"sienna",
|
|
4264
|
-
"silver",
|
|
4265
|
-
"skyblue",
|
|
4266
|
-
"slateblue",
|
|
4267
|
-
"slategray",
|
|
4268
|
-
"slategrey",
|
|
4269
|
-
"snow",
|
|
4270
|
-
"springgreen",
|
|
4271
|
-
"steelblue",
|
|
4272
|
-
"tan",
|
|
4273
|
-
"teal",
|
|
4274
|
-
"thistle",
|
|
4275
|
-
"tomato",
|
|
4276
|
-
"turquoise",
|
|
4277
|
-
"violet",
|
|
4278
|
-
"wheat",
|
|
4279
|
-
"white",
|
|
4280
|
-
"whitesmoke",
|
|
4281
|
-
"yellow",
|
|
4282
|
-
"yellowgreen",
|
|
4283
|
-
"currentcolor",
|
|
4284
|
-
"ActiveBorder",
|
|
4285
|
-
"ActiveCaption",
|
|
4286
|
-
"AppWorkspace",
|
|
4287
|
-
"Background",
|
|
4288
|
-
"ButtonFace",
|
|
4289
|
-
"ButtonHighlight",
|
|
4290
|
-
"ButtonShadow",
|
|
4291
|
-
"ButtonText",
|
|
4292
|
-
"CaptionText",
|
|
4293
|
-
"GrayText",
|
|
4294
|
-
"Highlight",
|
|
4295
|
-
"HighlightText",
|
|
4296
|
-
"InactiveBorder",
|
|
4297
|
-
"InactiveCaption",
|
|
4298
|
-
"InactiveCaptionText",
|
|
4299
|
-
"InfoBackground",
|
|
4300
|
-
"InfoText",
|
|
4301
|
-
"Menu",
|
|
4302
|
-
"MenuText",
|
|
4303
|
-
"Scrollbar",
|
|
4304
|
-
"ThreeDDarkShadow",
|
|
4305
|
-
"ThreeDFace",
|
|
4306
|
-
"ThreeDHighlight",
|
|
4307
|
-
"ThreeDLightShadow",
|
|
4308
|
-
"ThreeDShadow",
|
|
4309
|
-
"Window",
|
|
4310
|
-
"WindowFrame",
|
|
4311
|
-
"WindowText"
|
|
3300
|
+
"copy",
|
|
3301
|
+
"move",
|
|
3302
|
+
"no-drop",
|
|
3303
|
+
"not-allowed",
|
|
3304
|
+
"e-resize",
|
|
3305
|
+
"n-resize",
|
|
3306
|
+
"ne-resize",
|
|
3307
|
+
"nw-resize",
|
|
3308
|
+
"s-resize",
|
|
3309
|
+
"se-resize",
|
|
3310
|
+
"sw-resize",
|
|
3311
|
+
"w-resize",
|
|
3312
|
+
"ew-resize",
|
|
3313
|
+
"ns-resize",
|
|
3314
|
+
"nesw-resize",
|
|
3315
|
+
"nwse-resize",
|
|
3316
|
+
"col-resize",
|
|
3317
|
+
"row-resize",
|
|
3318
|
+
"all-scroll",
|
|
3319
|
+
"zoom-in",
|
|
3320
|
+
"zoom-out",
|
|
3321
|
+
"grab",
|
|
3322
|
+
"grabbing"
|
|
3323
|
+
],
|
|
3324
|
+
direction: ["ltr", "rtl"],
|
|
3325
|
+
display: [
|
|
3326
|
+
"block",
|
|
3327
|
+
"inline",
|
|
3328
|
+
"run-in",
|
|
3329
|
+
"flow",
|
|
3330
|
+
"flow-root",
|
|
3331
|
+
"table",
|
|
3332
|
+
"flex",
|
|
3333
|
+
"grid",
|
|
3334
|
+
"ruby",
|
|
3335
|
+
"list-item",
|
|
3336
|
+
"table-row-group",
|
|
3337
|
+
"table-header-group",
|
|
3338
|
+
"table-footer-group",
|
|
3339
|
+
"table-row",
|
|
3340
|
+
"table-cell",
|
|
3341
|
+
"table-column-group",
|
|
3342
|
+
"table-column",
|
|
3343
|
+
"table-caption",
|
|
3344
|
+
"ruby-base",
|
|
3345
|
+
"ruby-text",
|
|
3346
|
+
"ruby-base-container",
|
|
3347
|
+
"ruby-text-container",
|
|
3348
|
+
"contents",
|
|
3349
|
+
"none",
|
|
3350
|
+
"inline-block",
|
|
3351
|
+
"inline-list-item",
|
|
3352
|
+
"inline-table",
|
|
3353
|
+
"inline-flex",
|
|
3354
|
+
"inline-grid"
|
|
4312
3355
|
],
|
|
3356
|
+
emptyCells: ["show", "hide"],
|
|
3357
|
+
filter: ["none"],
|
|
4313
3358
|
flexBasis: ["content", "auto", "min-content", "max-content", "fit-content"],
|
|
4314
3359
|
flexDirection: ["row", "row-reverse", "column", "column-reverse"],
|
|
4315
3360
|
flexWrap: ["nowrap", "wrap", "wrap-reverse"],
|
|
@@ -4338,861 +3383,242 @@ const keywordValues = {
|
|
|
4338
3383
|
"cap-height",
|
|
4339
3384
|
"ch-width",
|
|
4340
3385
|
"ic-width",
|
|
4341
|
-
"ic-height",
|
|
4342
|
-
"from-font"
|
|
4343
|
-
],
|
|
4344
|
-
fontStretch: [
|
|
4345
|
-
"normal",
|
|
4346
|
-
"ultra-condensed",
|
|
4347
|
-
"extra-condensed",
|
|
4348
|
-
"condensed",
|
|
4349
|
-
"semi-condensed",
|
|
4350
|
-
"semi-expanded",
|
|
4351
|
-
"expanded",
|
|
4352
|
-
"extra-expanded",
|
|
4353
|
-
"ultra-expanded"
|
|
4354
|
-
],
|
|
4355
|
-
fontStyle: ["normal", "italic", "oblique"],
|
|
4356
|
-
fontSynthesis: ["none", "weight", "style", "small-caps"],
|
|
4357
|
-
fontVariant: [
|
|
4358
|
-
"normal",
|
|
4359
|
-
"none",
|
|
4360
|
-
"common-ligatures",
|
|
4361
|
-
"no-common-ligatures",
|
|
4362
|
-
"discretionary-ligatures",
|
|
4363
|
-
"no-discretionary-ligatures",
|
|
4364
|
-
"historical-ligatures",
|
|
4365
|
-
"no-historical-ligatures",
|
|
4366
|
-
"contextual",
|
|
4367
|
-
"no-contextual",
|
|
4368
|
-
"historical-forms",
|
|
4369
|
-
"small-caps",
|
|
4370
|
-
"all-small-caps",
|
|
4371
|
-
"petite-caps",
|
|
4372
|
-
"all-petite-caps",
|
|
4373
|
-
"unicase",
|
|
4374
|
-
"titling-caps",
|
|
4375
|
-
"lining-nums",
|
|
4376
|
-
"oldstyle-nums",
|
|
4377
|
-
"proportional-nums",
|
|
4378
|
-
"tabular-nums",
|
|
4379
|
-
"diagonal-fractions",
|
|
4380
|
-
"stacked-fractions",
|
|
4381
|
-
"ordinal",
|
|
4382
|
-
"slashed-zero",
|
|
4383
|
-
"jis78",
|
|
4384
|
-
"jis83",
|
|
4385
|
-
"jis90",
|
|
4386
|
-
"jis04",
|
|
4387
|
-
"simplified",
|
|
4388
|
-
"traditional",
|
|
4389
|
-
"full-width",
|
|
4390
|
-
"proportional-width",
|
|
4391
|
-
"ruby"
|
|
4392
|
-
],
|
|
4393
|
-
fontVariantAlternates: ["normal", "historical-forms"],
|
|
4394
|
-
fontVariantCaps: [
|
|
4395
|
-
"normal",
|
|
4396
|
-
"small-caps",
|
|
4397
|
-
"all-small-caps",
|
|
4398
|
-
"petite-caps",
|
|
4399
|
-
"all-petite-caps",
|
|
4400
|
-
"unicase",
|
|
4401
|
-
"titling-caps"
|
|
4402
|
-
],
|
|
4403
|
-
fontVariantEastAsian: [
|
|
4404
|
-
"normal",
|
|
4405
|
-
"jis78",
|
|
4406
|
-
"jis83",
|
|
4407
|
-
"jis90",
|
|
4408
|
-
"jis04",
|
|
4409
|
-
"simplified",
|
|
4410
|
-
"traditional",
|
|
4411
|
-
"full-width",
|
|
4412
|
-
"proportional-width",
|
|
4413
|
-
"ruby"
|
|
4414
|
-
],
|
|
4415
|
-
fontVariantLigatures: [
|
|
4416
|
-
"normal",
|
|
4417
|
-
"none",
|
|
4418
|
-
"common-ligatures",
|
|
4419
|
-
"no-common-ligatures",
|
|
4420
|
-
"discretionary-ligatures",
|
|
4421
|
-
"no-discretionary-ligatures",
|
|
4422
|
-
"historical-ligatures",
|
|
4423
|
-
"no-historical-ligatures",
|
|
4424
|
-
"contextual",
|
|
4425
|
-
"no-contextual"
|
|
4426
|
-
],
|
|
4427
|
-
fontVariantNumeric: [
|
|
4428
|
-
"normal",
|
|
4429
|
-
"lining-nums",
|
|
4430
|
-
"oldstyle-nums",
|
|
4431
|
-
"proportional-nums",
|
|
4432
|
-
"tabular-nums",
|
|
4433
|
-
"diagonal-fractions",
|
|
4434
|
-
"stacked-fractions",
|
|
4435
|
-
"ordinal",
|
|
4436
|
-
"slashed-zero"
|
|
4437
|
-
],
|
|
4438
|
-
fontVariantPosition: ["normal", "sub", "super"],
|
|
4439
|
-
fontWeight: ["normal", "bold", "bolder", "lighter"],
|
|
4440
|
-
forcedColorAdjust: ["auto", "none"],
|
|
4441
|
-
gridAutoColumns: [
|
|
4442
|
-
"none",
|
|
4443
|
-
"content",
|
|
4444
|
-
"auto",
|
|
4445
|
-
"min-content",
|
|
4446
|
-
"max-content",
|
|
4447
|
-
"fit-content"
|
|
4448
|
-
],
|
|
4449
|
-
gridAutoFlow: ["row", "column", "dense"],
|
|
4450
|
-
gridAutoRows: [
|
|
4451
|
-
"none",
|
|
4452
|
-
"content",
|
|
4453
|
-
"auto",
|
|
4454
|
-
"min-content",
|
|
4455
|
-
"max-content",
|
|
4456
|
-
"fit-content"
|
|
4457
|
-
],
|
|
4458
|
-
gridColumnEnd: ["auto", "span"],
|
|
4459
|
-
gridColumnStart: ["auto", "span"],
|
|
4460
|
-
gridRowEnd: ["auto", "span"],
|
|
4461
|
-
gridRowStart: ["auto", "span"],
|
|
4462
|
-
gridTemplateAreas: ["none"],
|
|
4463
|
-
gridTemplateColumns: [
|
|
4464
|
-
"none",
|
|
4465
|
-
"content",
|
|
4466
|
-
"auto",
|
|
4467
|
-
"min-content",
|
|
4468
|
-
"max-content",
|
|
4469
|
-
"fit-content",
|
|
4470
|
-
"auto-fill",
|
|
4471
|
-
"auto-fit",
|
|
4472
|
-
"subgrid"
|
|
4473
|
-
],
|
|
4474
|
-
gridTemplateRows: [
|
|
4475
|
-
"none",
|
|
4476
|
-
"content",
|
|
4477
|
-
"auto",
|
|
4478
|
-
"min-content",
|
|
4479
|
-
"max-content",
|
|
4480
|
-
"fit-content",
|
|
4481
|
-
"auto-fill",
|
|
4482
|
-
"auto-fit",
|
|
4483
|
-
"subgrid"
|
|
4484
|
-
],
|
|
4485
|
-
hangingPunctuation: ["none", "first", "force-end", "allow-end", "last"],
|
|
4486
|
-
height: ["auto", "min-content", "max-content", "fit-content"],
|
|
4487
|
-
hyphens: ["none", "manual", "auto"],
|
|
4488
|
-
imageOrientation: ["from-image", "flip"],
|
|
4489
|
-
imageRendering: ["auto", "crisp-edges", "pixelated"],
|
|
4490
|
-
imageResolution: ["from-image", "snap"],
|
|
4491
|
-
initialLetter: ["normal"],
|
|
4492
|
-
initialLetterAlign: ["auto", "alphabetic", "hanging", "ideographic"],
|
|
4493
|
-
inlineSize: ["auto", "min-content", "max-content", "fit-content"],
|
|
4494
|
-
inset: ["auto"],
|
|
4495
|
-
insetBlock: ["auto"],
|
|
4496
|
-
insetBlockEnd: ["auto"],
|
|
4497
|
-
insetBlockStart: ["auto"],
|
|
4498
|
-
insetInline: ["auto"],
|
|
4499
|
-
insetInlineEnd: ["auto"],
|
|
4500
|
-
insetInlineStart: ["auto"],
|
|
4501
|
-
isolation: ["auto", "isolate"],
|
|
4502
|
-
justifyContent: [
|
|
4503
|
-
"normal",
|
|
4504
|
-
"space-between",
|
|
4505
|
-
"space-around",
|
|
4506
|
-
"space-evenly",
|
|
4507
|
-
"stretch",
|
|
4508
|
-
"unsafe",
|
|
4509
|
-
"safe",
|
|
4510
|
-
"center",
|
|
4511
|
-
"start",
|
|
4512
|
-
"end",
|
|
4513
|
-
"flex-start",
|
|
4514
|
-
"flex-end",
|
|
4515
|
-
"left",
|
|
4516
|
-
"right"
|
|
4517
|
-
],
|
|
4518
|
-
justifyItems: [
|
|
4519
|
-
"normal",
|
|
4520
|
-
"stretch",
|
|
4521
|
-
"first",
|
|
4522
|
-
"last",
|
|
4523
|
-
"baseline",
|
|
4524
|
-
"unsafe",
|
|
4525
|
-
"safe",
|
|
4526
|
-
"center",
|
|
4527
|
-
"start",
|
|
4528
|
-
"end",
|
|
4529
|
-
"self-start",
|
|
4530
|
-
"self-end",
|
|
4531
|
-
"flex-start",
|
|
4532
|
-
"flex-end",
|
|
4533
|
-
"left",
|
|
4534
|
-
"right",
|
|
4535
|
-
"legacy"
|
|
4536
|
-
],
|
|
4537
|
-
justifySelf: [
|
|
4538
|
-
"auto",
|
|
4539
|
-
"normal",
|
|
4540
|
-
"stretch",
|
|
4541
|
-
"first",
|
|
4542
|
-
"last",
|
|
4543
|
-
"baseline",
|
|
4544
|
-
"unsafe",
|
|
4545
|
-
"safe",
|
|
4546
|
-
"center",
|
|
4547
|
-
"start",
|
|
4548
|
-
"end",
|
|
4549
|
-
"self-start",
|
|
4550
|
-
"self-end",
|
|
4551
|
-
"flex-start",
|
|
4552
|
-
"flex-end",
|
|
4553
|
-
"left",
|
|
4554
|
-
"right"
|
|
3386
|
+
"ic-height",
|
|
3387
|
+
"from-font"
|
|
4555
3388
|
],
|
|
4556
|
-
|
|
3389
|
+
fontStretch: [
|
|
4557
3390
|
"normal",
|
|
4558
|
-
"
|
|
4559
|
-
"
|
|
4560
|
-
"
|
|
4561
|
-
"
|
|
4562
|
-
"
|
|
4563
|
-
"
|
|
4564
|
-
"
|
|
4565
|
-
"
|
|
4566
|
-
"end",
|
|
4567
|
-
"flex-start",
|
|
4568
|
-
"flex-end",
|
|
4569
|
-
"left",
|
|
4570
|
-
"right"
|
|
3391
|
+
"ultra-condensed",
|
|
3392
|
+
"extra-condensed",
|
|
3393
|
+
"condensed",
|
|
3394
|
+
"semi-condensed",
|
|
3395
|
+
"semi-expanded",
|
|
3396
|
+
"expanded",
|
|
3397
|
+
"extra-expanded",
|
|
3398
|
+
"ultra-expanded"
|
|
4571
3399
|
],
|
|
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
|
-
"
|
|
4613
|
-
"
|
|
4614
|
-
"
|
|
4615
|
-
"
|
|
4616
|
-
"
|
|
4617
|
-
"
|
|
4618
|
-
"
|
|
4619
|
-
"darkturquoise",
|
|
4620
|
-
"darkviolet",
|
|
4621
|
-
"deeppink",
|
|
4622
|
-
"deepskyblue",
|
|
4623
|
-
"dimgray",
|
|
4624
|
-
"dimgrey",
|
|
4625
|
-
"dodgerblue",
|
|
4626
|
-
"firebrick",
|
|
4627
|
-
"floralwhite",
|
|
4628
|
-
"forestgreen",
|
|
4629
|
-
"fuchsia",
|
|
4630
|
-
"gainsboro",
|
|
4631
|
-
"ghostwhite",
|
|
4632
|
-
"gold",
|
|
4633
|
-
"goldenrod",
|
|
4634
|
-
"gray",
|
|
4635
|
-
"green",
|
|
4636
|
-
"greenyellow",
|
|
4637
|
-
"grey",
|
|
4638
|
-
"honeydew",
|
|
4639
|
-
"hotpink",
|
|
4640
|
-
"indianred",
|
|
4641
|
-
"indigo",
|
|
4642
|
-
"ivory",
|
|
4643
|
-
"khaki",
|
|
4644
|
-
"lavender",
|
|
4645
|
-
"lavenderblush",
|
|
4646
|
-
"lawngreen",
|
|
4647
|
-
"lemonchiffon",
|
|
4648
|
-
"lightblue",
|
|
4649
|
-
"lightcoral",
|
|
4650
|
-
"lightcyan",
|
|
4651
|
-
"lightgoldenrodyellow",
|
|
4652
|
-
"lightgray",
|
|
4653
|
-
"lightgreen",
|
|
4654
|
-
"lightgrey",
|
|
4655
|
-
"lightpink",
|
|
4656
|
-
"lightsalmon",
|
|
4657
|
-
"lightseagreen",
|
|
4658
|
-
"lightskyblue",
|
|
4659
|
-
"lightslategray",
|
|
4660
|
-
"lightslategrey",
|
|
4661
|
-
"lightsteelblue",
|
|
4662
|
-
"lightyellow",
|
|
4663
|
-
"lime",
|
|
4664
|
-
"limegreen",
|
|
4665
|
-
"linen",
|
|
4666
|
-
"magenta",
|
|
4667
|
-
"maroon",
|
|
4668
|
-
"mediumaquamarine",
|
|
4669
|
-
"mediumblue",
|
|
4670
|
-
"mediumorchid",
|
|
4671
|
-
"mediumpurple",
|
|
4672
|
-
"mediumseagreen",
|
|
4673
|
-
"mediumslateblue",
|
|
4674
|
-
"mediumspringgreen",
|
|
4675
|
-
"mediumturquoise",
|
|
4676
|
-
"mediumvioletred",
|
|
4677
|
-
"midnightblue",
|
|
4678
|
-
"mintcream",
|
|
4679
|
-
"mistyrose",
|
|
4680
|
-
"moccasin",
|
|
4681
|
-
"navajowhite",
|
|
4682
|
-
"navy",
|
|
4683
|
-
"oldlace",
|
|
4684
|
-
"olive",
|
|
4685
|
-
"olivedrab",
|
|
4686
|
-
"orange",
|
|
4687
|
-
"orangered",
|
|
4688
|
-
"orchid",
|
|
4689
|
-
"palegoldenrod",
|
|
4690
|
-
"palegreen",
|
|
4691
|
-
"paleturquoise",
|
|
4692
|
-
"palevioletred",
|
|
4693
|
-
"papayawhip",
|
|
4694
|
-
"peachpuff",
|
|
4695
|
-
"peru",
|
|
4696
|
-
"pink",
|
|
4697
|
-
"plum",
|
|
4698
|
-
"powderblue",
|
|
4699
|
-
"purple",
|
|
4700
|
-
"rebeccapurple",
|
|
4701
|
-
"red",
|
|
4702
|
-
"rosybrown",
|
|
4703
|
-
"royalblue",
|
|
4704
|
-
"saddlebrown",
|
|
4705
|
-
"salmon",
|
|
4706
|
-
"sandybrown",
|
|
4707
|
-
"seagreen",
|
|
4708
|
-
"seashell",
|
|
4709
|
-
"sienna",
|
|
4710
|
-
"silver",
|
|
4711
|
-
"skyblue",
|
|
4712
|
-
"slateblue",
|
|
4713
|
-
"slategray",
|
|
4714
|
-
"slategrey",
|
|
4715
|
-
"snow",
|
|
4716
|
-
"springgreen",
|
|
4717
|
-
"steelblue",
|
|
4718
|
-
"tan",
|
|
4719
|
-
"teal",
|
|
4720
|
-
"thistle",
|
|
4721
|
-
"tomato",
|
|
4722
|
-
"turquoise",
|
|
4723
|
-
"violet",
|
|
4724
|
-
"wheat",
|
|
4725
|
-
"white",
|
|
4726
|
-
"whitesmoke",
|
|
4727
|
-
"yellow",
|
|
4728
|
-
"yellowgreen",
|
|
4729
|
-
"currentcolor",
|
|
4730
|
-
"ActiveBorder",
|
|
4731
|
-
"ActiveCaption",
|
|
4732
|
-
"AppWorkspace",
|
|
4733
|
-
"Background",
|
|
4734
|
-
"ButtonFace",
|
|
4735
|
-
"ButtonHighlight",
|
|
4736
|
-
"ButtonShadow",
|
|
4737
|
-
"ButtonText",
|
|
4738
|
-
"CaptionText",
|
|
4739
|
-
"GrayText",
|
|
4740
|
-
"Highlight",
|
|
4741
|
-
"HighlightText",
|
|
4742
|
-
"InactiveBorder",
|
|
4743
|
-
"InactiveCaption",
|
|
4744
|
-
"InactiveCaptionText",
|
|
4745
|
-
"InfoBackground",
|
|
4746
|
-
"InfoText",
|
|
4747
|
-
"Menu",
|
|
4748
|
-
"MenuText",
|
|
4749
|
-
"Scrollbar",
|
|
4750
|
-
"ThreeDDarkShadow",
|
|
4751
|
-
"ThreeDFace",
|
|
4752
|
-
"ThreeDHighlight",
|
|
4753
|
-
"ThreeDLightShadow",
|
|
4754
|
-
"ThreeDShadow",
|
|
4755
|
-
"Window",
|
|
4756
|
-
"WindowFrame",
|
|
4757
|
-
"WindowText",
|
|
4758
|
-
"to",
|
|
4759
|
-
"left",
|
|
4760
|
-
"right",
|
|
4761
|
-
"top",
|
|
4762
|
-
"bottom",
|
|
4763
|
-
"circle",
|
|
4764
|
-
"ellipse",
|
|
4765
|
-
"closest-side",
|
|
4766
|
-
"farthest-side",
|
|
4767
|
-
"closest-corner",
|
|
4768
|
-
"farthest-corner",
|
|
4769
|
-
"at",
|
|
4770
|
-
"center",
|
|
4771
|
-
"from",
|
|
4772
|
-
"none"
|
|
3400
|
+
fontStyle: ["normal", "italic", "oblique"],
|
|
3401
|
+
fontSynthesis: ["none", "weight", "style", "small-caps"],
|
|
3402
|
+
fontVariant: [
|
|
3403
|
+
"normal",
|
|
3404
|
+
"none",
|
|
3405
|
+
"common-ligatures",
|
|
3406
|
+
"no-common-ligatures",
|
|
3407
|
+
"discretionary-ligatures",
|
|
3408
|
+
"no-discretionary-ligatures",
|
|
3409
|
+
"historical-ligatures",
|
|
3410
|
+
"no-historical-ligatures",
|
|
3411
|
+
"contextual",
|
|
3412
|
+
"no-contextual",
|
|
3413
|
+
"historical-forms",
|
|
3414
|
+
"small-caps",
|
|
3415
|
+
"all-small-caps",
|
|
3416
|
+
"petite-caps",
|
|
3417
|
+
"all-petite-caps",
|
|
3418
|
+
"unicase",
|
|
3419
|
+
"titling-caps",
|
|
3420
|
+
"lining-nums",
|
|
3421
|
+
"oldstyle-nums",
|
|
3422
|
+
"proportional-nums",
|
|
3423
|
+
"tabular-nums",
|
|
3424
|
+
"diagonal-fractions",
|
|
3425
|
+
"stacked-fractions",
|
|
3426
|
+
"ordinal",
|
|
3427
|
+
"slashed-zero",
|
|
3428
|
+
"jis78",
|
|
3429
|
+
"jis83",
|
|
3430
|
+
"jis90",
|
|
3431
|
+
"jis04",
|
|
3432
|
+
"simplified",
|
|
3433
|
+
"traditional",
|
|
3434
|
+
"full-width",
|
|
3435
|
+
"proportional-width",
|
|
3436
|
+
"ruby"
|
|
3437
|
+
],
|
|
3438
|
+
fontVariantAlternates: ["normal", "historical-forms"],
|
|
3439
|
+
fontVariantCaps: [
|
|
3440
|
+
"normal",
|
|
3441
|
+
"small-caps",
|
|
3442
|
+
"all-small-caps",
|
|
3443
|
+
"petite-caps",
|
|
3444
|
+
"all-petite-caps",
|
|
3445
|
+
"unicase",
|
|
3446
|
+
"titling-caps"
|
|
4773
3447
|
],
|
|
4774
|
-
|
|
4775
|
-
|
|
4776
|
-
|
|
4777
|
-
|
|
4778
|
-
|
|
4779
|
-
|
|
4780
|
-
|
|
4781
|
-
|
|
4782
|
-
|
|
4783
|
-
|
|
4784
|
-
|
|
4785
|
-
|
|
4786
|
-
|
|
4787
|
-
|
|
4788
|
-
maskBorderRepeat: ["stretch", "repeat", "round", "space"],
|
|
4789
|
-
maskBorderSlice: ["fill"],
|
|
4790
|
-
maskBorderSource: [
|
|
3448
|
+
fontVariantEastAsian: [
|
|
3449
|
+
"normal",
|
|
3450
|
+
"jis78",
|
|
3451
|
+
"jis83",
|
|
3452
|
+
"jis90",
|
|
3453
|
+
"jis04",
|
|
3454
|
+
"simplified",
|
|
3455
|
+
"traditional",
|
|
3456
|
+
"full-width",
|
|
3457
|
+
"proportional-width",
|
|
3458
|
+
"ruby"
|
|
3459
|
+
],
|
|
3460
|
+
fontVariantLigatures: [
|
|
3461
|
+
"normal",
|
|
4791
3462
|
"none",
|
|
4792
|
-
"
|
|
4793
|
-
"
|
|
4794
|
-
"
|
|
4795
|
-
"
|
|
4796
|
-
"
|
|
4797
|
-
"
|
|
4798
|
-
"
|
|
4799
|
-
"
|
|
4800
|
-
|
|
4801
|
-
|
|
4802
|
-
"
|
|
4803
|
-
"
|
|
4804
|
-
"
|
|
4805
|
-
"
|
|
4806
|
-
"
|
|
4807
|
-
"
|
|
4808
|
-
"
|
|
4809
|
-
"
|
|
4810
|
-
"
|
|
4811
|
-
|
|
4812
|
-
|
|
4813
|
-
|
|
4814
|
-
|
|
4815
|
-
|
|
4816
|
-
|
|
4817
|
-
|
|
4818
|
-
|
|
4819
|
-
|
|
4820
|
-
|
|
4821
|
-
|
|
4822
|
-
|
|
4823
|
-
|
|
4824
|
-
"
|
|
4825
|
-
"
|
|
4826
|
-
"
|
|
4827
|
-
"
|
|
4828
|
-
"
|
|
4829
|
-
|
|
4830
|
-
|
|
4831
|
-
|
|
4832
|
-
|
|
4833
|
-
|
|
4834
|
-
|
|
4835
|
-
|
|
4836
|
-
|
|
4837
|
-
|
|
4838
|
-
|
|
4839
|
-
|
|
4840
|
-
|
|
4841
|
-
|
|
4842
|
-
|
|
4843
|
-
|
|
4844
|
-
|
|
4845
|
-
|
|
4846
|
-
|
|
4847
|
-
|
|
4848
|
-
"
|
|
4849
|
-
"
|
|
4850
|
-
"
|
|
4851
|
-
"
|
|
4852
|
-
"
|
|
4853
|
-
"
|
|
4854
|
-
"
|
|
4855
|
-
"indigo",
|
|
4856
|
-
"ivory",
|
|
4857
|
-
"khaki",
|
|
4858
|
-
"lavender",
|
|
4859
|
-
"lavenderblush",
|
|
4860
|
-
"lawngreen",
|
|
4861
|
-
"lemonchiffon",
|
|
4862
|
-
"lightblue",
|
|
4863
|
-
"lightcoral",
|
|
4864
|
-
"lightcyan",
|
|
4865
|
-
"lightgoldenrodyellow",
|
|
4866
|
-
"lightgray",
|
|
4867
|
-
"lightgreen",
|
|
4868
|
-
"lightgrey",
|
|
4869
|
-
"lightpink",
|
|
4870
|
-
"lightsalmon",
|
|
4871
|
-
"lightseagreen",
|
|
4872
|
-
"lightskyblue",
|
|
4873
|
-
"lightslategray",
|
|
4874
|
-
"lightslategrey",
|
|
4875
|
-
"lightsteelblue",
|
|
4876
|
-
"lightyellow",
|
|
4877
|
-
"lime",
|
|
4878
|
-
"limegreen",
|
|
4879
|
-
"linen",
|
|
4880
|
-
"magenta",
|
|
4881
|
-
"maroon",
|
|
4882
|
-
"mediumaquamarine",
|
|
4883
|
-
"mediumblue",
|
|
4884
|
-
"mediumorchid",
|
|
4885
|
-
"mediumpurple",
|
|
4886
|
-
"mediumseagreen",
|
|
4887
|
-
"mediumslateblue",
|
|
4888
|
-
"mediumspringgreen",
|
|
4889
|
-
"mediumturquoise",
|
|
4890
|
-
"mediumvioletred",
|
|
4891
|
-
"midnightblue",
|
|
4892
|
-
"mintcream",
|
|
4893
|
-
"mistyrose",
|
|
4894
|
-
"moccasin",
|
|
4895
|
-
"navajowhite",
|
|
4896
|
-
"navy",
|
|
4897
|
-
"oldlace",
|
|
4898
|
-
"olive",
|
|
4899
|
-
"olivedrab",
|
|
4900
|
-
"orange",
|
|
4901
|
-
"orangered",
|
|
4902
|
-
"orchid",
|
|
4903
|
-
"palegoldenrod",
|
|
4904
|
-
"palegreen",
|
|
4905
|
-
"paleturquoise",
|
|
4906
|
-
"palevioletred",
|
|
4907
|
-
"papayawhip",
|
|
4908
|
-
"peachpuff",
|
|
4909
|
-
"peru",
|
|
4910
|
-
"pink",
|
|
4911
|
-
"plum",
|
|
4912
|
-
"powderblue",
|
|
4913
|
-
"purple",
|
|
4914
|
-
"rebeccapurple",
|
|
4915
|
-
"red",
|
|
4916
|
-
"rosybrown",
|
|
4917
|
-
"royalblue",
|
|
4918
|
-
"saddlebrown",
|
|
4919
|
-
"salmon",
|
|
4920
|
-
"sandybrown",
|
|
4921
|
-
"seagreen",
|
|
4922
|
-
"seashell",
|
|
4923
|
-
"sienna",
|
|
4924
|
-
"silver",
|
|
4925
|
-
"skyblue",
|
|
4926
|
-
"slateblue",
|
|
4927
|
-
"slategray",
|
|
4928
|
-
"slategrey",
|
|
4929
|
-
"snow",
|
|
4930
|
-
"springgreen",
|
|
4931
|
-
"steelblue",
|
|
4932
|
-
"tan",
|
|
4933
|
-
"teal",
|
|
4934
|
-
"thistle",
|
|
4935
|
-
"tomato",
|
|
4936
|
-
"turquoise",
|
|
4937
|
-
"violet",
|
|
4938
|
-
"wheat",
|
|
4939
|
-
"white",
|
|
4940
|
-
"whitesmoke",
|
|
4941
|
-
"yellow",
|
|
4942
|
-
"yellowgreen",
|
|
4943
|
-
"currentcolor",
|
|
4944
|
-
"ActiveBorder",
|
|
4945
|
-
"ActiveCaption",
|
|
4946
|
-
"AppWorkspace",
|
|
4947
|
-
"Background",
|
|
4948
|
-
"ButtonFace",
|
|
4949
|
-
"ButtonHighlight",
|
|
4950
|
-
"ButtonShadow",
|
|
4951
|
-
"ButtonText",
|
|
4952
|
-
"CaptionText",
|
|
4953
|
-
"GrayText",
|
|
4954
|
-
"Highlight",
|
|
4955
|
-
"HighlightText",
|
|
4956
|
-
"InactiveBorder",
|
|
4957
|
-
"InactiveCaption",
|
|
4958
|
-
"InactiveCaptionText",
|
|
4959
|
-
"InfoBackground",
|
|
4960
|
-
"InfoText",
|
|
4961
|
-
"Menu",
|
|
4962
|
-
"MenuText",
|
|
4963
|
-
"Scrollbar",
|
|
4964
|
-
"ThreeDDarkShadow",
|
|
4965
|
-
"ThreeDFace",
|
|
4966
|
-
"ThreeDHighlight",
|
|
4967
|
-
"ThreeDLightShadow",
|
|
4968
|
-
"ThreeDShadow",
|
|
4969
|
-
"Window",
|
|
4970
|
-
"WindowFrame",
|
|
4971
|
-
"WindowText",
|
|
4972
|
-
"to",
|
|
4973
|
-
"left",
|
|
4974
|
-
"right",
|
|
4975
|
-
"top",
|
|
4976
|
-
"bottom",
|
|
4977
|
-
"circle",
|
|
4978
|
-
"ellipse",
|
|
4979
|
-
"closest-side",
|
|
4980
|
-
"farthest-side",
|
|
4981
|
-
"closest-corner",
|
|
4982
|
-
"farthest-corner",
|
|
4983
|
-
"at",
|
|
3463
|
+
"common-ligatures",
|
|
3464
|
+
"no-common-ligatures",
|
|
3465
|
+
"discretionary-ligatures",
|
|
3466
|
+
"no-discretionary-ligatures",
|
|
3467
|
+
"historical-ligatures",
|
|
3468
|
+
"no-historical-ligatures",
|
|
3469
|
+
"contextual",
|
|
3470
|
+
"no-contextual"
|
|
3471
|
+
],
|
|
3472
|
+
fontVariantNumeric: [
|
|
3473
|
+
"normal",
|
|
3474
|
+
"lining-nums",
|
|
3475
|
+
"oldstyle-nums",
|
|
3476
|
+
"proportional-nums",
|
|
3477
|
+
"tabular-nums",
|
|
3478
|
+
"diagonal-fractions",
|
|
3479
|
+
"stacked-fractions",
|
|
3480
|
+
"ordinal",
|
|
3481
|
+
"slashed-zero"
|
|
3482
|
+
],
|
|
3483
|
+
fontVariantPosition: ["normal", "sub", "super"],
|
|
3484
|
+
fontWeight: ["normal", "bold", "bolder", "lighter"],
|
|
3485
|
+
forcedColorAdjust: ["auto", "none"],
|
|
3486
|
+
gridAutoColumns: ["min-content", "max-content", "auto"],
|
|
3487
|
+
gridAutoFlow: ["row", "column", "dense"],
|
|
3488
|
+
gridAutoRows: ["min-content", "max-content", "auto"],
|
|
3489
|
+
gridColumnEnd: ["auto", "span"],
|
|
3490
|
+
gridColumnStart: ["auto", "span"],
|
|
3491
|
+
gridRowEnd: ["auto", "span"],
|
|
3492
|
+
gridRowStart: ["auto", "span"],
|
|
3493
|
+
gridTemplateAreas: ["none"],
|
|
3494
|
+
gridTemplateColumns: [
|
|
3495
|
+
"none",
|
|
3496
|
+
"min-content",
|
|
3497
|
+
"max-content",
|
|
3498
|
+
"auto",
|
|
3499
|
+
"subgrid"
|
|
3500
|
+
],
|
|
3501
|
+
gridTemplateRows: ["none", "min-content", "max-content", "auto", "subgrid"],
|
|
3502
|
+
hangingPunctuation: ["none", "first", "force-end", "allow-end", "last"],
|
|
3503
|
+
height: ["auto", "min-content", "max-content", "fit-content"],
|
|
3504
|
+
hyphenateCharacter: ["auto"],
|
|
3505
|
+
hyphens: ["none", "manual", "auto"],
|
|
3506
|
+
imageOrientation: ["from-image", "flip"],
|
|
3507
|
+
imageRendering: ["auto", "crisp-edges", "pixelated"],
|
|
3508
|
+
imageResolution: ["from-image", "snap"],
|
|
3509
|
+
initialLetter: ["normal"],
|
|
3510
|
+
initialLetterAlign: ["auto", "alphabetic", "hanging", "ideographic"],
|
|
3511
|
+
inlineSize: ["auto", "min-content", "max-content", "fit-content"],
|
|
3512
|
+
inputSecurity: ["auto", "none"],
|
|
3513
|
+
insetBlockEnd: ["auto"],
|
|
3514
|
+
insetBlockStart: ["auto"],
|
|
3515
|
+
insetInlineEnd: ["auto"],
|
|
3516
|
+
insetInlineStart: ["auto"],
|
|
3517
|
+
isolation: ["auto", "isolate"],
|
|
3518
|
+
justifyContent: [
|
|
3519
|
+
"normal",
|
|
3520
|
+
"space-between",
|
|
3521
|
+
"space-around",
|
|
3522
|
+
"space-evenly",
|
|
3523
|
+
"stretch",
|
|
3524
|
+
"unsafe",
|
|
3525
|
+
"safe",
|
|
4984
3526
|
"center",
|
|
4985
|
-
"
|
|
4986
|
-
|
|
4987
|
-
|
|
4988
|
-
|
|
4989
|
-
"
|
|
4990
|
-
"
|
|
4991
|
-
"content-box",
|
|
4992
|
-
"margin-box",
|
|
4993
|
-
"fill-box",
|
|
4994
|
-
"stroke-box",
|
|
4995
|
-
"view-box",
|
|
4996
|
-
"no-clip"
|
|
3527
|
+
"start",
|
|
3528
|
+
"end",
|
|
3529
|
+
"flex-start",
|
|
3530
|
+
"flex-end",
|
|
3531
|
+
"left",
|
|
3532
|
+
"right"
|
|
4997
3533
|
],
|
|
4998
|
-
|
|
4999
|
-
|
|
5000
|
-
"
|
|
5001
|
-
"
|
|
5002
|
-
"
|
|
5003
|
-
"
|
|
5004
|
-
"
|
|
5005
|
-
"
|
|
5006
|
-
"
|
|
5007
|
-
"
|
|
5008
|
-
"
|
|
5009
|
-
"
|
|
5010
|
-
"
|
|
5011
|
-
"
|
|
5012
|
-
"
|
|
5013
|
-
"blue",
|
|
5014
|
-
"blueviolet",
|
|
5015
|
-
"brown",
|
|
5016
|
-
"burlywood",
|
|
5017
|
-
"cadetblue",
|
|
5018
|
-
"chartreuse",
|
|
5019
|
-
"chocolate",
|
|
5020
|
-
"coral",
|
|
5021
|
-
"cornflowerblue",
|
|
5022
|
-
"cornsilk",
|
|
5023
|
-
"crimson",
|
|
5024
|
-
"cyan",
|
|
5025
|
-
"darkblue",
|
|
5026
|
-
"darkcyan",
|
|
5027
|
-
"darkgoldenrod",
|
|
5028
|
-
"darkgray",
|
|
5029
|
-
"darkgreen",
|
|
5030
|
-
"darkgrey",
|
|
5031
|
-
"darkkhaki",
|
|
5032
|
-
"darkmagenta",
|
|
5033
|
-
"darkolivegreen",
|
|
5034
|
-
"darkorange",
|
|
5035
|
-
"darkorchid",
|
|
5036
|
-
"darkred",
|
|
5037
|
-
"darksalmon",
|
|
5038
|
-
"darkseagreen",
|
|
5039
|
-
"darkslateblue",
|
|
5040
|
-
"darkslategray",
|
|
5041
|
-
"darkslategrey",
|
|
5042
|
-
"darkturquoise",
|
|
5043
|
-
"darkviolet",
|
|
5044
|
-
"deeppink",
|
|
5045
|
-
"deepskyblue",
|
|
5046
|
-
"dimgray",
|
|
5047
|
-
"dimgrey",
|
|
5048
|
-
"dodgerblue",
|
|
5049
|
-
"firebrick",
|
|
5050
|
-
"floralwhite",
|
|
5051
|
-
"forestgreen",
|
|
5052
|
-
"fuchsia",
|
|
5053
|
-
"gainsboro",
|
|
5054
|
-
"ghostwhite",
|
|
5055
|
-
"gold",
|
|
5056
|
-
"goldenrod",
|
|
5057
|
-
"gray",
|
|
5058
|
-
"green",
|
|
5059
|
-
"greenyellow",
|
|
5060
|
-
"grey",
|
|
5061
|
-
"honeydew",
|
|
5062
|
-
"hotpink",
|
|
5063
|
-
"indianred",
|
|
5064
|
-
"indigo",
|
|
5065
|
-
"ivory",
|
|
5066
|
-
"khaki",
|
|
5067
|
-
"lavender",
|
|
5068
|
-
"lavenderblush",
|
|
5069
|
-
"lawngreen",
|
|
5070
|
-
"lemonchiffon",
|
|
5071
|
-
"lightblue",
|
|
5072
|
-
"lightcoral",
|
|
5073
|
-
"lightcyan",
|
|
5074
|
-
"lightgoldenrodyellow",
|
|
5075
|
-
"lightgray",
|
|
5076
|
-
"lightgreen",
|
|
5077
|
-
"lightgrey",
|
|
5078
|
-
"lightpink",
|
|
5079
|
-
"lightsalmon",
|
|
5080
|
-
"lightseagreen",
|
|
5081
|
-
"lightskyblue",
|
|
5082
|
-
"lightslategray",
|
|
5083
|
-
"lightslategrey",
|
|
5084
|
-
"lightsteelblue",
|
|
5085
|
-
"lightyellow",
|
|
5086
|
-
"lime",
|
|
5087
|
-
"limegreen",
|
|
5088
|
-
"linen",
|
|
5089
|
-
"magenta",
|
|
5090
|
-
"maroon",
|
|
5091
|
-
"mediumaquamarine",
|
|
5092
|
-
"mediumblue",
|
|
5093
|
-
"mediumorchid",
|
|
5094
|
-
"mediumpurple",
|
|
5095
|
-
"mediumseagreen",
|
|
5096
|
-
"mediumslateblue",
|
|
5097
|
-
"mediumspringgreen",
|
|
5098
|
-
"mediumturquoise",
|
|
5099
|
-
"mediumvioletred",
|
|
5100
|
-
"midnightblue",
|
|
5101
|
-
"mintcream",
|
|
5102
|
-
"mistyrose",
|
|
5103
|
-
"moccasin",
|
|
5104
|
-
"navajowhite",
|
|
5105
|
-
"navy",
|
|
5106
|
-
"oldlace",
|
|
5107
|
-
"olive",
|
|
5108
|
-
"olivedrab",
|
|
5109
|
-
"orange",
|
|
5110
|
-
"orangered",
|
|
5111
|
-
"orchid",
|
|
5112
|
-
"palegoldenrod",
|
|
5113
|
-
"palegreen",
|
|
5114
|
-
"paleturquoise",
|
|
5115
|
-
"palevioletred",
|
|
5116
|
-
"papayawhip",
|
|
5117
|
-
"peachpuff",
|
|
5118
|
-
"peru",
|
|
5119
|
-
"pink",
|
|
5120
|
-
"plum",
|
|
5121
|
-
"powderblue",
|
|
5122
|
-
"purple",
|
|
5123
|
-
"rebeccapurple",
|
|
5124
|
-
"red",
|
|
5125
|
-
"rosybrown",
|
|
5126
|
-
"royalblue",
|
|
5127
|
-
"saddlebrown",
|
|
5128
|
-
"salmon",
|
|
5129
|
-
"sandybrown",
|
|
5130
|
-
"seagreen",
|
|
5131
|
-
"seashell",
|
|
5132
|
-
"sienna",
|
|
5133
|
-
"silver",
|
|
5134
|
-
"skyblue",
|
|
5135
|
-
"slateblue",
|
|
5136
|
-
"slategray",
|
|
5137
|
-
"slategrey",
|
|
5138
|
-
"snow",
|
|
5139
|
-
"springgreen",
|
|
5140
|
-
"steelblue",
|
|
5141
|
-
"tan",
|
|
5142
|
-
"teal",
|
|
5143
|
-
"thistle",
|
|
5144
|
-
"tomato",
|
|
5145
|
-
"turquoise",
|
|
5146
|
-
"violet",
|
|
5147
|
-
"wheat",
|
|
5148
|
-
"white",
|
|
5149
|
-
"whitesmoke",
|
|
5150
|
-
"yellow",
|
|
5151
|
-
"yellowgreen",
|
|
5152
|
-
"currentcolor",
|
|
5153
|
-
"ActiveBorder",
|
|
5154
|
-
"ActiveCaption",
|
|
5155
|
-
"AppWorkspace",
|
|
5156
|
-
"Background",
|
|
5157
|
-
"ButtonFace",
|
|
5158
|
-
"ButtonHighlight",
|
|
5159
|
-
"ButtonShadow",
|
|
5160
|
-
"ButtonText",
|
|
5161
|
-
"CaptionText",
|
|
5162
|
-
"GrayText",
|
|
5163
|
-
"Highlight",
|
|
5164
|
-
"HighlightText",
|
|
5165
|
-
"InactiveBorder",
|
|
5166
|
-
"InactiveCaption",
|
|
5167
|
-
"InactiveCaptionText",
|
|
5168
|
-
"InfoBackground",
|
|
5169
|
-
"InfoText",
|
|
5170
|
-
"Menu",
|
|
5171
|
-
"MenuText",
|
|
5172
|
-
"Scrollbar",
|
|
5173
|
-
"ThreeDDarkShadow",
|
|
5174
|
-
"ThreeDFace",
|
|
5175
|
-
"ThreeDHighlight",
|
|
5176
|
-
"ThreeDLightShadow",
|
|
5177
|
-
"ThreeDShadow",
|
|
5178
|
-
"Window",
|
|
5179
|
-
"WindowFrame",
|
|
5180
|
-
"WindowText",
|
|
5181
|
-
"to",
|
|
3534
|
+
justifyItems: [
|
|
3535
|
+
"normal",
|
|
3536
|
+
"stretch",
|
|
3537
|
+
"first",
|
|
3538
|
+
"last",
|
|
3539
|
+
"baseline",
|
|
3540
|
+
"unsafe",
|
|
3541
|
+
"safe",
|
|
3542
|
+
"center",
|
|
3543
|
+
"start",
|
|
3544
|
+
"end",
|
|
3545
|
+
"self-start",
|
|
3546
|
+
"self-end",
|
|
3547
|
+
"flex-start",
|
|
3548
|
+
"flex-end",
|
|
5182
3549
|
"left",
|
|
5183
3550
|
"right",
|
|
5184
|
-
"
|
|
5185
|
-
|
|
5186
|
-
|
|
5187
|
-
"
|
|
5188
|
-
"
|
|
5189
|
-
"
|
|
5190
|
-
"
|
|
5191
|
-
"
|
|
5192
|
-
"
|
|
3551
|
+
"legacy"
|
|
3552
|
+
],
|
|
3553
|
+
justifySelf: [
|
|
3554
|
+
"auto",
|
|
3555
|
+
"normal",
|
|
3556
|
+
"stretch",
|
|
3557
|
+
"first",
|
|
3558
|
+
"last",
|
|
3559
|
+
"baseline",
|
|
3560
|
+
"unsafe",
|
|
3561
|
+
"safe",
|
|
3562
|
+
"center",
|
|
3563
|
+
"start",
|
|
3564
|
+
"end",
|
|
3565
|
+
"self-start",
|
|
3566
|
+
"self-end",
|
|
3567
|
+
"flex-start",
|
|
3568
|
+
"flex-end",
|
|
3569
|
+
"left",
|
|
3570
|
+
"right"
|
|
3571
|
+
],
|
|
3572
|
+
justifyTracks: [
|
|
3573
|
+
"normal",
|
|
3574
|
+
"space-between",
|
|
3575
|
+
"space-around",
|
|
3576
|
+
"space-evenly",
|
|
3577
|
+
"stretch",
|
|
3578
|
+
"unsafe",
|
|
3579
|
+
"safe",
|
|
5193
3580
|
"center",
|
|
5194
|
-
"
|
|
3581
|
+
"start",
|
|
3582
|
+
"end",
|
|
3583
|
+
"flex-start",
|
|
3584
|
+
"flex-end",
|
|
3585
|
+
"left",
|
|
3586
|
+
"right"
|
|
3587
|
+
],
|
|
3588
|
+
left: ["auto"],
|
|
3589
|
+
letterSpacing: ["normal"],
|
|
3590
|
+
lineBreak: ["auto", "loose", "normal", "strict", "anywhere"],
|
|
3591
|
+
lineClamp: ["none"],
|
|
3592
|
+
lineHeight: ["normal"],
|
|
3593
|
+
listStyleImage: ["none"],
|
|
3594
|
+
listStylePosition: ["inside", "outside"],
|
|
3595
|
+
listStyleType: ["none"],
|
|
3596
|
+
marginBlockEnd: ["auto"],
|
|
3597
|
+
marginBlockStart: ["auto"],
|
|
3598
|
+
marginBottom: ["auto"],
|
|
3599
|
+
marginInlineEnd: ["auto"],
|
|
3600
|
+
marginInlineStart: ["auto"],
|
|
3601
|
+
marginLeft: ["auto"],
|
|
3602
|
+
marginRight: ["auto"],
|
|
3603
|
+
marginTop: ["auto"],
|
|
3604
|
+
marginTrim: ["none", "in-flow", "all"],
|
|
3605
|
+
maskBorderMode: ["luminance", "alpha"],
|
|
3606
|
+
maskBorderRepeat: ["stretch", "repeat", "round", "space"],
|
|
3607
|
+
maskBorderSlice: ["fill"],
|
|
3608
|
+
maskBorderSource: ["none"],
|
|
3609
|
+
maskBorderWidth: ["auto"],
|
|
3610
|
+
maskClip: [
|
|
3611
|
+
"border-box",
|
|
3612
|
+
"padding-box",
|
|
3613
|
+
"content-box",
|
|
3614
|
+
"margin-box",
|
|
3615
|
+
"fill-box",
|
|
3616
|
+
"stroke-box",
|
|
3617
|
+
"view-box",
|
|
3618
|
+
"no-clip"
|
|
5195
3619
|
],
|
|
3620
|
+
maskComposite: ["add", "subtract", "intersect", "exclude"],
|
|
3621
|
+
maskImage: ["none"],
|
|
5196
3622
|
maskMode: ["alpha", "luminance", "match-source"],
|
|
5197
3623
|
maskOrigin: [
|
|
5198
3624
|
"border-box",
|
|
@@ -5208,6 +3634,8 @@ const keywordValues = {
|
|
|
5208
3634
|
maskSize: ["auto", "cover", "contain"],
|
|
5209
3635
|
maskType: ["luminance", "alpha"],
|
|
5210
3636
|
masonryAutoFlow: ["pack", "next", "definite-first", "ordered"],
|
|
3637
|
+
mathDepth: ["auto-add"],
|
|
3638
|
+
mathShift: ["normal", "compact"],
|
|
5211
3639
|
mathStyle: ["normal", "compact"],
|
|
5212
3640
|
maxBlockSize: ["none", "min-content", "max-content", "fit-content"],
|
|
5213
3641
|
maxHeight: ["none", "min-content", "max-content", "fit-content"],
|
|
@@ -5234,27 +3662,14 @@ const keywordValues = {
|
|
|
5234
3662
|
"hue",
|
|
5235
3663
|
"saturation",
|
|
5236
3664
|
"color",
|
|
5237
|
-
"luminosity"
|
|
3665
|
+
"luminosity",
|
|
3666
|
+
"plus-lighter"
|
|
5238
3667
|
],
|
|
5239
3668
|
objectFit: ["fill", "contain", "cover", "none", "scale-down"],
|
|
5240
3669
|
objectPosition: ["left", "center", "right", "top", "bottom"],
|
|
5241
3670
|
offsetAnchor: ["auto", "left", "center", "right", "top", "bottom"],
|
|
5242
3671
|
offsetPath: [
|
|
5243
3672
|
"none",
|
|
5244
|
-
"closest-side",
|
|
5245
|
-
"farthest-side",
|
|
5246
|
-
"closest-corner",
|
|
5247
|
-
"farthest-corner",
|
|
5248
|
-
"contain",
|
|
5249
|
-
"nonzero",
|
|
5250
|
-
"evenodd",
|
|
5251
|
-
"round",
|
|
5252
|
-
"at",
|
|
5253
|
-
"left",
|
|
5254
|
-
"center",
|
|
5255
|
-
"right",
|
|
5256
|
-
"top",
|
|
5257
|
-
"bottom",
|
|
5258
3673
|
"border-box",
|
|
5259
3674
|
"padding-box",
|
|
5260
3675
|
"content-box",
|
|
@@ -5495,25 +3910,6 @@ const keywordValues = {
|
|
|
5495
3910
|
paintOrder: ["normal", "fill", "stroke", "markers"],
|
|
5496
3911
|
perspective: ["none"],
|
|
5497
3912
|
perspectiveOrigin: ["left", "center", "right", "top", "bottom"],
|
|
5498
|
-
placeContent: [
|
|
5499
|
-
"normal",
|
|
5500
|
-
"first",
|
|
5501
|
-
"last",
|
|
5502
|
-
"baseline",
|
|
5503
|
-
"space-between",
|
|
5504
|
-
"space-around",
|
|
5505
|
-
"space-evenly",
|
|
5506
|
-
"stretch",
|
|
5507
|
-
"unsafe",
|
|
5508
|
-
"safe",
|
|
5509
|
-
"center",
|
|
5510
|
-
"start",
|
|
5511
|
-
"end",
|
|
5512
|
-
"flex-start",
|
|
5513
|
-
"flex-end",
|
|
5514
|
-
"left",
|
|
5515
|
-
"right"
|
|
5516
|
-
],
|
|
5517
3913
|
pointerEvents: [
|
|
5518
3914
|
"auto",
|
|
5519
3915
|
"none",
|
|
@@ -5721,12 +4117,9 @@ const keywordValues = {
|
|
|
5721
4117
|
scrollbarGutter: ["auto", "stable", "both-edges"],
|
|
5722
4118
|
scrollbarWidth: ["auto", "thin", "none"],
|
|
5723
4119
|
scrollBehavior: ["auto", "smooth"],
|
|
5724
|
-
scrollPadding: ["auto"],
|
|
5725
|
-
scrollPaddingBlock: ["auto"],
|
|
5726
4120
|
scrollPaddingBlockStart: ["auto"],
|
|
5727
4121
|
scrollPaddingBlockEnd: ["auto"],
|
|
5728
4122
|
scrollPaddingBottom: ["auto"],
|
|
5729
|
-
scrollPaddingInline: ["auto"],
|
|
5730
4123
|
scrollPaddingInlineStart: ["auto"],
|
|
5731
4124
|
scrollPaddingInlineEnd: ["auto"],
|
|
5732
4125
|
scrollPaddingLeft: ["auto"],
|
|
@@ -5744,209 +4137,14 @@ const keywordValues = {
|
|
|
5744
4137
|
"mandatory",
|
|
5745
4138
|
"proximity"
|
|
5746
4139
|
],
|
|
4140
|
+
scrollTimelineAxis: ["block", "inline", "vertical", "horizontal"],
|
|
4141
|
+
scrollTimelineName: ["none"],
|
|
5747
4142
|
shapeOutside: [
|
|
5748
4143
|
"none",
|
|
5749
4144
|
"border-box",
|
|
5750
4145
|
"padding-box",
|
|
5751
4146
|
"content-box",
|
|
5752
|
-
"margin-box"
|
|
5753
|
-
"round",
|
|
5754
|
-
"closest-side",
|
|
5755
|
-
"farthest-side",
|
|
5756
|
-
"at",
|
|
5757
|
-
"left",
|
|
5758
|
-
"center",
|
|
5759
|
-
"right",
|
|
5760
|
-
"top",
|
|
5761
|
-
"bottom",
|
|
5762
|
-
"nonzero",
|
|
5763
|
-
"evenodd",
|
|
5764
|
-
"ltr",
|
|
5765
|
-
"rtl",
|
|
5766
|
-
"transparent",
|
|
5767
|
-
"aliceblue",
|
|
5768
|
-
"antiquewhite",
|
|
5769
|
-
"aqua",
|
|
5770
|
-
"aquamarine",
|
|
5771
|
-
"azure",
|
|
5772
|
-
"beige",
|
|
5773
|
-
"bisque",
|
|
5774
|
-
"black",
|
|
5775
|
-
"blanchedalmond",
|
|
5776
|
-
"blue",
|
|
5777
|
-
"blueviolet",
|
|
5778
|
-
"brown",
|
|
5779
|
-
"burlywood",
|
|
5780
|
-
"cadetblue",
|
|
5781
|
-
"chartreuse",
|
|
5782
|
-
"chocolate",
|
|
5783
|
-
"coral",
|
|
5784
|
-
"cornflowerblue",
|
|
5785
|
-
"cornsilk",
|
|
5786
|
-
"crimson",
|
|
5787
|
-
"cyan",
|
|
5788
|
-
"darkblue",
|
|
5789
|
-
"darkcyan",
|
|
5790
|
-
"darkgoldenrod",
|
|
5791
|
-
"darkgray",
|
|
5792
|
-
"darkgreen",
|
|
5793
|
-
"darkgrey",
|
|
5794
|
-
"darkkhaki",
|
|
5795
|
-
"darkmagenta",
|
|
5796
|
-
"darkolivegreen",
|
|
5797
|
-
"darkorange",
|
|
5798
|
-
"darkorchid",
|
|
5799
|
-
"darkred",
|
|
5800
|
-
"darksalmon",
|
|
5801
|
-
"darkseagreen",
|
|
5802
|
-
"darkslateblue",
|
|
5803
|
-
"darkslategray",
|
|
5804
|
-
"darkslategrey",
|
|
5805
|
-
"darkturquoise",
|
|
5806
|
-
"darkviolet",
|
|
5807
|
-
"deeppink",
|
|
5808
|
-
"deepskyblue",
|
|
5809
|
-
"dimgray",
|
|
5810
|
-
"dimgrey",
|
|
5811
|
-
"dodgerblue",
|
|
5812
|
-
"firebrick",
|
|
5813
|
-
"floralwhite",
|
|
5814
|
-
"forestgreen",
|
|
5815
|
-
"fuchsia",
|
|
5816
|
-
"gainsboro",
|
|
5817
|
-
"ghostwhite",
|
|
5818
|
-
"gold",
|
|
5819
|
-
"goldenrod",
|
|
5820
|
-
"gray",
|
|
5821
|
-
"green",
|
|
5822
|
-
"greenyellow",
|
|
5823
|
-
"grey",
|
|
5824
|
-
"honeydew",
|
|
5825
|
-
"hotpink",
|
|
5826
|
-
"indianred",
|
|
5827
|
-
"indigo",
|
|
5828
|
-
"ivory",
|
|
5829
|
-
"khaki",
|
|
5830
|
-
"lavender",
|
|
5831
|
-
"lavenderblush",
|
|
5832
|
-
"lawngreen",
|
|
5833
|
-
"lemonchiffon",
|
|
5834
|
-
"lightblue",
|
|
5835
|
-
"lightcoral",
|
|
5836
|
-
"lightcyan",
|
|
5837
|
-
"lightgoldenrodyellow",
|
|
5838
|
-
"lightgray",
|
|
5839
|
-
"lightgreen",
|
|
5840
|
-
"lightgrey",
|
|
5841
|
-
"lightpink",
|
|
5842
|
-
"lightsalmon",
|
|
5843
|
-
"lightseagreen",
|
|
5844
|
-
"lightskyblue",
|
|
5845
|
-
"lightslategray",
|
|
5846
|
-
"lightslategrey",
|
|
5847
|
-
"lightsteelblue",
|
|
5848
|
-
"lightyellow",
|
|
5849
|
-
"lime",
|
|
5850
|
-
"limegreen",
|
|
5851
|
-
"linen",
|
|
5852
|
-
"magenta",
|
|
5853
|
-
"maroon",
|
|
5854
|
-
"mediumaquamarine",
|
|
5855
|
-
"mediumblue",
|
|
5856
|
-
"mediumorchid",
|
|
5857
|
-
"mediumpurple",
|
|
5858
|
-
"mediumseagreen",
|
|
5859
|
-
"mediumslateblue",
|
|
5860
|
-
"mediumspringgreen",
|
|
5861
|
-
"mediumturquoise",
|
|
5862
|
-
"mediumvioletred",
|
|
5863
|
-
"midnightblue",
|
|
5864
|
-
"mintcream",
|
|
5865
|
-
"mistyrose",
|
|
5866
|
-
"moccasin",
|
|
5867
|
-
"navajowhite",
|
|
5868
|
-
"navy",
|
|
5869
|
-
"oldlace",
|
|
5870
|
-
"olive",
|
|
5871
|
-
"olivedrab",
|
|
5872
|
-
"orange",
|
|
5873
|
-
"orangered",
|
|
5874
|
-
"orchid",
|
|
5875
|
-
"palegoldenrod",
|
|
5876
|
-
"palegreen",
|
|
5877
|
-
"paleturquoise",
|
|
5878
|
-
"palevioletred",
|
|
5879
|
-
"papayawhip",
|
|
5880
|
-
"peachpuff",
|
|
5881
|
-
"peru",
|
|
5882
|
-
"pink",
|
|
5883
|
-
"plum",
|
|
5884
|
-
"powderblue",
|
|
5885
|
-
"purple",
|
|
5886
|
-
"rebeccapurple",
|
|
5887
|
-
"red",
|
|
5888
|
-
"rosybrown",
|
|
5889
|
-
"royalblue",
|
|
5890
|
-
"saddlebrown",
|
|
5891
|
-
"salmon",
|
|
5892
|
-
"sandybrown",
|
|
5893
|
-
"seagreen",
|
|
5894
|
-
"seashell",
|
|
5895
|
-
"sienna",
|
|
5896
|
-
"silver",
|
|
5897
|
-
"skyblue",
|
|
5898
|
-
"slateblue",
|
|
5899
|
-
"slategray",
|
|
5900
|
-
"slategrey",
|
|
5901
|
-
"snow",
|
|
5902
|
-
"springgreen",
|
|
5903
|
-
"steelblue",
|
|
5904
|
-
"tan",
|
|
5905
|
-
"teal",
|
|
5906
|
-
"thistle",
|
|
5907
|
-
"tomato",
|
|
5908
|
-
"turquoise",
|
|
5909
|
-
"violet",
|
|
5910
|
-
"wheat",
|
|
5911
|
-
"white",
|
|
5912
|
-
"whitesmoke",
|
|
5913
|
-
"yellow",
|
|
5914
|
-
"yellowgreen",
|
|
5915
|
-
"currentcolor",
|
|
5916
|
-
"ActiveBorder",
|
|
5917
|
-
"ActiveCaption",
|
|
5918
|
-
"AppWorkspace",
|
|
5919
|
-
"Background",
|
|
5920
|
-
"ButtonFace",
|
|
5921
|
-
"ButtonHighlight",
|
|
5922
|
-
"ButtonShadow",
|
|
5923
|
-
"ButtonText",
|
|
5924
|
-
"CaptionText",
|
|
5925
|
-
"GrayText",
|
|
5926
|
-
"Highlight",
|
|
5927
|
-
"HighlightText",
|
|
5928
|
-
"InactiveBorder",
|
|
5929
|
-
"InactiveCaption",
|
|
5930
|
-
"InactiveCaptionText",
|
|
5931
|
-
"InfoBackground",
|
|
5932
|
-
"InfoText",
|
|
5933
|
-
"Menu",
|
|
5934
|
-
"MenuText",
|
|
5935
|
-
"Scrollbar",
|
|
5936
|
-
"ThreeDDarkShadow",
|
|
5937
|
-
"ThreeDFace",
|
|
5938
|
-
"ThreeDHighlight",
|
|
5939
|
-
"ThreeDLightShadow",
|
|
5940
|
-
"ThreeDShadow",
|
|
5941
|
-
"Window",
|
|
5942
|
-
"WindowFrame",
|
|
5943
|
-
"WindowText",
|
|
5944
|
-
"to",
|
|
5945
|
-
"circle",
|
|
5946
|
-
"ellipse",
|
|
5947
|
-
"closest-corner",
|
|
5948
|
-
"farthest-corner",
|
|
5949
|
-
"from"
|
|
4147
|
+
"margin-box"
|
|
5950
4148
|
],
|
|
5951
4149
|
tableLayout: ["auto", "fixed"],
|
|
5952
4150
|
textAlign: [
|
|
@@ -6585,13 +4783,7 @@ const keywordValues = {
|
|
|
6585
4783
|
"ease-out",
|
|
6586
4784
|
"ease-in-out",
|
|
6587
4785
|
"step-start",
|
|
6588
|
-
"step-end"
|
|
6589
|
-
"jump-start",
|
|
6590
|
-
"jump-end",
|
|
6591
|
-
"jump-none",
|
|
6592
|
-
"jump-both",
|
|
6593
|
-
"start",
|
|
6594
|
-
"end"
|
|
4786
|
+
"step-end"
|
|
6595
4787
|
],
|
|
6596
4788
|
translate: ["none"],
|
|
6597
4789
|
unicodeBidi: [
|