@webstudio-is/react-sdk 0.5.1 → 0.7.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/components/component-type.d.ts +1 -1
- package/lib/components/component-type.d.ts.map +1 -1
- package/lib/components/component-type.js +2 -2
- package/lib/components/image.d.ts +3 -0
- package/lib/components/image.d.ts.map +1 -0
- package/lib/components/image.js +42 -0
- package/lib/components/image.props.json +2533 -0
- package/lib/components/image.stories.d.ts +6 -0
- package/lib/components/image.stories.d.ts.map +1 -0
- package/lib/components/image.stories.js +17 -0
- package/lib/components/image.ws.d.ts +5 -0
- package/lib/components/image.ws.d.ts.map +1 -0
- package/lib/components/image.ws.js +14 -0
- package/lib/components/index.d.ts +1 -0
- package/lib/components/index.d.ts.map +1 -1
- package/lib/components/index.js +3 -1
- package/lib/components/index.test.js +1 -1
- package/lib/components/link.d.ts +1 -1
- package/lib/components/link.stories.d.ts +2 -2
- package/lib/components/meta.d.ts +1 -0
- package/lib/components/meta.d.ts.map +1 -1
- package/lib/components/meta.js +3 -1
- package/lib/css/breakpoints.d.ts +1 -1
- package/lib/css/breakpoints.d.ts.map +1 -1
- package/lib/css/categories.d.ts +4 -4
- package/lib/css/categories.js +1 -1
- package/lib/css/get-browser-style.d.ts +1 -1
- package/lib/css/get-browser-style.d.ts.map +1 -1
- package/lib/css/index.d.ts +1 -1
- package/lib/css/index.d.ts.map +1 -1
- package/lib/css/index.js +1 -1
- package/lib/css/keyword-values.d.ts.map +1 -1
- package/lib/css/keyword-values.js +396 -1149
- package/lib/css/properties.d.ts +6 -4
- package/lib/css/properties.d.ts.map +1 -1
- package/lib/css/properties.js +3196 -3194
- package/lib/css/schema.d.ts +142 -10
- package/lib/css/schema.d.ts.map +1 -1
- package/lib/css/schema.js +25 -15
- package/lib/css/types.d.ts +0 -9
- package/lib/css/types.d.ts.map +1 -1
- package/lib/css/units.js +1 -1
- package/lib/db/instance.d.ts +2 -2
- package/lib/db/instance.d.ts.map +1 -1
- package/lib/db/instance.js +4 -4
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +1 -0
- package/lib/pubsub/create.d.ts +28 -0
- package/lib/pubsub/create.d.ts.map +1 -0
- package/lib/pubsub/create.js +58 -0
- package/lib/pubsub/index.d.ts +1 -2
- package/lib/pubsub/index.d.ts.map +1 -1
- package/lib/pubsub/index.js +1 -2
- package/lib/remix/constants.d.ts +2 -0
- package/lib/remix/constants.d.ts.map +1 -0
- package/lib/remix/constants.js +4 -0
- package/lib/remix/handle-request.server.d.ts +3 -0
- package/lib/remix/handle-request.server.d.ts.map +1 -0
- package/lib/remix/handle-request.server.js +16 -0
- package/lib/remix/index.d.ts +3 -0
- package/lib/remix/index.d.ts.map +1 -0
- package/lib/remix/index.js +18 -0
- package/lib/remix/insert-critical-css.d.ts +2 -0
- package/lib/remix/insert-critical-css.d.ts.map +1 -0
- package/lib/remix/insert-critical-css.js +9 -0
- package/lib/remix/root.d.ts +8 -0
- package/lib/remix/root.d.ts.map +1 -0
- package/lib/remix/root.js +13 -0
- package/lib/stitches/index.d.ts +1 -2
- package/lib/stitches/index.d.ts.map +1 -1
- package/lib/stitches/index.js +1 -2
- package/lib/stitches/stitches.d.ts +8 -0
- package/lib/stitches/stitches.d.ts.map +1 -0
- package/lib/stitches/{css.js → stitches.js} +12 -7
- package/lib/stitches/to-css.d.ts +1 -1
- package/lib/stitches/to-css.d.ts.map +1 -1
- package/lib/stitches/to-css.js +9 -0
- package/lib/stitches/to-css.test.js +20 -1
- package/lib/tree/root.d.ts +6 -2
- package/lib/tree/root.d.ts.map +1 -1
- package/lib/tree/root.js +22 -9
- package/lib/user-props/schema.d.ts +3 -2
- package/lib/user-props/schema.d.ts.map +1 -1
- package/lib/user-props/schema.js +3 -3
- package/lib/user-props/types.d.ts +1 -3
- package/lib/user-props/types.d.ts.map +1 -1
- package/lib/user-props/use-user-props.d.ts +1 -1
- package/lib/user-props/use-user-props.d.ts.map +1 -1
- package/package.json +13 -10
- package/lib/pubsub/publish.d.ts +0 -17
- package/lib/pubsub/publish.d.ts.map +0 -1
- package/lib/pubsub/publish.js +0 -27
- package/lib/pubsub/subscribe.d.ts +0 -8
- package/lib/pubsub/subscribe.d.ts.map +0 -1
- package/lib/pubsub/subscribe.js +0 -30
- package/lib/stitches/critical-css.d.ts +0 -4
- package/lib/stitches/critical-css.d.ts.map +0 -1
- package/lib/stitches/critical-css.js +0 -12
- package/lib/stitches/css.d.ts +0 -9
- package/lib/stitches/css.d.ts.map +0 -1
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.keywordValues = void 0;
|
|
4
4
|
// This file was generated by yarn mdn-data
|
|
5
5
|
exports.keywordValues = {
|
|
6
|
-
|
|
6
|
+
accentColor: [
|
|
7
7
|
"auto",
|
|
8
8
|
"transparent",
|
|
9
9
|
"aliceblue",
|
|
@@ -182,9 +182,9 @@ exports.keywordValues = {
|
|
|
182
182
|
"ThreeDShadow",
|
|
183
183
|
"Window",
|
|
184
184
|
"WindowFrame",
|
|
185
|
-
"WindowText"
|
|
185
|
+
"WindowText",
|
|
186
186
|
],
|
|
187
|
-
|
|
187
|
+
alignContent: [
|
|
188
188
|
"normal",
|
|
189
189
|
"first",
|
|
190
190
|
"last",
|
|
@@ -199,9 +199,9 @@ exports.keywordValues = {
|
|
|
199
199
|
"start",
|
|
200
200
|
"end",
|
|
201
201
|
"flex-start",
|
|
202
|
-
"flex-end"
|
|
202
|
+
"flex-end",
|
|
203
203
|
],
|
|
204
|
-
|
|
204
|
+
alignItems: [
|
|
205
205
|
"normal",
|
|
206
206
|
"stretch",
|
|
207
207
|
"first",
|
|
@@ -215,9 +215,9 @@ exports.keywordValues = {
|
|
|
215
215
|
"self-start",
|
|
216
216
|
"self-end",
|
|
217
217
|
"flex-start",
|
|
218
|
-
"flex-end"
|
|
218
|
+
"flex-end",
|
|
219
219
|
],
|
|
220
|
-
|
|
220
|
+
alignSelf: [
|
|
221
221
|
"auto",
|
|
222
222
|
"normal",
|
|
223
223
|
"stretch",
|
|
@@ -232,9 +232,9 @@ exports.keywordValues = {
|
|
|
232
232
|
"self-start",
|
|
233
233
|
"self-end",
|
|
234
234
|
"flex-start",
|
|
235
|
-
"flex-end"
|
|
235
|
+
"flex-end",
|
|
236
236
|
],
|
|
237
|
-
|
|
237
|
+
alignTracks: [
|
|
238
238
|
"normal",
|
|
239
239
|
"first",
|
|
240
240
|
"last",
|
|
@@ -249,31 +249,14 @@ exports.keywordValues = {
|
|
|
249
249
|
"start",
|
|
250
250
|
"end",
|
|
251
251
|
"flex-start",
|
|
252
|
-
"flex-end"
|
|
253
|
-
],
|
|
254
|
-
"animationDirection": [
|
|
255
|
-
"normal",
|
|
256
|
-
"reverse",
|
|
257
|
-
"alternate",
|
|
258
|
-
"alternate-reverse"
|
|
259
|
-
],
|
|
260
|
-
"animationFillMode": [
|
|
261
|
-
"none",
|
|
262
|
-
"forwards",
|
|
263
|
-
"backwards",
|
|
264
|
-
"both"
|
|
265
|
-
],
|
|
266
|
-
"animationIterationCount": [
|
|
267
|
-
"infinite"
|
|
268
|
-
],
|
|
269
|
-
"animationName": [
|
|
270
|
-
"none"
|
|
271
|
-
],
|
|
272
|
-
"animationPlayState": [
|
|
273
|
-
"running",
|
|
274
|
-
"paused"
|
|
252
|
+
"flex-end",
|
|
275
253
|
],
|
|
276
|
-
"
|
|
254
|
+
animationDirection: ["normal", "reverse", "alternate", "alternate-reverse"],
|
|
255
|
+
animationFillMode: ["none", "forwards", "backwards", "both"],
|
|
256
|
+
animationIterationCount: ["infinite"],
|
|
257
|
+
animationName: ["none"],
|
|
258
|
+
animationPlayState: ["running", "paused"],
|
|
259
|
+
animationTimingFunction: [
|
|
277
260
|
"linear",
|
|
278
261
|
"ease",
|
|
279
262
|
"ease-in",
|
|
@@ -286,9 +269,9 @@ exports.keywordValues = {
|
|
|
286
269
|
"jump-none",
|
|
287
270
|
"jump-both",
|
|
288
271
|
"start",
|
|
289
|
-
"end"
|
|
272
|
+
"end",
|
|
290
273
|
],
|
|
291
|
-
|
|
274
|
+
appearance: [
|
|
292
275
|
"none",
|
|
293
276
|
"auto",
|
|
294
277
|
"textfield",
|
|
@@ -304,12 +287,10 @@ exports.keywordValues = {
|
|
|
304
287
|
"listbox",
|
|
305
288
|
"meter",
|
|
306
289
|
"progress-bar",
|
|
307
|
-
"button"
|
|
308
|
-
],
|
|
309
|
-
"aspectRatio": [
|
|
310
|
-
"auto"
|
|
290
|
+
"button",
|
|
311
291
|
],
|
|
312
|
-
|
|
292
|
+
aspectRatio: ["auto"],
|
|
293
|
+
backdropFilter: [
|
|
313
294
|
"none",
|
|
314
295
|
"transparent",
|
|
315
296
|
"aliceblue",
|
|
@@ -488,18 +469,11 @@ exports.keywordValues = {
|
|
|
488
469
|
"ThreeDShadow",
|
|
489
470
|
"Window",
|
|
490
471
|
"WindowFrame",
|
|
491
|
-
"WindowText"
|
|
492
|
-
],
|
|
493
|
-
"backfaceVisibility": [
|
|
494
|
-
"visible",
|
|
495
|
-
"hidden"
|
|
496
|
-
],
|
|
497
|
-
"backgroundAttachment": [
|
|
498
|
-
"scroll",
|
|
499
|
-
"fixed",
|
|
500
|
-
"local"
|
|
472
|
+
"WindowText",
|
|
501
473
|
],
|
|
502
|
-
"
|
|
474
|
+
backfaceVisibility: ["visible", "hidden"],
|
|
475
|
+
backgroundAttachment: ["scroll", "fixed", "local"],
|
|
476
|
+
backgroundBlendMode: [
|
|
503
477
|
"normal",
|
|
504
478
|
"multiply",
|
|
505
479
|
"screen",
|
|
@@ -515,14 +489,10 @@ exports.keywordValues = {
|
|
|
515
489
|
"hue",
|
|
516
490
|
"saturation",
|
|
517
491
|
"color",
|
|
518
|
-
"luminosity"
|
|
519
|
-
],
|
|
520
|
-
"backgroundClip": [
|
|
521
|
-
"border-box",
|
|
522
|
-
"padding-box",
|
|
523
|
-
"content-box"
|
|
492
|
+
"luminosity",
|
|
524
493
|
],
|
|
525
|
-
"
|
|
494
|
+
backgroundClip: ["border-box", "padding-box", "content-box"],
|
|
495
|
+
backgroundColor: [
|
|
526
496
|
"transparent",
|
|
527
497
|
"aliceblue",
|
|
528
498
|
"antiquewhite",
|
|
@@ -700,9 +670,9 @@ exports.keywordValues = {
|
|
|
700
670
|
"ThreeDShadow",
|
|
701
671
|
"Window",
|
|
702
672
|
"WindowFrame",
|
|
703
|
-
"WindowText"
|
|
673
|
+
"WindowText",
|
|
704
674
|
],
|
|
705
|
-
|
|
675
|
+
backgroundImage: [
|
|
706
676
|
"none",
|
|
707
677
|
"ltr",
|
|
708
678
|
"rtl",
|
|
@@ -897,51 +867,23 @@ exports.keywordValues = {
|
|
|
897
867
|
"farthest-corner",
|
|
898
868
|
"at",
|
|
899
869
|
"center",
|
|
900
|
-
"from"
|
|
901
|
-
],
|
|
902
|
-
"backgroundOrigin": [
|
|
903
|
-
"border-box",
|
|
904
|
-
"padding-box",
|
|
905
|
-
"content-box"
|
|
906
|
-
],
|
|
907
|
-
"backgroundPositionX": [
|
|
908
|
-
"center",
|
|
909
|
-
"left",
|
|
910
|
-
"right",
|
|
911
|
-
"x-start",
|
|
912
|
-
"x-end"
|
|
913
|
-
],
|
|
914
|
-
"backgroundPositionY": [
|
|
915
|
-
"center",
|
|
916
|
-
"top",
|
|
917
|
-
"bottom",
|
|
918
|
-
"y-start",
|
|
919
|
-
"y-end"
|
|
870
|
+
"from",
|
|
920
871
|
],
|
|
921
|
-
"
|
|
872
|
+
backgroundOrigin: ["border-box", "padding-box", "content-box"],
|
|
873
|
+
backgroundPositionX: ["center", "left", "right", "x-start", "x-end"],
|
|
874
|
+
backgroundPositionY: ["center", "top", "bottom", "y-start", "y-end"],
|
|
875
|
+
backgroundRepeat: [
|
|
922
876
|
"repeat-x",
|
|
923
877
|
"repeat-y",
|
|
924
878
|
"repeat",
|
|
925
879
|
"space",
|
|
926
880
|
"round",
|
|
927
|
-
"no-repeat"
|
|
928
|
-
],
|
|
929
|
-
"backgroundSize": [
|
|
930
|
-
"auto",
|
|
931
|
-
"cover",
|
|
932
|
-
"contain"
|
|
933
|
-
],
|
|
934
|
-
"blockOverflow": [
|
|
935
|
-
"clip",
|
|
936
|
-
"ellipsis"
|
|
937
|
-
],
|
|
938
|
-
"blockSize": [
|
|
939
|
-
"auto",
|
|
940
|
-
"min-content",
|
|
941
|
-
"max-content",
|
|
942
|
-
"fit-content"
|
|
881
|
+
"no-repeat",
|
|
943
882
|
],
|
|
944
|
-
"
|
|
883
|
+
backgroundSize: ["auto", "cover", "contain"],
|
|
884
|
+
blockOverflow: ["clip", "ellipsis"],
|
|
885
|
+
blockSize: ["auto", "min-content", "max-content", "fit-content"],
|
|
886
|
+
borderBlockColor: [
|
|
945
887
|
"transparent",
|
|
946
888
|
"aliceblue",
|
|
947
889
|
"antiquewhite",
|
|
@@ -1119,9 +1061,9 @@ exports.keywordValues = {
|
|
|
1119
1061
|
"ThreeDShadow",
|
|
1120
1062
|
"Window",
|
|
1121
1063
|
"WindowFrame",
|
|
1122
|
-
"WindowText"
|
|
1064
|
+
"WindowText",
|
|
1123
1065
|
],
|
|
1124
|
-
|
|
1066
|
+
borderBlockStyle: [
|
|
1125
1067
|
"none",
|
|
1126
1068
|
"hidden",
|
|
1127
1069
|
"dotted",
|
|
@@ -1131,14 +1073,10 @@ exports.keywordValues = {
|
|
|
1131
1073
|
"groove",
|
|
1132
1074
|
"ridge",
|
|
1133
1075
|
"inset",
|
|
1134
|
-
"outset"
|
|
1135
|
-
],
|
|
1136
|
-
"borderBlockWidth": [
|
|
1137
|
-
"thin",
|
|
1138
|
-
"medium",
|
|
1139
|
-
"thick"
|
|
1076
|
+
"outset",
|
|
1140
1077
|
],
|
|
1141
|
-
"
|
|
1078
|
+
borderBlockWidth: ["thin", "medium", "thick"],
|
|
1079
|
+
borderBlockEndColor: [
|
|
1142
1080
|
"transparent",
|
|
1143
1081
|
"aliceblue",
|
|
1144
1082
|
"antiquewhite",
|
|
@@ -1316,9 +1254,9 @@ exports.keywordValues = {
|
|
|
1316
1254
|
"ThreeDShadow",
|
|
1317
1255
|
"Window",
|
|
1318
1256
|
"WindowFrame",
|
|
1319
|
-
"WindowText"
|
|
1257
|
+
"WindowText",
|
|
1320
1258
|
],
|
|
1321
|
-
|
|
1259
|
+
borderBlockEndStyle: [
|
|
1322
1260
|
"none",
|
|
1323
1261
|
"hidden",
|
|
1324
1262
|
"dotted",
|
|
@@ -1328,14 +1266,10 @@ exports.keywordValues = {
|
|
|
1328
1266
|
"groove",
|
|
1329
1267
|
"ridge",
|
|
1330
1268
|
"inset",
|
|
1331
|
-
"outset"
|
|
1332
|
-
],
|
|
1333
|
-
"borderBlockEndWidth": [
|
|
1334
|
-
"thin",
|
|
1335
|
-
"medium",
|
|
1336
|
-
"thick"
|
|
1269
|
+
"outset",
|
|
1337
1270
|
],
|
|
1338
|
-
"
|
|
1271
|
+
borderBlockEndWidth: ["thin", "medium", "thick"],
|
|
1272
|
+
borderBlockStartColor: [
|
|
1339
1273
|
"transparent",
|
|
1340
1274
|
"aliceblue",
|
|
1341
1275
|
"antiquewhite",
|
|
@@ -1513,9 +1447,9 @@ exports.keywordValues = {
|
|
|
1513
1447
|
"ThreeDShadow",
|
|
1514
1448
|
"Window",
|
|
1515
1449
|
"WindowFrame",
|
|
1516
|
-
"WindowText"
|
|
1450
|
+
"WindowText",
|
|
1517
1451
|
],
|
|
1518
|
-
|
|
1452
|
+
borderBlockStartStyle: [
|
|
1519
1453
|
"none",
|
|
1520
1454
|
"hidden",
|
|
1521
1455
|
"dotted",
|
|
@@ -1525,14 +1459,10 @@ exports.keywordValues = {
|
|
|
1525
1459
|
"groove",
|
|
1526
1460
|
"ridge",
|
|
1527
1461
|
"inset",
|
|
1528
|
-
"outset"
|
|
1529
|
-
],
|
|
1530
|
-
"borderBlockStartWidth": [
|
|
1531
|
-
"thin",
|
|
1532
|
-
"medium",
|
|
1533
|
-
"thick"
|
|
1462
|
+
"outset",
|
|
1534
1463
|
],
|
|
1535
|
-
"
|
|
1464
|
+
borderBlockStartWidth: ["thin", "medium", "thick"],
|
|
1465
|
+
borderBottomColor: [
|
|
1536
1466
|
"transparent",
|
|
1537
1467
|
"aliceblue",
|
|
1538
1468
|
"antiquewhite",
|
|
@@ -1710,9 +1640,9 @@ exports.keywordValues = {
|
|
|
1710
1640
|
"ThreeDShadow",
|
|
1711
1641
|
"Window",
|
|
1712
1642
|
"WindowFrame",
|
|
1713
|
-
"WindowText"
|
|
1643
|
+
"WindowText",
|
|
1714
1644
|
],
|
|
1715
|
-
|
|
1645
|
+
borderBottomStyle: [
|
|
1716
1646
|
"none",
|
|
1717
1647
|
"hidden",
|
|
1718
1648
|
"dotted",
|
|
@@ -1722,27 +1652,13 @@ exports.keywordValues = {
|
|
|
1722
1652
|
"groove",
|
|
1723
1653
|
"ridge",
|
|
1724
1654
|
"inset",
|
|
1725
|
-
"outset"
|
|
1655
|
+
"outset",
|
|
1726
1656
|
],
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
"borderCollapse": [
|
|
1733
|
-
"collapse",
|
|
1734
|
-
"separate"
|
|
1735
|
-
],
|
|
1736
|
-
"borderImageRepeat": [
|
|
1737
|
-
"stretch",
|
|
1738
|
-
"repeat",
|
|
1739
|
-
"round",
|
|
1740
|
-
"space"
|
|
1741
|
-
],
|
|
1742
|
-
"borderImageSlice": [
|
|
1743
|
-
"fill"
|
|
1744
|
-
],
|
|
1745
|
-
"borderImageSource": [
|
|
1657
|
+
borderBottomWidth: ["thin", "medium", "thick"],
|
|
1658
|
+
borderCollapse: ["collapse", "separate"],
|
|
1659
|
+
borderImageRepeat: ["stretch", "repeat", "round", "space"],
|
|
1660
|
+
borderImageSlice: ["fill"],
|
|
1661
|
+
borderImageSource: [
|
|
1746
1662
|
"none",
|
|
1747
1663
|
"ltr",
|
|
1748
1664
|
"rtl",
|
|
@@ -1937,12 +1853,10 @@ exports.keywordValues = {
|
|
|
1937
1853
|
"farthest-corner",
|
|
1938
1854
|
"at",
|
|
1939
1855
|
"center",
|
|
1940
|
-
"from"
|
|
1941
|
-
],
|
|
1942
|
-
"borderImageWidth": [
|
|
1943
|
-
"auto"
|
|
1856
|
+
"from",
|
|
1944
1857
|
],
|
|
1945
|
-
|
|
1858
|
+
borderImageWidth: ["auto"],
|
|
1859
|
+
borderInlineColor: [
|
|
1946
1860
|
"transparent",
|
|
1947
1861
|
"aliceblue",
|
|
1948
1862
|
"antiquewhite",
|
|
@@ -2120,9 +2034,9 @@ exports.keywordValues = {
|
|
|
2120
2034
|
"ThreeDShadow",
|
|
2121
2035
|
"Window",
|
|
2122
2036
|
"WindowFrame",
|
|
2123
|
-
"WindowText"
|
|
2037
|
+
"WindowText",
|
|
2124
2038
|
],
|
|
2125
|
-
|
|
2039
|
+
borderInlineStyle: [
|
|
2126
2040
|
"none",
|
|
2127
2041
|
"hidden",
|
|
2128
2042
|
"dotted",
|
|
@@ -2132,14 +2046,10 @@ exports.keywordValues = {
|
|
|
2132
2046
|
"groove",
|
|
2133
2047
|
"ridge",
|
|
2134
2048
|
"inset",
|
|
2135
|
-
"outset"
|
|
2049
|
+
"outset",
|
|
2136
2050
|
],
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
"medium",
|
|
2140
|
-
"thick"
|
|
2141
|
-
],
|
|
2142
|
-
"borderInlineEndColor": [
|
|
2051
|
+
borderInlineWidth: ["thin", "medium", "thick"],
|
|
2052
|
+
borderInlineEndColor: [
|
|
2143
2053
|
"transparent",
|
|
2144
2054
|
"aliceblue",
|
|
2145
2055
|
"antiquewhite",
|
|
@@ -2317,9 +2227,9 @@ exports.keywordValues = {
|
|
|
2317
2227
|
"ThreeDShadow",
|
|
2318
2228
|
"Window",
|
|
2319
2229
|
"WindowFrame",
|
|
2320
|
-
"WindowText"
|
|
2230
|
+
"WindowText",
|
|
2321
2231
|
],
|
|
2322
|
-
|
|
2232
|
+
borderInlineEndStyle: [
|
|
2323
2233
|
"none",
|
|
2324
2234
|
"hidden",
|
|
2325
2235
|
"dotted",
|
|
@@ -2329,14 +2239,10 @@ exports.keywordValues = {
|
|
|
2329
2239
|
"groove",
|
|
2330
2240
|
"ridge",
|
|
2331
2241
|
"inset",
|
|
2332
|
-
"outset"
|
|
2333
|
-
],
|
|
2334
|
-
"borderInlineEndWidth": [
|
|
2335
|
-
"thin",
|
|
2336
|
-
"medium",
|
|
2337
|
-
"thick"
|
|
2242
|
+
"outset",
|
|
2338
2243
|
],
|
|
2339
|
-
"
|
|
2244
|
+
borderInlineEndWidth: ["thin", "medium", "thick"],
|
|
2245
|
+
borderInlineStartColor: [
|
|
2340
2246
|
"transparent",
|
|
2341
2247
|
"aliceblue",
|
|
2342
2248
|
"antiquewhite",
|
|
@@ -2514,9 +2420,9 @@ exports.keywordValues = {
|
|
|
2514
2420
|
"ThreeDShadow",
|
|
2515
2421
|
"Window",
|
|
2516
2422
|
"WindowFrame",
|
|
2517
|
-
"WindowText"
|
|
2423
|
+
"WindowText",
|
|
2518
2424
|
],
|
|
2519
|
-
|
|
2425
|
+
borderInlineStartStyle: [
|
|
2520
2426
|
"none",
|
|
2521
2427
|
"hidden",
|
|
2522
2428
|
"dotted",
|
|
@@ -2526,14 +2432,10 @@ exports.keywordValues = {
|
|
|
2526
2432
|
"groove",
|
|
2527
2433
|
"ridge",
|
|
2528
2434
|
"inset",
|
|
2529
|
-
"outset"
|
|
2530
|
-
],
|
|
2531
|
-
"borderInlineStartWidth": [
|
|
2532
|
-
"thin",
|
|
2533
|
-
"medium",
|
|
2534
|
-
"thick"
|
|
2435
|
+
"outset",
|
|
2535
2436
|
],
|
|
2536
|
-
"
|
|
2437
|
+
borderInlineStartWidth: ["thin", "medium", "thick"],
|
|
2438
|
+
borderLeftColor: [
|
|
2537
2439
|
"transparent",
|
|
2538
2440
|
"aliceblue",
|
|
2539
2441
|
"antiquewhite",
|
|
@@ -2711,9 +2613,9 @@ exports.keywordValues = {
|
|
|
2711
2613
|
"ThreeDShadow",
|
|
2712
2614
|
"Window",
|
|
2713
2615
|
"WindowFrame",
|
|
2714
|
-
"WindowText"
|
|
2616
|
+
"WindowText",
|
|
2715
2617
|
],
|
|
2716
|
-
|
|
2618
|
+
borderLeftStyle: [
|
|
2717
2619
|
"none",
|
|
2718
2620
|
"hidden",
|
|
2719
2621
|
"dotted",
|
|
@@ -2723,14 +2625,10 @@ exports.keywordValues = {
|
|
|
2723
2625
|
"groove",
|
|
2724
2626
|
"ridge",
|
|
2725
2627
|
"inset",
|
|
2726
|
-
"outset"
|
|
2727
|
-
],
|
|
2728
|
-
"borderLeftWidth": [
|
|
2729
|
-
"thin",
|
|
2730
|
-
"medium",
|
|
2731
|
-
"thick"
|
|
2628
|
+
"outset",
|
|
2732
2629
|
],
|
|
2733
|
-
"
|
|
2630
|
+
borderLeftWidth: ["thin", "medium", "thick"],
|
|
2631
|
+
borderRightColor: [
|
|
2734
2632
|
"transparent",
|
|
2735
2633
|
"aliceblue",
|
|
2736
2634
|
"antiquewhite",
|
|
@@ -2908,9 +2806,9 @@ exports.keywordValues = {
|
|
|
2908
2806
|
"ThreeDShadow",
|
|
2909
2807
|
"Window",
|
|
2910
2808
|
"WindowFrame",
|
|
2911
|
-
"WindowText"
|
|
2809
|
+
"WindowText",
|
|
2912
2810
|
],
|
|
2913
|
-
|
|
2811
|
+
borderRightStyle: [
|
|
2914
2812
|
"none",
|
|
2915
2813
|
"hidden",
|
|
2916
2814
|
"dotted",
|
|
@@ -2920,14 +2818,10 @@ exports.keywordValues = {
|
|
|
2920
2818
|
"groove",
|
|
2921
2819
|
"ridge",
|
|
2922
2820
|
"inset",
|
|
2923
|
-
"outset"
|
|
2821
|
+
"outset",
|
|
2924
2822
|
],
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
"medium",
|
|
2928
|
-
"thick"
|
|
2929
|
-
],
|
|
2930
|
-
"borderTopColor": [
|
|
2823
|
+
borderRightWidth: ["thin", "medium", "thick"],
|
|
2824
|
+
borderTopColor: [
|
|
2931
2825
|
"transparent",
|
|
2932
2826
|
"aliceblue",
|
|
2933
2827
|
"antiquewhite",
|
|
@@ -3105,9 +2999,9 @@ exports.keywordValues = {
|
|
|
3105
2999
|
"ThreeDShadow",
|
|
3106
3000
|
"Window",
|
|
3107
3001
|
"WindowFrame",
|
|
3108
|
-
"WindowText"
|
|
3002
|
+
"WindowText",
|
|
3109
3003
|
],
|
|
3110
|
-
|
|
3004
|
+
borderTopStyle: [
|
|
3111
3005
|
"none",
|
|
3112
3006
|
"hidden",
|
|
3113
3007
|
"dotted",
|
|
@@ -3117,21 +3011,12 @@ exports.keywordValues = {
|
|
|
3117
3011
|
"groove",
|
|
3118
3012
|
"ridge",
|
|
3119
3013
|
"inset",
|
|
3120
|
-
"outset"
|
|
3014
|
+
"outset",
|
|
3121
3015
|
],
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
],
|
|
3127
|
-
"bottom": [
|
|
3128
|
-
"auto"
|
|
3129
|
-
],
|
|
3130
|
-
"boxDecorationBreak": [
|
|
3131
|
-
"slice",
|
|
3132
|
-
"clone"
|
|
3133
|
-
],
|
|
3134
|
-
"boxShadow": [
|
|
3016
|
+
borderTopWidth: ["thin", "medium", "thick"],
|
|
3017
|
+
bottom: ["auto"],
|
|
3018
|
+
boxDecorationBreak: ["slice", "clone"],
|
|
3019
|
+
boxShadow: [
|
|
3135
3020
|
"none",
|
|
3136
3021
|
"inset",
|
|
3137
3022
|
"transparent",
|
|
@@ -3311,13 +3196,10 @@ exports.keywordValues = {
|
|
|
3311
3196
|
"ThreeDShadow",
|
|
3312
3197
|
"Window",
|
|
3313
3198
|
"WindowFrame",
|
|
3314
|
-
"WindowText"
|
|
3315
|
-
],
|
|
3316
|
-
"boxSizing": [
|
|
3317
|
-
"content-box",
|
|
3318
|
-
"border-box"
|
|
3199
|
+
"WindowText",
|
|
3319
3200
|
],
|
|
3320
|
-
"
|
|
3201
|
+
boxSizing: ["content-box", "border-box"],
|
|
3202
|
+
breakAfter: [
|
|
3321
3203
|
"auto",
|
|
3322
3204
|
"avoid",
|
|
3323
3205
|
"always",
|
|
@@ -3331,9 +3213,9 @@ exports.keywordValues = {
|
|
|
3331
3213
|
"avoid-column",
|
|
3332
3214
|
"column",
|
|
3333
3215
|
"avoid-region",
|
|
3334
|
-
"region"
|
|
3216
|
+
"region",
|
|
3335
3217
|
],
|
|
3336
|
-
|
|
3218
|
+
breakBefore: [
|
|
3337
3219
|
"auto",
|
|
3338
3220
|
"avoid",
|
|
3339
3221
|
"always",
|
|
@@ -3347,24 +3229,18 @@ exports.keywordValues = {
|
|
|
3347
3229
|
"avoid-column",
|
|
3348
3230
|
"column",
|
|
3349
3231
|
"avoid-region",
|
|
3350
|
-
"region"
|
|
3232
|
+
"region",
|
|
3351
3233
|
],
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
"avoid",
|
|
3355
|
-
"avoid-page",
|
|
3356
|
-
"avoid-column",
|
|
3357
|
-
"avoid-region"
|
|
3358
|
-
],
|
|
3359
|
-
"captionSide": [
|
|
3234
|
+
breakInside: ["auto", "avoid", "avoid-page", "avoid-column", "avoid-region"],
|
|
3235
|
+
captionSide: [
|
|
3360
3236
|
"top",
|
|
3361
3237
|
"bottom",
|
|
3362
3238
|
"block-start",
|
|
3363
3239
|
"block-end",
|
|
3364
3240
|
"inline-start",
|
|
3365
|
-
"inline-end"
|
|
3241
|
+
"inline-end",
|
|
3366
3242
|
],
|
|
3367
|
-
|
|
3243
|
+
caretColor: [
|
|
3368
3244
|
"auto",
|
|
3369
3245
|
"transparent",
|
|
3370
3246
|
"aliceblue",
|
|
@@ -3543,20 +3419,11 @@ exports.keywordValues = {
|
|
|
3543
3419
|
"ThreeDShadow",
|
|
3544
3420
|
"Window",
|
|
3545
3421
|
"WindowFrame",
|
|
3546
|
-
"WindowText"
|
|
3547
|
-
],
|
|
3548
|
-
"clear": [
|
|
3549
|
-
"none",
|
|
3550
|
-
"left",
|
|
3551
|
-
"right",
|
|
3552
|
-
"both",
|
|
3553
|
-
"inline-start",
|
|
3554
|
-
"inline-end"
|
|
3555
|
-
],
|
|
3556
|
-
"clip": [
|
|
3557
|
-
"auto"
|
|
3422
|
+
"WindowText",
|
|
3558
3423
|
],
|
|
3559
|
-
"
|
|
3424
|
+
clear: ["none", "left", "right", "both", "inline-start", "inline-end"],
|
|
3425
|
+
clip: ["auto"],
|
|
3426
|
+
clipPath: [
|
|
3560
3427
|
"round",
|
|
3561
3428
|
"closest-side",
|
|
3562
3429
|
"farthest-side",
|
|
@@ -3575,9 +3442,9 @@ exports.keywordValues = {
|
|
|
3575
3442
|
"fill-box",
|
|
3576
3443
|
"stroke-box",
|
|
3577
3444
|
"view-box",
|
|
3578
|
-
"none"
|
|
3445
|
+
"none",
|
|
3579
3446
|
],
|
|
3580
|
-
|
|
3447
|
+
color: [
|
|
3581
3448
|
"transparent",
|
|
3582
3449
|
"aliceblue",
|
|
3583
3450
|
"antiquewhite",
|
|
@@ -3755,29 +3622,14 @@ exports.keywordValues = {
|
|
|
3755
3622
|
"ThreeDShadow",
|
|
3756
3623
|
"Window",
|
|
3757
3624
|
"WindowFrame",
|
|
3758
|
-
"WindowText"
|
|
3759
|
-
],
|
|
3760
|
-
"colorAdjust": [
|
|
3761
|
-
"economy",
|
|
3762
|
-
"exact"
|
|
3763
|
-
],
|
|
3764
|
-
"colorScheme": [
|
|
3765
|
-
"normal",
|
|
3766
|
-
"light",
|
|
3767
|
-
"dark"
|
|
3768
|
-
],
|
|
3769
|
-
"columnCount": [
|
|
3770
|
-
"auto"
|
|
3771
|
-
],
|
|
3772
|
-
"columnFill": [
|
|
3773
|
-
"auto",
|
|
3774
|
-
"balance",
|
|
3775
|
-
"balance-all"
|
|
3776
|
-
],
|
|
3777
|
-
"columnGap": [
|
|
3778
|
-
"normal"
|
|
3625
|
+
"WindowText",
|
|
3779
3626
|
],
|
|
3780
|
-
"
|
|
3627
|
+
colorAdjust: ["economy", "exact"],
|
|
3628
|
+
colorScheme: ["normal", "light", "dark"],
|
|
3629
|
+
columnCount: ["auto"],
|
|
3630
|
+
columnFill: ["auto", "balance", "balance-all"],
|
|
3631
|
+
columnGap: ["normal"],
|
|
3632
|
+
columnRuleColor: [
|
|
3781
3633
|
"transparent",
|
|
3782
3634
|
"aliceblue",
|
|
3783
3635
|
"antiquewhite",
|
|
@@ -3955,9 +3807,9 @@ exports.keywordValues = {
|
|
|
3955
3807
|
"ThreeDShadow",
|
|
3956
3808
|
"Window",
|
|
3957
3809
|
"WindowFrame",
|
|
3958
|
-
"WindowText"
|
|
3810
|
+
"WindowText",
|
|
3959
3811
|
],
|
|
3960
|
-
|
|
3812
|
+
columnRuleStyle: [
|
|
3961
3813
|
"none",
|
|
3962
3814
|
"hidden",
|
|
3963
3815
|
"dotted",
|
|
@@ -3967,30 +3819,13 @@ exports.keywordValues = {
|
|
|
3967
3819
|
"groove",
|
|
3968
3820
|
"ridge",
|
|
3969
3821
|
"inset",
|
|
3970
|
-
"outset"
|
|
3971
|
-
],
|
|
3972
|
-
"columnRuleWidth": [
|
|
3973
|
-
"thin",
|
|
3974
|
-
"medium",
|
|
3975
|
-
"thick"
|
|
3822
|
+
"outset",
|
|
3976
3823
|
],
|
|
3977
|
-
"
|
|
3978
|
-
|
|
3979
|
-
|
|
3980
|
-
],
|
|
3981
|
-
|
|
3982
|
-
"auto"
|
|
3983
|
-
],
|
|
3984
|
-
"contain": [
|
|
3985
|
-
"none",
|
|
3986
|
-
"strict",
|
|
3987
|
-
"content",
|
|
3988
|
-
"size",
|
|
3989
|
-
"layout",
|
|
3990
|
-
"style",
|
|
3991
|
-
"paint"
|
|
3992
|
-
],
|
|
3993
|
-
"content": [
|
|
3824
|
+
columnRuleWidth: ["thin", "medium", "thick"],
|
|
3825
|
+
columnSpan: ["none", "all"],
|
|
3826
|
+
columnWidth: ["auto"],
|
|
3827
|
+
contain: ["none", "strict", "content", "size", "layout", "style", "paint"],
|
|
3828
|
+
content: [
|
|
3994
3829
|
"normal",
|
|
3995
3830
|
"none",
|
|
3996
3831
|
"ltr",
|
|
@@ -4198,23 +4033,13 @@ exports.keywordValues = {
|
|
|
4198
4033
|
"first-letter",
|
|
4199
4034
|
"dotted",
|
|
4200
4035
|
"solid",
|
|
4201
|
-
"space"
|
|
4202
|
-
],
|
|
4203
|
-
"contentVisibility": [
|
|
4204
|
-
"visible",
|
|
4205
|
-
"auto",
|
|
4206
|
-
"hidden"
|
|
4207
|
-
],
|
|
4208
|
-
"counterIncrement": [
|
|
4209
|
-
"none"
|
|
4210
|
-
],
|
|
4211
|
-
"counterReset": [
|
|
4212
|
-
"none"
|
|
4213
|
-
],
|
|
4214
|
-
"counterSet": [
|
|
4215
|
-
"none"
|
|
4036
|
+
"space",
|
|
4216
4037
|
],
|
|
4217
|
-
"
|
|
4038
|
+
contentVisibility: ["visible", "auto", "hidden"],
|
|
4039
|
+
counterIncrement: ["none"],
|
|
4040
|
+
counterReset: ["none"],
|
|
4041
|
+
counterSet: ["none"],
|
|
4042
|
+
cursor: [
|
|
4218
4043
|
"auto",
|
|
4219
4044
|
"default",
|
|
4220
4045
|
"none",
|
|
@@ -4250,13 +4075,10 @@ exports.keywordValues = {
|
|
|
4250
4075
|
"zoom-in",
|
|
4251
4076
|
"zoom-out",
|
|
4252
4077
|
"grab",
|
|
4253
|
-
"grabbing"
|
|
4254
|
-
],
|
|
4255
|
-
"direction": [
|
|
4256
|
-
"ltr",
|
|
4257
|
-
"rtl"
|
|
4078
|
+
"grabbing",
|
|
4258
4079
|
],
|
|
4259
|
-
"
|
|
4080
|
+
direction: ["ltr", "rtl"],
|
|
4081
|
+
display: [
|
|
4260
4082
|
"block",
|
|
4261
4083
|
"inline",
|
|
4262
4084
|
"run-in",
|
|
@@ -4285,13 +4107,10 @@ exports.keywordValues = {
|
|
|
4285
4107
|
"inline-list-item",
|
|
4286
4108
|
"inline-table",
|
|
4287
4109
|
"inline-flex",
|
|
4288
|
-
"inline-grid"
|
|
4110
|
+
"inline-grid",
|
|
4289
4111
|
],
|
|
4290
|
-
|
|
4291
|
-
|
|
4292
|
-
"hide"
|
|
4293
|
-
],
|
|
4294
|
-
"filter": [
|
|
4112
|
+
emptyCells: ["show", "hide"],
|
|
4113
|
+
filter: [
|
|
4295
4114
|
"none",
|
|
4296
4115
|
"transparent",
|
|
4297
4116
|
"aliceblue",
|
|
@@ -4470,61 +4289,19 @@ exports.keywordValues = {
|
|
|
4470
4289
|
"ThreeDShadow",
|
|
4471
4290
|
"Window",
|
|
4472
4291
|
"WindowFrame",
|
|
4473
|
-
"WindowText"
|
|
4474
|
-
],
|
|
4475
|
-
"flexBasis": [
|
|
4476
|
-
"content",
|
|
4477
|
-
"auto",
|
|
4478
|
-
"min-content",
|
|
4479
|
-
"max-content",
|
|
4480
|
-
"fit-content"
|
|
4481
|
-
],
|
|
4482
|
-
"flexDirection": [
|
|
4483
|
-
"row",
|
|
4484
|
-
"row-reverse",
|
|
4485
|
-
"column",
|
|
4486
|
-
"column-reverse"
|
|
4487
|
-
],
|
|
4488
|
-
"flexWrap": [
|
|
4489
|
-
"nowrap",
|
|
4490
|
-
"wrap",
|
|
4491
|
-
"wrap-reverse"
|
|
4492
|
-
],
|
|
4493
|
-
"float": [
|
|
4494
|
-
"left",
|
|
4495
|
-
"right",
|
|
4496
|
-
"none",
|
|
4497
|
-
"inline-start",
|
|
4498
|
-
"inline-end"
|
|
4499
|
-
],
|
|
4500
|
-
"fontFamily": [
|
|
4501
|
-
"serif",
|
|
4502
|
-
"sans-serif",
|
|
4503
|
-
"cursive",
|
|
4504
|
-
"fantasy",
|
|
4505
|
-
"monospace"
|
|
4506
|
-
],
|
|
4507
|
-
"fontFeatureSettings": [
|
|
4508
|
-
"normal",
|
|
4509
|
-
"on",
|
|
4510
|
-
"off"
|
|
4511
|
-
],
|
|
4512
|
-
"fontKerning": [
|
|
4513
|
-
"auto",
|
|
4514
|
-
"normal",
|
|
4515
|
-
"none"
|
|
4516
|
-
],
|
|
4517
|
-
"fontLanguageOverride": [
|
|
4518
|
-
"normal"
|
|
4519
|
-
],
|
|
4520
|
-
"fontOpticalSizing": [
|
|
4521
|
-
"auto",
|
|
4522
|
-
"none"
|
|
4523
|
-
],
|
|
4524
|
-
"fontVariationSettings": [
|
|
4525
|
-
"normal"
|
|
4292
|
+
"WindowText",
|
|
4526
4293
|
],
|
|
4527
|
-
"
|
|
4294
|
+
flexBasis: ["content", "auto", "min-content", "max-content", "fit-content"],
|
|
4295
|
+
flexDirection: ["row", "row-reverse", "column", "column-reverse"],
|
|
4296
|
+
flexWrap: ["nowrap", "wrap", "wrap-reverse"],
|
|
4297
|
+
float: ["left", "right", "none", "inline-start", "inline-end"],
|
|
4298
|
+
fontFamily: ["serif", "sans-serif", "cursive", "fantasy", "monospace"],
|
|
4299
|
+
fontFeatureSettings: ["normal", "on", "off"],
|
|
4300
|
+
fontKerning: ["auto", "normal", "none"],
|
|
4301
|
+
fontLanguageOverride: ["normal"],
|
|
4302
|
+
fontOpticalSizing: ["auto", "none"],
|
|
4303
|
+
fontVariationSettings: ["normal"],
|
|
4304
|
+
fontSize: [
|
|
4528
4305
|
"xx-small",
|
|
4529
4306
|
"x-small",
|
|
4530
4307
|
"small",
|
|
@@ -4534,18 +4311,18 @@ exports.keywordValues = {
|
|
|
4534
4311
|
"xx-large",
|
|
4535
4312
|
"xxx-large",
|
|
4536
4313
|
"larger",
|
|
4537
|
-
"smaller"
|
|
4314
|
+
"smaller",
|
|
4538
4315
|
],
|
|
4539
|
-
|
|
4316
|
+
fontSizeAdjust: [
|
|
4540
4317
|
"none",
|
|
4541
4318
|
"ex-height",
|
|
4542
4319
|
"cap-height",
|
|
4543
4320
|
"ch-width",
|
|
4544
4321
|
"ic-width",
|
|
4545
4322
|
"ic-height",
|
|
4546
|
-
"from-font"
|
|
4323
|
+
"from-font",
|
|
4547
4324
|
],
|
|
4548
|
-
|
|
4325
|
+
fontStretch: [
|
|
4549
4326
|
"normal",
|
|
4550
4327
|
"ultra-condensed",
|
|
4551
4328
|
"extra-condensed",
|
|
@@ -4554,20 +4331,11 @@ exports.keywordValues = {
|
|
|
4554
4331
|
"semi-expanded",
|
|
4555
4332
|
"expanded",
|
|
4556
4333
|
"extra-expanded",
|
|
4557
|
-
"ultra-expanded"
|
|
4558
|
-
],
|
|
4559
|
-
"fontStyle": [
|
|
4560
|
-
"normal",
|
|
4561
|
-
"italic",
|
|
4562
|
-
"oblique"
|
|
4563
|
-
],
|
|
4564
|
-
"fontSynthesis": [
|
|
4565
|
-
"none",
|
|
4566
|
-
"weight",
|
|
4567
|
-
"style",
|
|
4568
|
-
"small-caps"
|
|
4334
|
+
"ultra-expanded",
|
|
4569
4335
|
],
|
|
4570
|
-
"
|
|
4336
|
+
fontStyle: ["normal", "italic", "oblique"],
|
|
4337
|
+
fontSynthesis: ["none", "weight", "style", "small-caps"],
|
|
4338
|
+
fontVariant: [
|
|
4571
4339
|
"normal",
|
|
4572
4340
|
"none",
|
|
4573
4341
|
"common-ligatures",
|
|
@@ -4601,22 +4369,19 @@ exports.keywordValues = {
|
|
|
4601
4369
|
"traditional",
|
|
4602
4370
|
"full-width",
|
|
4603
4371
|
"proportional-width",
|
|
4604
|
-
"ruby"
|
|
4605
|
-
],
|
|
4606
|
-
"fontVariantAlternates": [
|
|
4607
|
-
"normal",
|
|
4608
|
-
"historical-forms"
|
|
4372
|
+
"ruby",
|
|
4609
4373
|
],
|
|
4610
|
-
"
|
|
4374
|
+
fontVariantAlternates: ["normal", "historical-forms"],
|
|
4375
|
+
fontVariantCaps: [
|
|
4611
4376
|
"normal",
|
|
4612
4377
|
"small-caps",
|
|
4613
4378
|
"all-small-caps",
|
|
4614
4379
|
"petite-caps",
|
|
4615
4380
|
"all-petite-caps",
|
|
4616
4381
|
"unicase",
|
|
4617
|
-
"titling-caps"
|
|
4382
|
+
"titling-caps",
|
|
4618
4383
|
],
|
|
4619
|
-
|
|
4384
|
+
fontVariantEastAsian: [
|
|
4620
4385
|
"normal",
|
|
4621
4386
|
"jis78",
|
|
4622
4387
|
"jis83",
|
|
@@ -4626,9 +4391,9 @@ exports.keywordValues = {
|
|
|
4626
4391
|
"traditional",
|
|
4627
4392
|
"full-width",
|
|
4628
4393
|
"proportional-width",
|
|
4629
|
-
"ruby"
|
|
4394
|
+
"ruby",
|
|
4630
4395
|
],
|
|
4631
|
-
|
|
4396
|
+
fontVariantLigatures: [
|
|
4632
4397
|
"normal",
|
|
4633
4398
|
"none",
|
|
4634
4399
|
"common-ligatures",
|
|
@@ -4638,9 +4403,9 @@ exports.keywordValues = {
|
|
|
4638
4403
|
"historical-ligatures",
|
|
4639
4404
|
"no-historical-ligatures",
|
|
4640
4405
|
"contextual",
|
|
4641
|
-
"no-contextual"
|
|
4406
|
+
"no-contextual",
|
|
4642
4407
|
],
|
|
4643
|
-
|
|
4408
|
+
fontVariantNumeric: [
|
|
4644
4409
|
"normal",
|
|
4645
4410
|
"lining-nums",
|
|
4646
4411
|
"oldstyle-nums",
|
|
@@ -4649,64 +4414,34 @@ exports.keywordValues = {
|
|
|
4649
4414
|
"diagonal-fractions",
|
|
4650
4415
|
"stacked-fractions",
|
|
4651
4416
|
"ordinal",
|
|
4652
|
-
"slashed-zero"
|
|
4653
|
-
],
|
|
4654
|
-
"fontVariantPosition": [
|
|
4655
|
-
"normal",
|
|
4656
|
-
"sub",
|
|
4657
|
-
"super"
|
|
4658
|
-
],
|
|
4659
|
-
"fontWeight": [
|
|
4660
|
-
"normal",
|
|
4661
|
-
"bold",
|
|
4662
|
-
"bolder",
|
|
4663
|
-
"lighter"
|
|
4664
|
-
],
|
|
4665
|
-
"forcedColorAdjust": [
|
|
4666
|
-
"auto",
|
|
4667
|
-
"none"
|
|
4417
|
+
"slashed-zero",
|
|
4668
4418
|
],
|
|
4669
|
-
"
|
|
4419
|
+
fontVariantPosition: ["normal", "sub", "super"],
|
|
4420
|
+
fontWeight: ["normal", "bold", "bolder", "lighter"],
|
|
4421
|
+
forcedColorAdjust: ["auto", "none"],
|
|
4422
|
+
gridAutoColumns: [
|
|
4670
4423
|
"none",
|
|
4671
4424
|
"content",
|
|
4672
4425
|
"auto",
|
|
4673
4426
|
"min-content",
|
|
4674
4427
|
"max-content",
|
|
4675
|
-
"fit-content"
|
|
4676
|
-
],
|
|
4677
|
-
"gridAutoFlow": [
|
|
4678
|
-
"row",
|
|
4679
|
-
"column",
|
|
4680
|
-
"dense"
|
|
4428
|
+
"fit-content",
|
|
4681
4429
|
],
|
|
4682
|
-
"
|
|
4430
|
+
gridAutoFlow: ["row", "column", "dense"],
|
|
4431
|
+
gridAutoRows: [
|
|
4683
4432
|
"none",
|
|
4684
4433
|
"content",
|
|
4685
4434
|
"auto",
|
|
4686
4435
|
"min-content",
|
|
4687
4436
|
"max-content",
|
|
4688
|
-
"fit-content"
|
|
4689
|
-
],
|
|
4690
|
-
"gridColumnEnd": [
|
|
4691
|
-
"auto",
|
|
4692
|
-
"span"
|
|
4693
|
-
],
|
|
4694
|
-
"gridColumnStart": [
|
|
4695
|
-
"auto",
|
|
4696
|
-
"span"
|
|
4697
|
-
],
|
|
4698
|
-
"gridRowEnd": [
|
|
4699
|
-
"auto",
|
|
4700
|
-
"span"
|
|
4701
|
-
],
|
|
4702
|
-
"gridRowStart": [
|
|
4703
|
-
"auto",
|
|
4704
|
-
"span"
|
|
4705
|
-
],
|
|
4706
|
-
"gridTemplateAreas": [
|
|
4707
|
-
"none"
|
|
4437
|
+
"fit-content",
|
|
4708
4438
|
],
|
|
4709
|
-
"
|
|
4439
|
+
gridColumnEnd: ["auto", "span"],
|
|
4440
|
+
gridColumnStart: ["auto", "span"],
|
|
4441
|
+
gridRowEnd: ["auto", "span"],
|
|
4442
|
+
gridRowStart: ["auto", "span"],
|
|
4443
|
+
gridTemplateAreas: ["none"],
|
|
4444
|
+
gridTemplateColumns: [
|
|
4710
4445
|
"none",
|
|
4711
4446
|
"content",
|
|
4712
4447
|
"auto",
|
|
@@ -4715,9 +4450,9 @@ exports.keywordValues = {
|
|
|
4715
4450
|
"fit-content",
|
|
4716
4451
|
"auto-fill",
|
|
4717
4452
|
"auto-fit",
|
|
4718
|
-
"subgrid"
|
|
4453
|
+
"subgrid",
|
|
4719
4454
|
],
|
|
4720
|
-
|
|
4455
|
+
gridTemplateRows: [
|
|
4721
4456
|
"none",
|
|
4722
4457
|
"content",
|
|
4723
4458
|
"auto",
|
|
@@ -4726,80 +4461,26 @@ exports.keywordValues = {
|
|
|
4726
4461
|
"fit-content",
|
|
4727
4462
|
"auto-fill",
|
|
4728
4463
|
"auto-fit",
|
|
4729
|
-
"subgrid"
|
|
4730
|
-
],
|
|
4731
|
-
|
|
4732
|
-
|
|
4733
|
-
|
|
4734
|
-
|
|
4735
|
-
|
|
4736
|
-
|
|
4737
|
-
],
|
|
4738
|
-
"
|
|
4739
|
-
|
|
4740
|
-
|
|
4741
|
-
|
|
4742
|
-
|
|
4743
|
-
],
|
|
4744
|
-
|
|
4745
|
-
|
|
4746
|
-
|
|
4747
|
-
|
|
4748
|
-
|
|
4749
|
-
"imageOrientation": [
|
|
4750
|
-
"from-image",
|
|
4751
|
-
"flip"
|
|
4752
|
-
],
|
|
4753
|
-
"imageRendering": [
|
|
4754
|
-
"auto",
|
|
4755
|
-
"crisp-edges",
|
|
4756
|
-
"pixelated"
|
|
4757
|
-
],
|
|
4758
|
-
"imageResolution": [
|
|
4759
|
-
"from-image",
|
|
4760
|
-
"snap"
|
|
4761
|
-
],
|
|
4762
|
-
"initialLetter": [
|
|
4763
|
-
"normal"
|
|
4764
|
-
],
|
|
4765
|
-
"initialLetterAlign": [
|
|
4766
|
-
"auto",
|
|
4767
|
-
"alphabetic",
|
|
4768
|
-
"hanging",
|
|
4769
|
-
"ideographic"
|
|
4770
|
-
],
|
|
4771
|
-
"inlineSize": [
|
|
4772
|
-
"auto",
|
|
4773
|
-
"min-content",
|
|
4774
|
-
"max-content",
|
|
4775
|
-
"fit-content"
|
|
4776
|
-
],
|
|
4777
|
-
"inset": [
|
|
4778
|
-
"auto"
|
|
4779
|
-
],
|
|
4780
|
-
"insetBlock": [
|
|
4781
|
-
"auto"
|
|
4782
|
-
],
|
|
4783
|
-
"insetBlockEnd": [
|
|
4784
|
-
"auto"
|
|
4785
|
-
],
|
|
4786
|
-
"insetBlockStart": [
|
|
4787
|
-
"auto"
|
|
4788
|
-
],
|
|
4789
|
-
"insetInline": [
|
|
4790
|
-
"auto"
|
|
4791
|
-
],
|
|
4792
|
-
"insetInlineEnd": [
|
|
4793
|
-
"auto"
|
|
4794
|
-
],
|
|
4795
|
-
"insetInlineStart": [
|
|
4796
|
-
"auto"
|
|
4797
|
-
],
|
|
4798
|
-
"isolation": [
|
|
4799
|
-
"auto",
|
|
4800
|
-
"isolate"
|
|
4801
|
-
],
|
|
4802
|
-
"justifyContent": [
|
|
4464
|
+
"subgrid",
|
|
4465
|
+
],
|
|
4466
|
+
hangingPunctuation: ["none", "first", "force-end", "allow-end", "last"],
|
|
4467
|
+
height: ["auto", "min-content", "max-content", "fit-content"],
|
|
4468
|
+
hyphens: ["none", "manual", "auto"],
|
|
4469
|
+
imageOrientation: ["from-image", "flip"],
|
|
4470
|
+
imageRendering: ["auto", "crisp-edges", "pixelated"],
|
|
4471
|
+
imageResolution: ["from-image", "snap"],
|
|
4472
|
+
initialLetter: ["normal"],
|
|
4473
|
+
initialLetterAlign: ["auto", "alphabetic", "hanging", "ideographic"],
|
|
4474
|
+
inlineSize: ["auto", "min-content", "max-content", "fit-content"],
|
|
4475
|
+
inset: ["auto"],
|
|
4476
|
+
insetBlock: ["auto"],
|
|
4477
|
+
insetBlockEnd: ["auto"],
|
|
4478
|
+
insetBlockStart: ["auto"],
|
|
4479
|
+
insetInline: ["auto"],
|
|
4480
|
+
insetInlineEnd: ["auto"],
|
|
4481
|
+
insetInlineStart: ["auto"],
|
|
4482
|
+
isolation: ["auto", "isolate"],
|
|
4483
|
+
justifyContent: [
|
|
4803
4484
|
"normal",
|
|
4804
4485
|
"space-between",
|
|
4805
4486
|
"space-around",
|
|
@@ -4813,9 +4494,9 @@ exports.keywordValues = {
|
|
|
4813
4494
|
"flex-start",
|
|
4814
4495
|
"flex-end",
|
|
4815
4496
|
"left",
|
|
4816
|
-
"right"
|
|
4497
|
+
"right",
|
|
4817
4498
|
],
|
|
4818
|
-
|
|
4499
|
+
justifyItems: [
|
|
4819
4500
|
"normal",
|
|
4820
4501
|
"stretch",
|
|
4821
4502
|
"first",
|
|
@@ -4832,9 +4513,9 @@ exports.keywordValues = {
|
|
|
4832
4513
|
"flex-end",
|
|
4833
4514
|
"left",
|
|
4834
4515
|
"right",
|
|
4835
|
-
"legacy"
|
|
4516
|
+
"legacy",
|
|
4836
4517
|
],
|
|
4837
|
-
|
|
4518
|
+
justifySelf: [
|
|
4838
4519
|
"auto",
|
|
4839
4520
|
"normal",
|
|
4840
4521
|
"stretch",
|
|
@@ -4851,9 +4532,9 @@ exports.keywordValues = {
|
|
|
4851
4532
|
"flex-start",
|
|
4852
4533
|
"flex-end",
|
|
4853
4534
|
"left",
|
|
4854
|
-
"right"
|
|
4535
|
+
"right",
|
|
4855
4536
|
],
|
|
4856
|
-
|
|
4537
|
+
justifyTracks: [
|
|
4857
4538
|
"normal",
|
|
4858
4539
|
"space-between",
|
|
4859
4540
|
"space-around",
|
|
@@ -4867,28 +4548,14 @@ exports.keywordValues = {
|
|
|
4867
4548
|
"flex-start",
|
|
4868
4549
|
"flex-end",
|
|
4869
4550
|
"left",
|
|
4870
|
-
"right"
|
|
4871
|
-
],
|
|
4872
|
-
"left": [
|
|
4873
|
-
"auto"
|
|
4874
|
-
],
|
|
4875
|
-
"letterSpacing": [
|
|
4876
|
-
"normal"
|
|
4877
|
-
],
|
|
4878
|
-
"lineBreak": [
|
|
4879
|
-
"auto",
|
|
4880
|
-
"loose",
|
|
4881
|
-
"normal",
|
|
4882
|
-
"strict",
|
|
4883
|
-
"anywhere"
|
|
4884
|
-
],
|
|
4885
|
-
"lineClamp": [
|
|
4886
|
-
"none"
|
|
4887
|
-
],
|
|
4888
|
-
"lineHeight": [
|
|
4889
|
-
"normal"
|
|
4551
|
+
"right",
|
|
4890
4552
|
],
|
|
4891
|
-
|
|
4553
|
+
left: ["auto"],
|
|
4554
|
+
letterSpacing: ["normal"],
|
|
4555
|
+
lineBreak: ["auto", "loose", "normal", "strict", "anywhere"],
|
|
4556
|
+
lineClamp: ["none"],
|
|
4557
|
+
lineHeight: ["normal"],
|
|
4558
|
+
listStyleImage: [
|
|
4892
4559
|
"ltr",
|
|
4893
4560
|
"rtl",
|
|
4894
4561
|
"transparent",
|
|
@@ -5083,64 +4750,25 @@ exports.keywordValues = {
|
|
|
5083
4750
|
"at",
|
|
5084
4751
|
"center",
|
|
5085
4752
|
"from",
|
|
5086
|
-
"none"
|
|
5087
|
-
],
|
|
5088
|
-
"listStylePosition": [
|
|
5089
|
-
"inside",
|
|
5090
|
-
"outside"
|
|
5091
|
-
],
|
|
5092
|
-
"listStyleType": [
|
|
5093
|
-
"none"
|
|
5094
|
-
],
|
|
5095
|
-
"marginBlock": [
|
|
5096
|
-
"auto"
|
|
5097
|
-
],
|
|
5098
|
-
"marginBlockEnd": [
|
|
5099
|
-
"auto"
|
|
5100
|
-
],
|
|
5101
|
-
"marginBlockStart": [
|
|
5102
|
-
"auto"
|
|
5103
|
-
],
|
|
5104
|
-
"marginBottom": [
|
|
5105
|
-
"auto"
|
|
5106
|
-
],
|
|
5107
|
-
"marginInline": [
|
|
5108
|
-
"auto"
|
|
5109
|
-
],
|
|
5110
|
-
"marginInlineEnd": [
|
|
5111
|
-
"auto"
|
|
5112
|
-
],
|
|
5113
|
-
"marginInlineStart": [
|
|
5114
|
-
"auto"
|
|
5115
|
-
],
|
|
5116
|
-
"marginLeft": [
|
|
5117
|
-
"auto"
|
|
5118
|
-
],
|
|
5119
|
-
"marginRight": [
|
|
5120
|
-
"auto"
|
|
5121
|
-
],
|
|
5122
|
-
"marginTop": [
|
|
5123
|
-
"auto"
|
|
5124
|
-
],
|
|
5125
|
-
"marginTrim": [
|
|
5126
4753
|
"none",
|
|
5127
|
-
"in-flow",
|
|
5128
|
-
"all"
|
|
5129
|
-
],
|
|
5130
|
-
"maskBorderMode": [
|
|
5131
|
-
"luminance",
|
|
5132
|
-
"alpha"
|
|
5133
|
-
],
|
|
5134
|
-
"maskBorderRepeat": [
|
|
5135
|
-
"stretch",
|
|
5136
|
-
"repeat",
|
|
5137
|
-
"round",
|
|
5138
|
-
"space"
|
|
5139
|
-
],
|
|
5140
|
-
"maskBorderSlice": [
|
|
5141
|
-
"fill"
|
|
5142
4754
|
],
|
|
5143
|
-
"
|
|
4755
|
+
listStylePosition: ["inside", "outside"],
|
|
4756
|
+
listStyleType: ["none"],
|
|
4757
|
+
marginBlock: ["auto"],
|
|
4758
|
+
marginBlockEnd: ["auto"],
|
|
4759
|
+
marginBlockStart: ["auto"],
|
|
4760
|
+
marginBottom: ["auto"],
|
|
4761
|
+
marginInline: ["auto"],
|
|
4762
|
+
marginInlineEnd: ["auto"],
|
|
4763
|
+
marginInlineStart: ["auto"],
|
|
4764
|
+
marginLeft: ["auto"],
|
|
4765
|
+
marginRight: ["auto"],
|
|
4766
|
+
marginTop: ["auto"],
|
|
4767
|
+
marginTrim: ["none", "in-flow", "all"],
|
|
4768
|
+
maskBorderMode: ["luminance", "alpha"],
|
|
4769
|
+
maskBorderRepeat: ["stretch", "repeat", "round", "space"],
|
|
4770
|
+
maskBorderSlice: ["fill"],
|
|
4771
|
+
maskBorderSource: [
|
|
5144
4772
|
"none",
|
|
5145
4773
|
"ltr",
|
|
5146
4774
|
"rtl",
|
|
@@ -5335,12 +4963,10 @@ exports.keywordValues = {
|
|
|
5335
4963
|
"farthest-corner",
|
|
5336
4964
|
"at",
|
|
5337
4965
|
"center",
|
|
5338
|
-
"from"
|
|
5339
|
-
],
|
|
5340
|
-
"maskBorderWidth": [
|
|
5341
|
-
"auto"
|
|
4966
|
+
"from",
|
|
5342
4967
|
],
|
|
5343
|
-
|
|
4968
|
+
maskBorderWidth: ["auto"],
|
|
4969
|
+
maskClip: [
|
|
5344
4970
|
"border-box",
|
|
5345
4971
|
"padding-box",
|
|
5346
4972
|
"content-box",
|
|
@@ -5348,15 +4974,10 @@ exports.keywordValues = {
|
|
|
5348
4974
|
"fill-box",
|
|
5349
4975
|
"stroke-box",
|
|
5350
4976
|
"view-box",
|
|
5351
|
-
"no-clip"
|
|
4977
|
+
"no-clip",
|
|
5352
4978
|
],
|
|
5353
|
-
|
|
5354
|
-
|
|
5355
|
-
"subtract",
|
|
5356
|
-
"intersect",
|
|
5357
|
-
"exclude"
|
|
5358
|
-
],
|
|
5359
|
-
"maskImage": [
|
|
4979
|
+
maskComposite: ["add", "subtract", "intersect", "exclude"],
|
|
4980
|
+
maskImage: [
|
|
5360
4981
|
"none",
|
|
5361
4982
|
"ltr",
|
|
5362
4983
|
"rtl",
|
|
@@ -5551,108 +5172,34 @@ exports.keywordValues = {
|
|
|
5551
5172
|
"farthest-corner",
|
|
5552
5173
|
"at",
|
|
5553
5174
|
"center",
|
|
5554
|
-
"from"
|
|
5555
|
-
],
|
|
5556
|
-
"maskMode": [
|
|
5557
|
-
"alpha",
|
|
5558
|
-
"luminance",
|
|
5559
|
-
"match-source"
|
|
5175
|
+
"from",
|
|
5560
5176
|
],
|
|
5561
|
-
"
|
|
5177
|
+
maskMode: ["alpha", "luminance", "match-source"],
|
|
5178
|
+
maskOrigin: [
|
|
5562
5179
|
"border-box",
|
|
5563
5180
|
"padding-box",
|
|
5564
5181
|
"content-box",
|
|
5565
5182
|
"margin-box",
|
|
5566
5183
|
"fill-box",
|
|
5567
5184
|
"stroke-box",
|
|
5568
|
-
"view-box"
|
|
5569
|
-
],
|
|
5570
|
-
"maskPosition": [
|
|
5571
|
-
"left",
|
|
5572
|
-
"center",
|
|
5573
|
-
"right",
|
|
5574
|
-
"top",
|
|
5575
|
-
"bottom"
|
|
5576
|
-
],
|
|
5577
|
-
"maskRepeat": [
|
|
5578
|
-
"repeat-x",
|
|
5579
|
-
"repeat-y",
|
|
5580
|
-
"repeat",
|
|
5581
|
-
"space",
|
|
5582
|
-
"round",
|
|
5583
|
-
"no-repeat"
|
|
5584
|
-
],
|
|
5585
|
-
"maskSize": [
|
|
5586
|
-
"auto",
|
|
5587
|
-
"cover",
|
|
5588
|
-
"contain"
|
|
5589
|
-
],
|
|
5590
|
-
"maskType": [
|
|
5591
|
-
"luminance",
|
|
5592
|
-
"alpha"
|
|
5593
|
-
],
|
|
5594
|
-
"masonryAutoFlow": [
|
|
5595
|
-
"pack",
|
|
5596
|
-
"next",
|
|
5597
|
-
"definite-first",
|
|
5598
|
-
"ordered"
|
|
5599
|
-
],
|
|
5600
|
-
"mathStyle": [
|
|
5601
|
-
"normal",
|
|
5602
|
-
"compact"
|
|
5603
|
-
],
|
|
5604
|
-
"maxBlockSize": [
|
|
5605
|
-
"none",
|
|
5606
|
-
"min-content",
|
|
5607
|
-
"max-content",
|
|
5608
|
-
"fit-content"
|
|
5609
|
-
],
|
|
5610
|
-
"maxHeight": [
|
|
5611
|
-
"none",
|
|
5612
|
-
"min-content",
|
|
5613
|
-
"max-content",
|
|
5614
|
-
"fit-content"
|
|
5615
|
-
],
|
|
5616
|
-
"maxInlineSize": [
|
|
5617
|
-
"none",
|
|
5618
|
-
"min-content",
|
|
5619
|
-
"max-content",
|
|
5620
|
-
"fit-content"
|
|
5621
|
-
],
|
|
5622
|
-
"maxLines": [
|
|
5623
|
-
"none"
|
|
5624
|
-
],
|
|
5625
|
-
"maxWidth": [
|
|
5626
|
-
"none",
|
|
5627
|
-
"min-content",
|
|
5628
|
-
"max-content",
|
|
5629
|
-
"fit-content"
|
|
5630
|
-
],
|
|
5631
|
-
"minBlockSize": [
|
|
5632
|
-
"auto",
|
|
5633
|
-
"min-content",
|
|
5634
|
-
"max-content",
|
|
5635
|
-
"fit-content"
|
|
5636
|
-
],
|
|
5637
|
-
"minHeight": [
|
|
5638
|
-
"auto",
|
|
5639
|
-
"min-content",
|
|
5640
|
-
"max-content",
|
|
5641
|
-
"fit-content"
|
|
5642
|
-
],
|
|
5643
|
-
"minInlineSize": [
|
|
5644
|
-
"auto",
|
|
5645
|
-
"min-content",
|
|
5646
|
-
"max-content",
|
|
5647
|
-
"fit-content"
|
|
5648
|
-
],
|
|
5649
|
-
"minWidth": [
|
|
5650
|
-
"auto",
|
|
5651
|
-
"min-content",
|
|
5652
|
-
"max-content",
|
|
5653
|
-
"fit-content"
|
|
5185
|
+
"view-box",
|
|
5654
5186
|
],
|
|
5655
|
-
"
|
|
5187
|
+
maskPosition: ["left", "center", "right", "top", "bottom"],
|
|
5188
|
+
maskRepeat: ["repeat-x", "repeat-y", "repeat", "space", "round", "no-repeat"],
|
|
5189
|
+
maskSize: ["auto", "cover", "contain"],
|
|
5190
|
+
maskType: ["luminance", "alpha"],
|
|
5191
|
+
masonryAutoFlow: ["pack", "next", "definite-first", "ordered"],
|
|
5192
|
+
mathStyle: ["normal", "compact"],
|
|
5193
|
+
maxBlockSize: ["none", "min-content", "max-content", "fit-content"],
|
|
5194
|
+
maxHeight: ["none", "min-content", "max-content", "fit-content"],
|
|
5195
|
+
maxInlineSize: ["none", "min-content", "max-content", "fit-content"],
|
|
5196
|
+
maxLines: ["none"],
|
|
5197
|
+
maxWidth: ["none", "min-content", "max-content", "fit-content"],
|
|
5198
|
+
minBlockSize: ["auto", "min-content", "max-content", "fit-content"],
|
|
5199
|
+
minHeight: ["auto", "min-content", "max-content", "fit-content"],
|
|
5200
|
+
minInlineSize: ["auto", "min-content", "max-content", "fit-content"],
|
|
5201
|
+
minWidth: ["auto", "min-content", "max-content", "fit-content"],
|
|
5202
|
+
mixBlendMode: [
|
|
5656
5203
|
"normal",
|
|
5657
5204
|
"multiply",
|
|
5658
5205
|
"screen",
|
|
@@ -5668,31 +5215,12 @@ exports.keywordValues = {
|
|
|
5668
5215
|
"hue",
|
|
5669
5216
|
"saturation",
|
|
5670
5217
|
"color",
|
|
5671
|
-
"luminosity"
|
|
5672
|
-
],
|
|
5673
|
-
"objectFit": [
|
|
5674
|
-
"fill",
|
|
5675
|
-
"contain",
|
|
5676
|
-
"cover",
|
|
5677
|
-
"none",
|
|
5678
|
-
"scale-down"
|
|
5679
|
-
],
|
|
5680
|
-
"objectPosition": [
|
|
5681
|
-
"left",
|
|
5682
|
-
"center",
|
|
5683
|
-
"right",
|
|
5684
|
-
"top",
|
|
5685
|
-
"bottom"
|
|
5686
|
-
],
|
|
5687
|
-
"offsetAnchor": [
|
|
5688
|
-
"auto",
|
|
5689
|
-
"left",
|
|
5690
|
-
"center",
|
|
5691
|
-
"right",
|
|
5692
|
-
"top",
|
|
5693
|
-
"bottom"
|
|
5218
|
+
"luminosity",
|
|
5694
5219
|
],
|
|
5695
|
-
"
|
|
5220
|
+
objectFit: ["fill", "contain", "cover", "none", "scale-down"],
|
|
5221
|
+
objectPosition: ["left", "center", "right", "top", "bottom"],
|
|
5222
|
+
offsetAnchor: ["auto", "left", "center", "right", "top", "bottom"],
|
|
5223
|
+
offsetPath: [
|
|
5696
5224
|
"none",
|
|
5697
5225
|
"closest-side",
|
|
5698
5226
|
"farthest-side",
|
|
@@ -5714,21 +5242,11 @@ exports.keywordValues = {
|
|
|
5714
5242
|
"margin-box",
|
|
5715
5243
|
"fill-box",
|
|
5716
5244
|
"stroke-box",
|
|
5717
|
-
"view-box"
|
|
5718
|
-
],
|
|
5719
|
-
"offsetPosition": [
|
|
5720
|
-
"auto",
|
|
5721
|
-
"left",
|
|
5722
|
-
"center",
|
|
5723
|
-
"right",
|
|
5724
|
-
"top",
|
|
5725
|
-
"bottom"
|
|
5726
|
-
],
|
|
5727
|
-
"offsetRotate": [
|
|
5728
|
-
"auto",
|
|
5729
|
-
"reverse"
|
|
5245
|
+
"view-box",
|
|
5730
5246
|
],
|
|
5731
|
-
"
|
|
5247
|
+
offsetPosition: ["auto", "left", "center", "right", "top", "bottom"],
|
|
5248
|
+
offsetRotate: ["auto", "reverse"],
|
|
5249
|
+
outlineColor: [
|
|
5732
5250
|
"transparent",
|
|
5733
5251
|
"aliceblue",
|
|
5734
5252
|
"antiquewhite",
|
|
@@ -5907,9 +5425,9 @@ exports.keywordValues = {
|
|
|
5907
5425
|
"Window",
|
|
5908
5426
|
"WindowFrame",
|
|
5909
5427
|
"WindowText",
|
|
5910
|
-
"invert"
|
|
5428
|
+
"invert",
|
|
5911
5429
|
],
|
|
5912
|
-
|
|
5430
|
+
outlineStyle: [
|
|
5913
5431
|
"auto",
|
|
5914
5432
|
"none",
|
|
5915
5433
|
"hidden",
|
|
@@ -5920,126 +5438,45 @@ exports.keywordValues = {
|
|
|
5920
5438
|
"groove",
|
|
5921
5439
|
"ridge",
|
|
5922
5440
|
"inset",
|
|
5923
|
-
"outset"
|
|
5924
|
-
],
|
|
5925
|
-
|
|
5926
|
-
|
|
5927
|
-
|
|
5928
|
-
|
|
5929
|
-
],
|
|
5930
|
-
"
|
|
5931
|
-
|
|
5932
|
-
|
|
5933
|
-
|
|
5934
|
-
|
|
5935
|
-
|
|
5936
|
-
],
|
|
5937
|
-
"
|
|
5938
|
-
|
|
5939
|
-
|
|
5940
|
-
],
|
|
5941
|
-
"overflowBlock": [
|
|
5942
|
-
"visible",
|
|
5943
|
-
"hidden",
|
|
5944
|
-
"clip",
|
|
5945
|
-
"scroll",
|
|
5946
|
-
"auto"
|
|
5947
|
-
],
|
|
5948
|
-
"overflowClipMargin": [
|
|
5949
|
-
"content-box",
|
|
5950
|
-
"padding-box",
|
|
5951
|
-
"border-box"
|
|
5952
|
-
],
|
|
5953
|
-
"overflowInline": [
|
|
5954
|
-
"visible",
|
|
5955
|
-
"hidden",
|
|
5956
|
-
"clip",
|
|
5957
|
-
"scroll",
|
|
5958
|
-
"auto"
|
|
5959
|
-
],
|
|
5960
|
-
"overflowWrap": [
|
|
5961
|
-
"normal",
|
|
5962
|
-
"break-word",
|
|
5963
|
-
"anywhere"
|
|
5964
|
-
],
|
|
5965
|
-
"overflowX": [
|
|
5966
|
-
"visible",
|
|
5967
|
-
"hidden",
|
|
5968
|
-
"clip",
|
|
5969
|
-
"scroll",
|
|
5970
|
-
"auto"
|
|
5971
|
-
],
|
|
5972
|
-
"overflowY": [
|
|
5973
|
-
"visible",
|
|
5974
|
-
"hidden",
|
|
5975
|
-
"clip",
|
|
5976
|
-
"scroll",
|
|
5977
|
-
"auto"
|
|
5978
|
-
],
|
|
5979
|
-
"overscrollBehavior": [
|
|
5980
|
-
"contain",
|
|
5981
|
-
"none",
|
|
5982
|
-
"auto"
|
|
5983
|
-
],
|
|
5984
|
-
"overscrollBehaviorBlock": [
|
|
5985
|
-
"contain",
|
|
5986
|
-
"none",
|
|
5987
|
-
"auto"
|
|
5988
|
-
],
|
|
5989
|
-
"overscrollBehaviorInline": [
|
|
5990
|
-
"contain",
|
|
5991
|
-
"none",
|
|
5992
|
-
"auto"
|
|
5993
|
-
],
|
|
5994
|
-
"overscrollBehaviorX": [
|
|
5995
|
-
"contain",
|
|
5996
|
-
"none",
|
|
5997
|
-
"auto"
|
|
5998
|
-
],
|
|
5999
|
-
"overscrollBehaviorY": [
|
|
6000
|
-
"contain",
|
|
6001
|
-
"none",
|
|
6002
|
-
"auto"
|
|
6003
|
-
],
|
|
6004
|
-
"pageBreakAfter": [
|
|
5441
|
+
"outset",
|
|
5442
|
+
],
|
|
5443
|
+
outlineWidth: ["thin", "medium", "thick"],
|
|
5444
|
+
overflow: ["visible", "hidden", "clip", "scroll", "auto"],
|
|
5445
|
+
overflowAnchor: ["auto", "none"],
|
|
5446
|
+
overflowBlock: ["visible", "hidden", "clip", "scroll", "auto"],
|
|
5447
|
+
overflowClipMargin: ["content-box", "padding-box", "border-box"],
|
|
5448
|
+
overflowInline: ["visible", "hidden", "clip", "scroll", "auto"],
|
|
5449
|
+
overflowWrap: ["normal", "break-word", "anywhere"],
|
|
5450
|
+
overflowX: ["visible", "hidden", "clip", "scroll", "auto"],
|
|
5451
|
+
overflowY: ["visible", "hidden", "clip", "scroll", "auto"],
|
|
5452
|
+
overscrollBehavior: ["contain", "none", "auto"],
|
|
5453
|
+
overscrollBehaviorBlock: ["contain", "none", "auto"],
|
|
5454
|
+
overscrollBehaviorInline: ["contain", "none", "auto"],
|
|
5455
|
+
overscrollBehaviorX: ["contain", "none", "auto"],
|
|
5456
|
+
overscrollBehaviorY: ["contain", "none", "auto"],
|
|
5457
|
+
pageBreakAfter: [
|
|
6005
5458
|
"auto",
|
|
6006
5459
|
"always",
|
|
6007
5460
|
"avoid",
|
|
6008
5461
|
"left",
|
|
6009
5462
|
"right",
|
|
6010
5463
|
"recto",
|
|
6011
|
-
"verso"
|
|
5464
|
+
"verso",
|
|
6012
5465
|
],
|
|
6013
|
-
|
|
5466
|
+
pageBreakBefore: [
|
|
6014
5467
|
"auto",
|
|
6015
5468
|
"always",
|
|
6016
5469
|
"avoid",
|
|
6017
5470
|
"left",
|
|
6018
5471
|
"right",
|
|
6019
5472
|
"recto",
|
|
6020
|
-
"verso"
|
|
6021
|
-
],
|
|
6022
|
-
"pageBreakInside": [
|
|
6023
|
-
"auto",
|
|
6024
|
-
"avoid"
|
|
6025
|
-
],
|
|
6026
|
-
"paintOrder": [
|
|
6027
|
-
"normal",
|
|
6028
|
-
"fill",
|
|
6029
|
-
"stroke",
|
|
6030
|
-
"markers"
|
|
6031
|
-
],
|
|
6032
|
-
"perspective": [
|
|
6033
|
-
"none"
|
|
6034
|
-
],
|
|
6035
|
-
"perspectiveOrigin": [
|
|
6036
|
-
"left",
|
|
6037
|
-
"center",
|
|
6038
|
-
"right",
|
|
6039
|
-
"top",
|
|
6040
|
-
"bottom"
|
|
5473
|
+
"verso",
|
|
6041
5474
|
],
|
|
6042
|
-
"
|
|
5475
|
+
pageBreakInside: ["auto", "avoid"],
|
|
5476
|
+
paintOrder: ["normal", "fill", "stroke", "markers"],
|
|
5477
|
+
perspective: ["none"],
|
|
5478
|
+
perspectiveOrigin: ["left", "center", "right", "top", "bottom"],
|
|
5479
|
+
placeContent: [
|
|
6043
5480
|
"normal",
|
|
6044
5481
|
"first",
|
|
6045
5482
|
"last",
|
|
@@ -6056,9 +5493,9 @@ exports.keywordValues = {
|
|
|
6056
5493
|
"flex-start",
|
|
6057
5494
|
"flex-end",
|
|
6058
5495
|
"left",
|
|
6059
|
-
"right"
|
|
5496
|
+
"right",
|
|
6060
5497
|
],
|
|
6061
|
-
|
|
5498
|
+
pointerEvents: [
|
|
6062
5499
|
"auto",
|
|
6063
5500
|
"none",
|
|
6064
5501
|
"visiblePainted",
|
|
@@ -6069,60 +5506,19 @@ exports.keywordValues = {
|
|
|
6069
5506
|
"fill",
|
|
6070
5507
|
"stroke",
|
|
6071
5508
|
"all",
|
|
6072
|
-
"inherit"
|
|
6073
|
-
],
|
|
6074
|
-
|
|
6075
|
-
|
|
6076
|
-
|
|
6077
|
-
|
|
6078
|
-
|
|
6079
|
-
|
|
6080
|
-
],
|
|
6081
|
-
"
|
|
6082
|
-
|
|
6083
|
-
|
|
6084
|
-
|
|
6085
|
-
"resize": [
|
|
6086
|
-
"none",
|
|
6087
|
-
"both",
|
|
6088
|
-
"horizontal",
|
|
6089
|
-
"vertical",
|
|
6090
|
-
"block",
|
|
6091
|
-
"inline"
|
|
6092
|
-
],
|
|
6093
|
-
"right": [
|
|
6094
|
-
"auto"
|
|
6095
|
-
],
|
|
6096
|
-
"rotate": [
|
|
6097
|
-
"none",
|
|
6098
|
-
"x",
|
|
6099
|
-
"y",
|
|
6100
|
-
"z"
|
|
6101
|
-
],
|
|
6102
|
-
"rowGap": [
|
|
6103
|
-
"normal"
|
|
6104
|
-
],
|
|
6105
|
-
"rubyAlign": [
|
|
6106
|
-
"start",
|
|
6107
|
-
"center",
|
|
6108
|
-
"space-between",
|
|
6109
|
-
"space-around"
|
|
6110
|
-
],
|
|
6111
|
-
"rubyMerge": [
|
|
6112
|
-
"separate",
|
|
6113
|
-
"collapse",
|
|
6114
|
-
"auto"
|
|
6115
|
-
],
|
|
6116
|
-
"rubyPosition": [
|
|
6117
|
-
"alternate",
|
|
6118
|
-
"over",
|
|
6119
|
-
"under",
|
|
6120
|
-
"inter-character"
|
|
6121
|
-
],
|
|
6122
|
-
"scale": [
|
|
6123
|
-
"none"
|
|
6124
|
-
],
|
|
6125
|
-
"scrollbarColor": [
|
|
5509
|
+
"inherit",
|
|
5510
|
+
],
|
|
5511
|
+
position: ["static", "relative", "absolute", "sticky", "fixed"],
|
|
5512
|
+
quotes: ["none", "auto"],
|
|
5513
|
+
resize: ["none", "both", "horizontal", "vertical", "block", "inline"],
|
|
5514
|
+
right: ["auto"],
|
|
5515
|
+
rotate: ["none", "x", "y", "z"],
|
|
5516
|
+
rowGap: ["normal"],
|
|
5517
|
+
rubyAlign: ["start", "center", "space-between", "space-around"],
|
|
5518
|
+
rubyMerge: ["separate", "collapse", "auto"],
|
|
5519
|
+
rubyPosition: ["alternate", "over", "under", "inter-character"],
|
|
5520
|
+
scale: ["none"],
|
|
5521
|
+
scrollbarColor: [
|
|
6126
5522
|
"auto",
|
|
6127
5523
|
"transparent",
|
|
6128
5524
|
"aliceblue",
|
|
@@ -6301,66 +5697,25 @@ exports.keywordValues = {
|
|
|
6301
5697
|
"ThreeDShadow",
|
|
6302
5698
|
"Window",
|
|
6303
5699
|
"WindowFrame",
|
|
6304
|
-
"WindowText"
|
|
6305
|
-
],
|
|
6306
|
-
"scrollbarGutter": [
|
|
6307
|
-
"auto",
|
|
6308
|
-
"stable",
|
|
6309
|
-
"both-edges"
|
|
6310
|
-
],
|
|
6311
|
-
"scrollbarWidth": [
|
|
6312
|
-
"auto",
|
|
6313
|
-
"thin",
|
|
6314
|
-
"none"
|
|
6315
|
-
],
|
|
6316
|
-
"scrollBehavior": [
|
|
6317
|
-
"auto",
|
|
6318
|
-
"smooth"
|
|
6319
|
-
],
|
|
6320
|
-
"scrollPadding": [
|
|
6321
|
-
"auto"
|
|
6322
|
-
],
|
|
6323
|
-
"scrollPaddingBlock": [
|
|
6324
|
-
"auto"
|
|
6325
|
-
],
|
|
6326
|
-
"scrollPaddingBlockStart": [
|
|
6327
|
-
"auto"
|
|
6328
|
-
],
|
|
6329
|
-
"scrollPaddingBlockEnd": [
|
|
6330
|
-
"auto"
|
|
6331
|
-
],
|
|
6332
|
-
"scrollPaddingBottom": [
|
|
6333
|
-
"auto"
|
|
6334
|
-
],
|
|
6335
|
-
"scrollPaddingInline": [
|
|
6336
|
-
"auto"
|
|
6337
|
-
],
|
|
6338
|
-
"scrollPaddingInlineStart": [
|
|
6339
|
-
"auto"
|
|
6340
|
-
],
|
|
6341
|
-
"scrollPaddingInlineEnd": [
|
|
6342
|
-
"auto"
|
|
6343
|
-
],
|
|
6344
|
-
"scrollPaddingLeft": [
|
|
6345
|
-
"auto"
|
|
6346
|
-
],
|
|
6347
|
-
"scrollPaddingRight": [
|
|
6348
|
-
"auto"
|
|
6349
|
-
],
|
|
6350
|
-
"scrollPaddingTop": [
|
|
6351
|
-
"auto"
|
|
6352
|
-
],
|
|
6353
|
-
"scrollSnapAlign": [
|
|
6354
|
-
"none",
|
|
6355
|
-
"start",
|
|
6356
|
-
"end",
|
|
6357
|
-
"center"
|
|
6358
|
-
],
|
|
6359
|
-
"scrollSnapStop": [
|
|
6360
|
-
"normal",
|
|
6361
|
-
"always"
|
|
5700
|
+
"WindowText",
|
|
6362
5701
|
],
|
|
6363
|
-
"
|
|
5702
|
+
scrollbarGutter: ["auto", "stable", "both-edges"],
|
|
5703
|
+
scrollbarWidth: ["auto", "thin", "none"],
|
|
5704
|
+
scrollBehavior: ["auto", "smooth"],
|
|
5705
|
+
scrollPadding: ["auto"],
|
|
5706
|
+
scrollPaddingBlock: ["auto"],
|
|
5707
|
+
scrollPaddingBlockStart: ["auto"],
|
|
5708
|
+
scrollPaddingBlockEnd: ["auto"],
|
|
5709
|
+
scrollPaddingBottom: ["auto"],
|
|
5710
|
+
scrollPaddingInline: ["auto"],
|
|
5711
|
+
scrollPaddingInlineStart: ["auto"],
|
|
5712
|
+
scrollPaddingInlineEnd: ["auto"],
|
|
5713
|
+
scrollPaddingLeft: ["auto"],
|
|
5714
|
+
scrollPaddingRight: ["auto"],
|
|
5715
|
+
scrollPaddingTop: ["auto"],
|
|
5716
|
+
scrollSnapAlign: ["none", "start", "end", "center"],
|
|
5717
|
+
scrollSnapStop: ["normal", "always"],
|
|
5718
|
+
scrollSnapType: [
|
|
6364
5719
|
"none",
|
|
6365
5720
|
"x",
|
|
6366
5721
|
"y",
|
|
@@ -6368,9 +5723,9 @@ exports.keywordValues = {
|
|
|
6368
5723
|
"inline",
|
|
6369
5724
|
"both",
|
|
6370
5725
|
"mandatory",
|
|
6371
|
-
"proximity"
|
|
5726
|
+
"proximity",
|
|
6372
5727
|
],
|
|
6373
|
-
|
|
5728
|
+
shapeOutside: [
|
|
6374
5729
|
"none",
|
|
6375
5730
|
"border-box",
|
|
6376
5731
|
"padding-box",
|
|
@@ -6572,36 +5927,21 @@ exports.keywordValues = {
|
|
|
6572
5927
|
"ellipse",
|
|
6573
5928
|
"closest-corner",
|
|
6574
5929
|
"farthest-corner",
|
|
6575
|
-
"from"
|
|
6576
|
-
],
|
|
6577
|
-
"tableLayout": [
|
|
6578
|
-
"auto",
|
|
6579
|
-
"fixed"
|
|
5930
|
+
"from",
|
|
6580
5931
|
],
|
|
6581
|
-
"
|
|
5932
|
+
tableLayout: ["auto", "fixed"],
|
|
5933
|
+
textAlign: [
|
|
6582
5934
|
"start",
|
|
6583
5935
|
"end",
|
|
6584
5936
|
"left",
|
|
6585
5937
|
"right",
|
|
6586
5938
|
"center",
|
|
6587
5939
|
"justify",
|
|
6588
|
-
"match-parent"
|
|
6589
|
-
],
|
|
6590
|
-
"textAlignLast": [
|
|
6591
|
-
"auto",
|
|
6592
|
-
"start",
|
|
6593
|
-
"end",
|
|
6594
|
-
"left",
|
|
6595
|
-
"right",
|
|
6596
|
-
"center",
|
|
6597
|
-
"justify"
|
|
6598
|
-
],
|
|
6599
|
-
"textCombineUpright": [
|
|
6600
|
-
"none",
|
|
6601
|
-
"all",
|
|
6602
|
-
"digits"
|
|
5940
|
+
"match-parent",
|
|
6603
5941
|
],
|
|
6604
|
-
"
|
|
5942
|
+
textAlignLast: ["auto", "start", "end", "left", "right", "center", "justify"],
|
|
5943
|
+
textCombineUpright: ["none", "all", "digits"],
|
|
5944
|
+
textDecorationColor: [
|
|
6605
5945
|
"transparent",
|
|
6606
5946
|
"aliceblue",
|
|
6607
5947
|
"antiquewhite",
|
|
@@ -6779,43 +6119,30 @@ exports.keywordValues = {
|
|
|
6779
6119
|
"ThreeDShadow",
|
|
6780
6120
|
"Window",
|
|
6781
6121
|
"WindowFrame",
|
|
6782
|
-
"WindowText"
|
|
6122
|
+
"WindowText",
|
|
6783
6123
|
],
|
|
6784
|
-
|
|
6124
|
+
textDecorationLine: [
|
|
6785
6125
|
"none",
|
|
6786
6126
|
"underline",
|
|
6787
6127
|
"overline",
|
|
6788
6128
|
"line-through",
|
|
6789
6129
|
"blink",
|
|
6790
6130
|
"spelling-error",
|
|
6791
|
-
"grammar-error"
|
|
6131
|
+
"grammar-error",
|
|
6792
6132
|
],
|
|
6793
|
-
|
|
6133
|
+
textDecorationSkip: [
|
|
6794
6134
|
"none",
|
|
6795
6135
|
"objects",
|
|
6796
6136
|
"spaces",
|
|
6797
6137
|
"leading-spaces",
|
|
6798
6138
|
"trailing-spaces",
|
|
6799
6139
|
"edges",
|
|
6800
|
-
"box-decoration"
|
|
6801
|
-
],
|
|
6802
|
-
"textDecorationSkipInk": [
|
|
6803
|
-
"auto",
|
|
6804
|
-
"all",
|
|
6805
|
-
"none"
|
|
6806
|
-
],
|
|
6807
|
-
"textDecorationStyle": [
|
|
6808
|
-
"solid",
|
|
6809
|
-
"double",
|
|
6810
|
-
"dotted",
|
|
6811
|
-
"dashed",
|
|
6812
|
-
"wavy"
|
|
6813
|
-
],
|
|
6814
|
-
"textDecorationThickness": [
|
|
6815
|
-
"auto",
|
|
6816
|
-
"from-font"
|
|
6140
|
+
"box-decoration",
|
|
6817
6141
|
],
|
|
6818
|
-
"
|
|
6142
|
+
textDecorationSkipInk: ["auto", "all", "none"],
|
|
6143
|
+
textDecorationStyle: ["solid", "double", "dotted", "dashed", "wavy"],
|
|
6144
|
+
textDecorationThickness: ["auto", "from-font"],
|
|
6145
|
+
textEmphasisColor: [
|
|
6819
6146
|
"transparent",
|
|
6820
6147
|
"aliceblue",
|
|
6821
6148
|
"antiquewhite",
|
|
@@ -6993,15 +6320,10 @@ exports.keywordValues = {
|
|
|
6993
6320
|
"ThreeDShadow",
|
|
6994
6321
|
"Window",
|
|
6995
6322
|
"WindowFrame",
|
|
6996
|
-
"WindowText"
|
|
6997
|
-
],
|
|
6998
|
-
"textEmphasisPosition": [
|
|
6999
|
-
"over",
|
|
7000
|
-
"under",
|
|
7001
|
-
"right",
|
|
7002
|
-
"left"
|
|
6323
|
+
"WindowText",
|
|
7003
6324
|
],
|
|
7004
|
-
"
|
|
6325
|
+
textEmphasisPosition: ["over", "under", "right", "left"],
|
|
6326
|
+
textEmphasisStyle: [
|
|
7005
6327
|
"none",
|
|
7006
6328
|
"filled",
|
|
7007
6329
|
"open",
|
|
@@ -7009,34 +6331,19 @@ exports.keywordValues = {
|
|
|
7009
6331
|
"circle",
|
|
7010
6332
|
"double-circle",
|
|
7011
6333
|
"triangle",
|
|
7012
|
-
"sesame"
|
|
6334
|
+
"sesame",
|
|
7013
6335
|
],
|
|
7014
|
-
|
|
7015
|
-
|
|
7016
|
-
|
|
7017
|
-
],
|
|
7018
|
-
|
|
7019
|
-
"auto",
|
|
7020
|
-
"inter-character",
|
|
7021
|
-
"inter-word",
|
|
7022
|
-
"none"
|
|
7023
|
-
],
|
|
7024
|
-
"textOrientation": [
|
|
7025
|
-
"mixed",
|
|
7026
|
-
"upright",
|
|
7027
|
-
"sideways"
|
|
7028
|
-
],
|
|
7029
|
-
"textOverflow": [
|
|
7030
|
-
"clip",
|
|
7031
|
-
"ellipsis"
|
|
7032
|
-
],
|
|
7033
|
-
"textRendering": [
|
|
6336
|
+
textIndent: ["hanging", "each-line"],
|
|
6337
|
+
textJustify: ["auto", "inter-character", "inter-word", "none"],
|
|
6338
|
+
textOrientation: ["mixed", "upright", "sideways"],
|
|
6339
|
+
textOverflow: ["clip", "ellipsis"],
|
|
6340
|
+
textRendering: [
|
|
7034
6341
|
"auto",
|
|
7035
6342
|
"optimizeSpeed",
|
|
7036
6343
|
"optimizeLegibility",
|
|
7037
|
-
"geometricPrecision"
|
|
6344
|
+
"geometricPrecision",
|
|
7038
6345
|
],
|
|
7039
|
-
|
|
6346
|
+
textShadow: [
|
|
7040
6347
|
"none",
|
|
7041
6348
|
"transparent",
|
|
7042
6349
|
"aliceblue",
|
|
@@ -7215,34 +6522,21 @@ exports.keywordValues = {
|
|
|
7215
6522
|
"ThreeDShadow",
|
|
7216
6523
|
"Window",
|
|
7217
6524
|
"WindowFrame",
|
|
7218
|
-
"WindowText"
|
|
7219
|
-
],
|
|
7220
|
-
"textSizeAdjust": [
|
|
7221
|
-
"none",
|
|
7222
|
-
"auto"
|
|
6525
|
+
"WindowText",
|
|
7223
6526
|
],
|
|
7224
|
-
"
|
|
6527
|
+
textSizeAdjust: ["none", "auto"],
|
|
6528
|
+
textTransform: [
|
|
7225
6529
|
"none",
|
|
7226
6530
|
"capitalize",
|
|
7227
6531
|
"uppercase",
|
|
7228
6532
|
"lowercase",
|
|
7229
6533
|
"full-width",
|
|
7230
|
-
"full-size-kana"
|
|
6534
|
+
"full-size-kana",
|
|
7231
6535
|
],
|
|
7232
|
-
|
|
7233
|
-
|
|
7234
|
-
],
|
|
7235
|
-
|
|
7236
|
-
"auto",
|
|
7237
|
-
"from-font",
|
|
7238
|
-
"under",
|
|
7239
|
-
"left",
|
|
7240
|
-
"right"
|
|
7241
|
-
],
|
|
7242
|
-
"top": [
|
|
7243
|
-
"auto"
|
|
7244
|
-
],
|
|
7245
|
-
"touchAction": [
|
|
6536
|
+
textUnderlineOffset: ["auto"],
|
|
6537
|
+
textUnderlinePosition: ["auto", "from-font", "under", "left", "right"],
|
|
6538
|
+
top: ["auto"],
|
|
6539
|
+
touchAction: [
|
|
7246
6540
|
"auto",
|
|
7247
6541
|
"none",
|
|
7248
6542
|
"pan-x",
|
|
@@ -7252,34 +6546,20 @@ exports.keywordValues = {
|
|
|
7252
6546
|
"pan-up",
|
|
7253
6547
|
"pan-down",
|
|
7254
6548
|
"pinch-zoom",
|
|
7255
|
-
"manipulation"
|
|
6549
|
+
"manipulation",
|
|
7256
6550
|
],
|
|
7257
|
-
|
|
7258
|
-
|
|
7259
|
-
],
|
|
7260
|
-
"transformBox": [
|
|
6551
|
+
transform: ["none"],
|
|
6552
|
+
transformBox: [
|
|
7261
6553
|
"content-box",
|
|
7262
6554
|
"border-box",
|
|
7263
6555
|
"fill-box",
|
|
7264
6556
|
"stroke-box",
|
|
7265
|
-
"view-box"
|
|
7266
|
-
],
|
|
7267
|
-
"transformOrigin": [
|
|
7268
|
-
"left",
|
|
7269
|
-
"center",
|
|
7270
|
-
"right",
|
|
7271
|
-
"top",
|
|
7272
|
-
"bottom"
|
|
7273
|
-
],
|
|
7274
|
-
"transformStyle": [
|
|
7275
|
-
"flat",
|
|
7276
|
-
"preserve-3d"
|
|
7277
|
-
],
|
|
7278
|
-
"transitionProperty": [
|
|
7279
|
-
"none",
|
|
7280
|
-
"all"
|
|
6557
|
+
"view-box",
|
|
7281
6558
|
],
|
|
7282
|
-
"
|
|
6559
|
+
transformOrigin: ["left", "center", "right", "top", "bottom"],
|
|
6560
|
+
transformStyle: ["flat", "preserve-3d"],
|
|
6561
|
+
transitionProperty: ["none", "all"],
|
|
6562
|
+
transitionTimingFunction: [
|
|
7283
6563
|
"linear",
|
|
7284
6564
|
"ease",
|
|
7285
6565
|
"ease-in",
|
|
@@ -7292,27 +6572,19 @@ exports.keywordValues = {
|
|
|
7292
6572
|
"jump-none",
|
|
7293
6573
|
"jump-both",
|
|
7294
6574
|
"start",
|
|
7295
|
-
"end"
|
|
7296
|
-
],
|
|
7297
|
-
"translate": [
|
|
7298
|
-
"none"
|
|
6575
|
+
"end",
|
|
7299
6576
|
],
|
|
7300
|
-
|
|
6577
|
+
translate: ["none"],
|
|
6578
|
+
unicodeBidi: [
|
|
7301
6579
|
"normal",
|
|
7302
6580
|
"embed",
|
|
7303
6581
|
"isolate",
|
|
7304
6582
|
"bidi-override",
|
|
7305
6583
|
"isolate-override",
|
|
7306
|
-
"plaintext"
|
|
6584
|
+
"plaintext",
|
|
7307
6585
|
],
|
|
7308
|
-
|
|
7309
|
-
|
|
7310
|
-
"text",
|
|
7311
|
-
"none",
|
|
7312
|
-
"contain",
|
|
7313
|
-
"all"
|
|
7314
|
-
],
|
|
7315
|
-
"verticalAlign": [
|
|
6586
|
+
userSelect: ["auto", "text", "none", "contain", "all"],
|
|
6587
|
+
verticalAlign: [
|
|
7316
6588
|
"baseline",
|
|
7317
6589
|
"sub",
|
|
7318
6590
|
"super",
|
|
@@ -7320,53 +6592,28 @@ exports.keywordValues = {
|
|
|
7320
6592
|
"text-bottom",
|
|
7321
6593
|
"middle",
|
|
7322
6594
|
"top",
|
|
7323
|
-
"bottom"
|
|
7324
|
-
],
|
|
7325
|
-
"visibility": [
|
|
7326
|
-
"visible",
|
|
7327
|
-
"hidden",
|
|
7328
|
-
"collapse"
|
|
6595
|
+
"bottom",
|
|
7329
6596
|
],
|
|
7330
|
-
"
|
|
6597
|
+
visibility: ["visible", "hidden", "collapse"],
|
|
6598
|
+
whiteSpace: [
|
|
7331
6599
|
"normal",
|
|
7332
6600
|
"pre",
|
|
7333
6601
|
"nowrap",
|
|
7334
6602
|
"pre-wrap",
|
|
7335
6603
|
"pre-line",
|
|
7336
|
-
"break-spaces"
|
|
7337
|
-
],
|
|
7338
|
-
|
|
7339
|
-
|
|
7340
|
-
|
|
7341
|
-
|
|
7342
|
-
|
|
7343
|
-
|
|
7344
|
-
"willChange": [
|
|
7345
|
-
"auto",
|
|
7346
|
-
"scroll-position",
|
|
7347
|
-
"contents"
|
|
7348
|
-
],
|
|
7349
|
-
"wordBreak": [
|
|
7350
|
-
"normal",
|
|
7351
|
-
"break-all",
|
|
7352
|
-
"keep-all",
|
|
7353
|
-
"break-word"
|
|
7354
|
-
],
|
|
7355
|
-
"wordSpacing": [
|
|
7356
|
-
"normal"
|
|
7357
|
-
],
|
|
7358
|
-
"wordWrap": [
|
|
7359
|
-
"normal",
|
|
7360
|
-
"break-word"
|
|
7361
|
-
],
|
|
7362
|
-
"writingMode": [
|
|
6604
|
+
"break-spaces",
|
|
6605
|
+
],
|
|
6606
|
+
width: ["auto", "min-content", "max-content", "fit-content"],
|
|
6607
|
+
willChange: ["auto", "scroll-position", "contents"],
|
|
6608
|
+
wordBreak: ["normal", "break-all", "keep-all", "break-word"],
|
|
6609
|
+
wordSpacing: ["normal"],
|
|
6610
|
+
wordWrap: ["normal", "break-word"],
|
|
6611
|
+
writingMode: [
|
|
7363
6612
|
"horizontal-tb",
|
|
7364
6613
|
"vertical-rl",
|
|
7365
6614
|
"vertical-lr",
|
|
7366
6615
|
"sideways-rl",
|
|
7367
|
-
"sideways-lr"
|
|
6616
|
+
"sideways-lr",
|
|
7368
6617
|
],
|
|
7369
|
-
|
|
7370
|
-
"auto"
|
|
7371
|
-
]
|
|
6618
|
+
zIndex: ["auto"],
|
|
7372
6619
|
};
|