@webstudio-is/react-sdk 0.5.0 → 0.6.1
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/arg-types/utils.d.ts +19 -1
- package/lib/arg-types/utils.d.ts.map +1 -1
- package/lib/arg-types/utils.js +7 -6
- package/lib/canvas/canvas.d.ts +8 -0
- package/lib/canvas/canvas.d.ts.map +1 -0
- package/lib/canvas/canvas.js +13 -0
- package/lib/canvas/index.d.ts +2 -0
- package/lib/canvas/index.d.ts.map +1 -0
- package/lib/canvas/index.js +17 -0
- package/lib/components/body.d.ts +3 -0
- package/lib/components/body.d.ts.map +1 -0
- package/lib/components/body.js +8 -0
- package/lib/components/body.props.json +2234 -0
- package/lib/components/body.stories.d.ts +7 -0
- package/lib/components/body.stories.d.ts.map +1 -0
- package/lib/components/body.stories.js +16 -0
- package/lib/components/body.ws.d.ts +5 -0
- package/lib/components/body.ws.d.ts.map +1 -0
- package/lib/components/body.ws.js +64 -0
- package/lib/components/bold.props.json +37 -7
- package/lib/components/bold.ws.d.ts +5 -0
- package/lib/components/bold.ws.d.ts.map +1 -0
- package/lib/components/bold.ws.js +14 -0
- package/lib/components/box.d.ts +7 -2
- package/lib/components/box.d.ts.map +1 -1
- package/lib/components/box.js +3 -2
- package/lib/components/box.props.json +102 -7
- package/lib/components/box.stories.d.ts +6 -2
- package/lib/components/box.stories.d.ts.map +1 -1
- package/lib/components/box.ws.d.ts +5 -0
- package/lib/components/box.ws.d.ts.map +1 -0
- package/lib/components/box.ws.js +21 -0
- package/lib/components/button.d.ts +1 -4
- package/lib/components/button.d.ts.map +1 -1
- package/lib/components/button.props.json +42 -8
- package/lib/components/button.ws.d.ts +5 -0
- package/lib/components/button.ws.d.ts.map +1 -0
- package/lib/components/button.ws.js +15 -0
- package/lib/components/component-type.d.ts +17 -0
- package/lib/components/component-type.d.ts.map +1 -0
- package/lib/components/component-type.js +28 -0
- package/lib/components/form.props.json +37 -7
- package/lib/components/form.ws.d.ts +5 -0
- package/lib/components/form.ws.d.ts.map +1 -0
- package/lib/components/form.ws.js +26 -0
- package/lib/components/heading.d.ts +2 -2
- package/lib/components/heading.d.ts.map +1 -1
- package/lib/components/heading.js +1 -4
- package/lib/components/heading.props.json +45 -8
- package/lib/components/heading.stories.d.ts +2 -2
- package/lib/components/heading.ws.d.ts +5 -0
- package/lib/components/heading.ws.d.ts.map +1 -0
- package/lib/components/heading.ws.js +15 -0
- package/lib/components/index.d.ts +11 -10
- package/lib/components/index.d.ts.map +1 -1
- package/lib/components/index.js +25 -23
- package/lib/components/index.test.d.ts +2 -0
- package/lib/components/index.test.d.ts.map +1 -0
- package/lib/components/index.test.js +33 -0
- package/lib/components/input.props.json +46 -8
- package/lib/components/input.ws.d.ts +5 -0
- package/lib/components/input.ws.d.ts.map +1 -0
- package/lib/components/input.ws.js +14 -0
- package/lib/components/italic.props.json +37 -7
- package/lib/components/italic.ws.d.ts +5 -0
- package/lib/components/italic.ws.d.ts.map +1 -0
- package/lib/components/italic.ws.js +14 -0
- package/lib/components/link.d.ts +2 -2
- package/lib/components/link.d.ts.map +1 -1
- package/lib/components/link.props.json +37 -7
- package/lib/components/link.stories.d.ts +6 -2
- package/lib/components/link.stories.d.ts.map +1 -1
- package/lib/components/link.ws.d.ts +5 -0
- package/lib/components/link.ws.d.ts.map +1 -0
- package/lib/components/link.ws.js +27 -0
- 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/components/paragraph.props.json +37 -7
- package/lib/components/paragraph.ws.d.ts +5 -0
- package/lib/components/paragraph.ws.d.ts.map +1 -0
- package/lib/components/paragraph.ws.js +15 -0
- package/lib/components/text-block.props.json +37 -7
- package/lib/components/text-block.ws.d.ts +5 -0
- package/lib/components/text-block.ws.d.ts.map +1 -0
- package/lib/components/text-block.ws.js +23 -0
- package/lib/css/categories.d.ts +1 -1
- package/lib/css/categories.js +1 -1
- package/lib/css/get-browser-style.js +1 -1
- package/lib/css/keyword-values.d.ts.map +1 -1
- package/lib/css/keyword-values.js +1149 -396
- 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/units.js +1 -1
- package/lib/db/instance.d.ts +5 -2
- package/lib/db/instance.d.ts.map +1 -1
- package/lib/db/instance.js +9 -1
- package/lib/db/types.d.ts +1 -2
- package/lib/db/types.d.ts.map +1 -1
- 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/stitches/css.d.ts.map +1 -1
- package/lib/stitches/css.js +1 -0
- package/lib/stitches/to-css.js +2 -3
- package/lib/tree/create-elements-tree.d.ts.map +1 -1
- package/lib/tree/create-elements-tree.js +43 -12
- package/lib/tree/root.d.ts +1 -1
- package/lib/tree/root.d.ts.map +1 -1
- package/lib/tree/root.js +6 -6
- package/lib/tree/wrapper-component.js +2 -2
- package/lib/user-props/all-user-props.d.ts.map +1 -1
- package/lib/user-props/all-user-props.js +5 -4
- package/lib/user-props/use-user-props.js +1 -1
- package/package.json +13 -14
- package/lib/prisma.server.d.ts +0 -3
- package/lib/prisma.server.d.ts.map +0 -1
- package/lib/prisma.server.js +0 -8
- 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 -31
- package/prisma/schema.prisma +0 -71
|
@@ -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
|
-
accentColor: [
|
|
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
|
-
alignContent: [
|
|
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
|
-
alignItems: [
|
|
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
|
-
alignSelf: [
|
|
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
|
-
alignTracks: [
|
|
237
|
+
"alignTracks": [
|
|
238
238
|
"normal",
|
|
239
239
|
"first",
|
|
240
240
|
"last",
|
|
@@ -249,14 +249,31 @@ exports.keywordValues = {
|
|
|
249
249
|
"start",
|
|
250
250
|
"end",
|
|
251
251
|
"flex-start",
|
|
252
|
-
"flex-end"
|
|
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"
|
|
253
275
|
],
|
|
254
|
-
|
|
255
|
-
animationFillMode: ["none", "forwards", "backwards", "both"],
|
|
256
|
-
animationIterationCount: ["infinite"],
|
|
257
|
-
animationName: ["none"],
|
|
258
|
-
animationPlayState: ["running", "paused"],
|
|
259
|
-
animationTimingFunction: [
|
|
276
|
+
"animationTimingFunction": [
|
|
260
277
|
"linear",
|
|
261
278
|
"ease",
|
|
262
279
|
"ease-in",
|
|
@@ -269,9 +286,9 @@ exports.keywordValues = {
|
|
|
269
286
|
"jump-none",
|
|
270
287
|
"jump-both",
|
|
271
288
|
"start",
|
|
272
|
-
"end"
|
|
289
|
+
"end"
|
|
273
290
|
],
|
|
274
|
-
appearance: [
|
|
291
|
+
"appearance": [
|
|
275
292
|
"none",
|
|
276
293
|
"auto",
|
|
277
294
|
"textfield",
|
|
@@ -287,10 +304,12 @@ exports.keywordValues = {
|
|
|
287
304
|
"listbox",
|
|
288
305
|
"meter",
|
|
289
306
|
"progress-bar",
|
|
290
|
-
"button"
|
|
307
|
+
"button"
|
|
308
|
+
],
|
|
309
|
+
"aspectRatio": [
|
|
310
|
+
"auto"
|
|
291
311
|
],
|
|
292
|
-
|
|
293
|
-
backdropFilter: [
|
|
312
|
+
"backdropFilter": [
|
|
294
313
|
"none",
|
|
295
314
|
"transparent",
|
|
296
315
|
"aliceblue",
|
|
@@ -469,11 +488,18 @@ exports.keywordValues = {
|
|
|
469
488
|
"ThreeDShadow",
|
|
470
489
|
"Window",
|
|
471
490
|
"WindowFrame",
|
|
472
|
-
"WindowText"
|
|
491
|
+
"WindowText"
|
|
473
492
|
],
|
|
474
|
-
backfaceVisibility: [
|
|
475
|
-
|
|
476
|
-
|
|
493
|
+
"backfaceVisibility": [
|
|
494
|
+
"visible",
|
|
495
|
+
"hidden"
|
|
496
|
+
],
|
|
497
|
+
"backgroundAttachment": [
|
|
498
|
+
"scroll",
|
|
499
|
+
"fixed",
|
|
500
|
+
"local"
|
|
501
|
+
],
|
|
502
|
+
"backgroundBlendMode": [
|
|
477
503
|
"normal",
|
|
478
504
|
"multiply",
|
|
479
505
|
"screen",
|
|
@@ -489,10 +515,14 @@ exports.keywordValues = {
|
|
|
489
515
|
"hue",
|
|
490
516
|
"saturation",
|
|
491
517
|
"color",
|
|
492
|
-
"luminosity"
|
|
518
|
+
"luminosity"
|
|
519
|
+
],
|
|
520
|
+
"backgroundClip": [
|
|
521
|
+
"border-box",
|
|
522
|
+
"padding-box",
|
|
523
|
+
"content-box"
|
|
493
524
|
],
|
|
494
|
-
|
|
495
|
-
backgroundColor: [
|
|
525
|
+
"backgroundColor": [
|
|
496
526
|
"transparent",
|
|
497
527
|
"aliceblue",
|
|
498
528
|
"antiquewhite",
|
|
@@ -670,9 +700,9 @@ exports.keywordValues = {
|
|
|
670
700
|
"ThreeDShadow",
|
|
671
701
|
"Window",
|
|
672
702
|
"WindowFrame",
|
|
673
|
-
"WindowText"
|
|
703
|
+
"WindowText"
|
|
674
704
|
],
|
|
675
|
-
backgroundImage: [
|
|
705
|
+
"backgroundImage": [
|
|
676
706
|
"none",
|
|
677
707
|
"ltr",
|
|
678
708
|
"rtl",
|
|
@@ -867,23 +897,51 @@ exports.keywordValues = {
|
|
|
867
897
|
"farthest-corner",
|
|
868
898
|
"at",
|
|
869
899
|
"center",
|
|
870
|
-
"from"
|
|
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"
|
|
871
920
|
],
|
|
872
|
-
|
|
873
|
-
backgroundPositionX: ["center", "left", "right", "x-start", "x-end"],
|
|
874
|
-
backgroundPositionY: ["center", "top", "bottom", "y-start", "y-end"],
|
|
875
|
-
backgroundRepeat: [
|
|
921
|
+
"backgroundRepeat": [
|
|
876
922
|
"repeat-x",
|
|
877
923
|
"repeat-y",
|
|
878
924
|
"repeat",
|
|
879
925
|
"space",
|
|
880
926
|
"round",
|
|
881
|
-
"no-repeat"
|
|
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"
|
|
882
943
|
],
|
|
883
|
-
|
|
884
|
-
blockOverflow: ["clip", "ellipsis"],
|
|
885
|
-
blockSize: ["auto", "min-content", "max-content", "fit-content"],
|
|
886
|
-
borderBlockColor: [
|
|
944
|
+
"borderBlockColor": [
|
|
887
945
|
"transparent",
|
|
888
946
|
"aliceblue",
|
|
889
947
|
"antiquewhite",
|
|
@@ -1061,9 +1119,9 @@ exports.keywordValues = {
|
|
|
1061
1119
|
"ThreeDShadow",
|
|
1062
1120
|
"Window",
|
|
1063
1121
|
"WindowFrame",
|
|
1064
|
-
"WindowText"
|
|
1122
|
+
"WindowText"
|
|
1065
1123
|
],
|
|
1066
|
-
borderBlockStyle: [
|
|
1124
|
+
"borderBlockStyle": [
|
|
1067
1125
|
"none",
|
|
1068
1126
|
"hidden",
|
|
1069
1127
|
"dotted",
|
|
@@ -1073,10 +1131,14 @@ exports.keywordValues = {
|
|
|
1073
1131
|
"groove",
|
|
1074
1132
|
"ridge",
|
|
1075
1133
|
"inset",
|
|
1076
|
-
"outset"
|
|
1134
|
+
"outset"
|
|
1135
|
+
],
|
|
1136
|
+
"borderBlockWidth": [
|
|
1137
|
+
"thin",
|
|
1138
|
+
"medium",
|
|
1139
|
+
"thick"
|
|
1077
1140
|
],
|
|
1078
|
-
|
|
1079
|
-
borderBlockEndColor: [
|
|
1141
|
+
"borderBlockEndColor": [
|
|
1080
1142
|
"transparent",
|
|
1081
1143
|
"aliceblue",
|
|
1082
1144
|
"antiquewhite",
|
|
@@ -1254,9 +1316,9 @@ exports.keywordValues = {
|
|
|
1254
1316
|
"ThreeDShadow",
|
|
1255
1317
|
"Window",
|
|
1256
1318
|
"WindowFrame",
|
|
1257
|
-
"WindowText"
|
|
1319
|
+
"WindowText"
|
|
1258
1320
|
],
|
|
1259
|
-
borderBlockEndStyle: [
|
|
1321
|
+
"borderBlockEndStyle": [
|
|
1260
1322
|
"none",
|
|
1261
1323
|
"hidden",
|
|
1262
1324
|
"dotted",
|
|
@@ -1266,10 +1328,14 @@ exports.keywordValues = {
|
|
|
1266
1328
|
"groove",
|
|
1267
1329
|
"ridge",
|
|
1268
1330
|
"inset",
|
|
1269
|
-
"outset"
|
|
1331
|
+
"outset"
|
|
1332
|
+
],
|
|
1333
|
+
"borderBlockEndWidth": [
|
|
1334
|
+
"thin",
|
|
1335
|
+
"medium",
|
|
1336
|
+
"thick"
|
|
1270
1337
|
],
|
|
1271
|
-
|
|
1272
|
-
borderBlockStartColor: [
|
|
1338
|
+
"borderBlockStartColor": [
|
|
1273
1339
|
"transparent",
|
|
1274
1340
|
"aliceblue",
|
|
1275
1341
|
"antiquewhite",
|
|
@@ -1447,9 +1513,9 @@ exports.keywordValues = {
|
|
|
1447
1513
|
"ThreeDShadow",
|
|
1448
1514
|
"Window",
|
|
1449
1515
|
"WindowFrame",
|
|
1450
|
-
"WindowText"
|
|
1516
|
+
"WindowText"
|
|
1451
1517
|
],
|
|
1452
|
-
borderBlockStartStyle: [
|
|
1518
|
+
"borderBlockStartStyle": [
|
|
1453
1519
|
"none",
|
|
1454
1520
|
"hidden",
|
|
1455
1521
|
"dotted",
|
|
@@ -1459,10 +1525,14 @@ exports.keywordValues = {
|
|
|
1459
1525
|
"groove",
|
|
1460
1526
|
"ridge",
|
|
1461
1527
|
"inset",
|
|
1462
|
-
"outset"
|
|
1528
|
+
"outset"
|
|
1529
|
+
],
|
|
1530
|
+
"borderBlockStartWidth": [
|
|
1531
|
+
"thin",
|
|
1532
|
+
"medium",
|
|
1533
|
+
"thick"
|
|
1463
1534
|
],
|
|
1464
|
-
|
|
1465
|
-
borderBottomColor: [
|
|
1535
|
+
"borderBottomColor": [
|
|
1466
1536
|
"transparent",
|
|
1467
1537
|
"aliceblue",
|
|
1468
1538
|
"antiquewhite",
|
|
@@ -1640,9 +1710,9 @@ exports.keywordValues = {
|
|
|
1640
1710
|
"ThreeDShadow",
|
|
1641
1711
|
"Window",
|
|
1642
1712
|
"WindowFrame",
|
|
1643
|
-
"WindowText"
|
|
1713
|
+
"WindowText"
|
|
1644
1714
|
],
|
|
1645
|
-
borderBottomStyle: [
|
|
1715
|
+
"borderBottomStyle": [
|
|
1646
1716
|
"none",
|
|
1647
1717
|
"hidden",
|
|
1648
1718
|
"dotted",
|
|
@@ -1652,13 +1722,27 @@ exports.keywordValues = {
|
|
|
1652
1722
|
"groove",
|
|
1653
1723
|
"ridge",
|
|
1654
1724
|
"inset",
|
|
1655
|
-
"outset"
|
|
1725
|
+
"outset"
|
|
1656
1726
|
],
|
|
1657
|
-
borderBottomWidth: [
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1727
|
+
"borderBottomWidth": [
|
|
1728
|
+
"thin",
|
|
1729
|
+
"medium",
|
|
1730
|
+
"thick"
|
|
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": [
|
|
1662
1746
|
"none",
|
|
1663
1747
|
"ltr",
|
|
1664
1748
|
"rtl",
|
|
@@ -1853,10 +1937,12 @@ exports.keywordValues = {
|
|
|
1853
1937
|
"farthest-corner",
|
|
1854
1938
|
"at",
|
|
1855
1939
|
"center",
|
|
1856
|
-
"from"
|
|
1940
|
+
"from"
|
|
1941
|
+
],
|
|
1942
|
+
"borderImageWidth": [
|
|
1943
|
+
"auto"
|
|
1857
1944
|
],
|
|
1858
|
-
|
|
1859
|
-
borderInlineColor: [
|
|
1945
|
+
"borderInlineColor": [
|
|
1860
1946
|
"transparent",
|
|
1861
1947
|
"aliceblue",
|
|
1862
1948
|
"antiquewhite",
|
|
@@ -2034,9 +2120,9 @@ exports.keywordValues = {
|
|
|
2034
2120
|
"ThreeDShadow",
|
|
2035
2121
|
"Window",
|
|
2036
2122
|
"WindowFrame",
|
|
2037
|
-
"WindowText"
|
|
2123
|
+
"WindowText"
|
|
2038
2124
|
],
|
|
2039
|
-
borderInlineStyle: [
|
|
2125
|
+
"borderInlineStyle": [
|
|
2040
2126
|
"none",
|
|
2041
2127
|
"hidden",
|
|
2042
2128
|
"dotted",
|
|
@@ -2046,10 +2132,14 @@ exports.keywordValues = {
|
|
|
2046
2132
|
"groove",
|
|
2047
2133
|
"ridge",
|
|
2048
2134
|
"inset",
|
|
2049
|
-
"outset"
|
|
2135
|
+
"outset"
|
|
2050
2136
|
],
|
|
2051
|
-
borderInlineWidth: [
|
|
2052
|
-
|
|
2137
|
+
"borderInlineWidth": [
|
|
2138
|
+
"thin",
|
|
2139
|
+
"medium",
|
|
2140
|
+
"thick"
|
|
2141
|
+
],
|
|
2142
|
+
"borderInlineEndColor": [
|
|
2053
2143
|
"transparent",
|
|
2054
2144
|
"aliceblue",
|
|
2055
2145
|
"antiquewhite",
|
|
@@ -2227,9 +2317,9 @@ exports.keywordValues = {
|
|
|
2227
2317
|
"ThreeDShadow",
|
|
2228
2318
|
"Window",
|
|
2229
2319
|
"WindowFrame",
|
|
2230
|
-
"WindowText"
|
|
2320
|
+
"WindowText"
|
|
2231
2321
|
],
|
|
2232
|
-
borderInlineEndStyle: [
|
|
2322
|
+
"borderInlineEndStyle": [
|
|
2233
2323
|
"none",
|
|
2234
2324
|
"hidden",
|
|
2235
2325
|
"dotted",
|
|
@@ -2239,10 +2329,14 @@ exports.keywordValues = {
|
|
|
2239
2329
|
"groove",
|
|
2240
2330
|
"ridge",
|
|
2241
2331
|
"inset",
|
|
2242
|
-
"outset"
|
|
2332
|
+
"outset"
|
|
2333
|
+
],
|
|
2334
|
+
"borderInlineEndWidth": [
|
|
2335
|
+
"thin",
|
|
2336
|
+
"medium",
|
|
2337
|
+
"thick"
|
|
2243
2338
|
],
|
|
2244
|
-
|
|
2245
|
-
borderInlineStartColor: [
|
|
2339
|
+
"borderInlineStartColor": [
|
|
2246
2340
|
"transparent",
|
|
2247
2341
|
"aliceblue",
|
|
2248
2342
|
"antiquewhite",
|
|
@@ -2420,9 +2514,9 @@ exports.keywordValues = {
|
|
|
2420
2514
|
"ThreeDShadow",
|
|
2421
2515
|
"Window",
|
|
2422
2516
|
"WindowFrame",
|
|
2423
|
-
"WindowText"
|
|
2517
|
+
"WindowText"
|
|
2424
2518
|
],
|
|
2425
|
-
borderInlineStartStyle: [
|
|
2519
|
+
"borderInlineStartStyle": [
|
|
2426
2520
|
"none",
|
|
2427
2521
|
"hidden",
|
|
2428
2522
|
"dotted",
|
|
@@ -2432,10 +2526,14 @@ exports.keywordValues = {
|
|
|
2432
2526
|
"groove",
|
|
2433
2527
|
"ridge",
|
|
2434
2528
|
"inset",
|
|
2435
|
-
"outset"
|
|
2529
|
+
"outset"
|
|
2530
|
+
],
|
|
2531
|
+
"borderInlineStartWidth": [
|
|
2532
|
+
"thin",
|
|
2533
|
+
"medium",
|
|
2534
|
+
"thick"
|
|
2436
2535
|
],
|
|
2437
|
-
|
|
2438
|
-
borderLeftColor: [
|
|
2536
|
+
"borderLeftColor": [
|
|
2439
2537
|
"transparent",
|
|
2440
2538
|
"aliceblue",
|
|
2441
2539
|
"antiquewhite",
|
|
@@ -2613,9 +2711,9 @@ exports.keywordValues = {
|
|
|
2613
2711
|
"ThreeDShadow",
|
|
2614
2712
|
"Window",
|
|
2615
2713
|
"WindowFrame",
|
|
2616
|
-
"WindowText"
|
|
2714
|
+
"WindowText"
|
|
2617
2715
|
],
|
|
2618
|
-
borderLeftStyle: [
|
|
2716
|
+
"borderLeftStyle": [
|
|
2619
2717
|
"none",
|
|
2620
2718
|
"hidden",
|
|
2621
2719
|
"dotted",
|
|
@@ -2625,10 +2723,14 @@ exports.keywordValues = {
|
|
|
2625
2723
|
"groove",
|
|
2626
2724
|
"ridge",
|
|
2627
2725
|
"inset",
|
|
2628
|
-
"outset"
|
|
2726
|
+
"outset"
|
|
2727
|
+
],
|
|
2728
|
+
"borderLeftWidth": [
|
|
2729
|
+
"thin",
|
|
2730
|
+
"medium",
|
|
2731
|
+
"thick"
|
|
2629
2732
|
],
|
|
2630
|
-
|
|
2631
|
-
borderRightColor: [
|
|
2733
|
+
"borderRightColor": [
|
|
2632
2734
|
"transparent",
|
|
2633
2735
|
"aliceblue",
|
|
2634
2736
|
"antiquewhite",
|
|
@@ -2806,9 +2908,9 @@ exports.keywordValues = {
|
|
|
2806
2908
|
"ThreeDShadow",
|
|
2807
2909
|
"Window",
|
|
2808
2910
|
"WindowFrame",
|
|
2809
|
-
"WindowText"
|
|
2911
|
+
"WindowText"
|
|
2810
2912
|
],
|
|
2811
|
-
borderRightStyle: [
|
|
2913
|
+
"borderRightStyle": [
|
|
2812
2914
|
"none",
|
|
2813
2915
|
"hidden",
|
|
2814
2916
|
"dotted",
|
|
@@ -2818,10 +2920,14 @@ exports.keywordValues = {
|
|
|
2818
2920
|
"groove",
|
|
2819
2921
|
"ridge",
|
|
2820
2922
|
"inset",
|
|
2821
|
-
"outset"
|
|
2923
|
+
"outset"
|
|
2822
2924
|
],
|
|
2823
|
-
borderRightWidth: [
|
|
2824
|
-
|
|
2925
|
+
"borderRightWidth": [
|
|
2926
|
+
"thin",
|
|
2927
|
+
"medium",
|
|
2928
|
+
"thick"
|
|
2929
|
+
],
|
|
2930
|
+
"borderTopColor": [
|
|
2825
2931
|
"transparent",
|
|
2826
2932
|
"aliceblue",
|
|
2827
2933
|
"antiquewhite",
|
|
@@ -2999,9 +3105,9 @@ exports.keywordValues = {
|
|
|
2999
3105
|
"ThreeDShadow",
|
|
3000
3106
|
"Window",
|
|
3001
3107
|
"WindowFrame",
|
|
3002
|
-
"WindowText"
|
|
3108
|
+
"WindowText"
|
|
3003
3109
|
],
|
|
3004
|
-
borderTopStyle: [
|
|
3110
|
+
"borderTopStyle": [
|
|
3005
3111
|
"none",
|
|
3006
3112
|
"hidden",
|
|
3007
3113
|
"dotted",
|
|
@@ -3011,12 +3117,21 @@ exports.keywordValues = {
|
|
|
3011
3117
|
"groove",
|
|
3012
3118
|
"ridge",
|
|
3013
3119
|
"inset",
|
|
3014
|
-
"outset"
|
|
3120
|
+
"outset"
|
|
3015
3121
|
],
|
|
3016
|
-
borderTopWidth: [
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3122
|
+
"borderTopWidth": [
|
|
3123
|
+
"thin",
|
|
3124
|
+
"medium",
|
|
3125
|
+
"thick"
|
|
3126
|
+
],
|
|
3127
|
+
"bottom": [
|
|
3128
|
+
"auto"
|
|
3129
|
+
],
|
|
3130
|
+
"boxDecorationBreak": [
|
|
3131
|
+
"slice",
|
|
3132
|
+
"clone"
|
|
3133
|
+
],
|
|
3134
|
+
"boxShadow": [
|
|
3020
3135
|
"none",
|
|
3021
3136
|
"inset",
|
|
3022
3137
|
"transparent",
|
|
@@ -3196,10 +3311,13 @@ exports.keywordValues = {
|
|
|
3196
3311
|
"ThreeDShadow",
|
|
3197
3312
|
"Window",
|
|
3198
3313
|
"WindowFrame",
|
|
3199
|
-
"WindowText"
|
|
3314
|
+
"WindowText"
|
|
3200
3315
|
],
|
|
3201
|
-
boxSizing: [
|
|
3202
|
-
|
|
3316
|
+
"boxSizing": [
|
|
3317
|
+
"content-box",
|
|
3318
|
+
"border-box"
|
|
3319
|
+
],
|
|
3320
|
+
"breakAfter": [
|
|
3203
3321
|
"auto",
|
|
3204
3322
|
"avoid",
|
|
3205
3323
|
"always",
|
|
@@ -3213,9 +3331,9 @@ exports.keywordValues = {
|
|
|
3213
3331
|
"avoid-column",
|
|
3214
3332
|
"column",
|
|
3215
3333
|
"avoid-region",
|
|
3216
|
-
"region"
|
|
3334
|
+
"region"
|
|
3217
3335
|
],
|
|
3218
|
-
breakBefore: [
|
|
3336
|
+
"breakBefore": [
|
|
3219
3337
|
"auto",
|
|
3220
3338
|
"avoid",
|
|
3221
3339
|
"always",
|
|
@@ -3229,18 +3347,24 @@ exports.keywordValues = {
|
|
|
3229
3347
|
"avoid-column",
|
|
3230
3348
|
"column",
|
|
3231
3349
|
"avoid-region",
|
|
3232
|
-
"region"
|
|
3350
|
+
"region"
|
|
3233
3351
|
],
|
|
3234
|
-
breakInside: [
|
|
3235
|
-
|
|
3352
|
+
"breakInside": [
|
|
3353
|
+
"auto",
|
|
3354
|
+
"avoid",
|
|
3355
|
+
"avoid-page",
|
|
3356
|
+
"avoid-column",
|
|
3357
|
+
"avoid-region"
|
|
3358
|
+
],
|
|
3359
|
+
"captionSide": [
|
|
3236
3360
|
"top",
|
|
3237
3361
|
"bottom",
|
|
3238
3362
|
"block-start",
|
|
3239
3363
|
"block-end",
|
|
3240
3364
|
"inline-start",
|
|
3241
|
-
"inline-end"
|
|
3365
|
+
"inline-end"
|
|
3242
3366
|
],
|
|
3243
|
-
caretColor: [
|
|
3367
|
+
"caretColor": [
|
|
3244
3368
|
"auto",
|
|
3245
3369
|
"transparent",
|
|
3246
3370
|
"aliceblue",
|
|
@@ -3419,11 +3543,20 @@ exports.keywordValues = {
|
|
|
3419
3543
|
"ThreeDShadow",
|
|
3420
3544
|
"Window",
|
|
3421
3545
|
"WindowFrame",
|
|
3422
|
-
"WindowText"
|
|
3546
|
+
"WindowText"
|
|
3547
|
+
],
|
|
3548
|
+
"clear": [
|
|
3549
|
+
"none",
|
|
3550
|
+
"left",
|
|
3551
|
+
"right",
|
|
3552
|
+
"both",
|
|
3553
|
+
"inline-start",
|
|
3554
|
+
"inline-end"
|
|
3555
|
+
],
|
|
3556
|
+
"clip": [
|
|
3557
|
+
"auto"
|
|
3423
3558
|
],
|
|
3424
|
-
|
|
3425
|
-
clip: ["auto"],
|
|
3426
|
-
clipPath: [
|
|
3559
|
+
"clipPath": [
|
|
3427
3560
|
"round",
|
|
3428
3561
|
"closest-side",
|
|
3429
3562
|
"farthest-side",
|
|
@@ -3442,9 +3575,9 @@ exports.keywordValues = {
|
|
|
3442
3575
|
"fill-box",
|
|
3443
3576
|
"stroke-box",
|
|
3444
3577
|
"view-box",
|
|
3445
|
-
"none"
|
|
3578
|
+
"none"
|
|
3446
3579
|
],
|
|
3447
|
-
color: [
|
|
3580
|
+
"color": [
|
|
3448
3581
|
"transparent",
|
|
3449
3582
|
"aliceblue",
|
|
3450
3583
|
"antiquewhite",
|
|
@@ -3622,14 +3755,29 @@ exports.keywordValues = {
|
|
|
3622
3755
|
"ThreeDShadow",
|
|
3623
3756
|
"Window",
|
|
3624
3757
|
"WindowFrame",
|
|
3625
|
-
"WindowText"
|
|
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"
|
|
3626
3776
|
],
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
columnGap: ["normal"],
|
|
3632
|
-
columnRuleColor: [
|
|
3777
|
+
"columnGap": [
|
|
3778
|
+
"normal"
|
|
3779
|
+
],
|
|
3780
|
+
"columnRuleColor": [
|
|
3633
3781
|
"transparent",
|
|
3634
3782
|
"aliceblue",
|
|
3635
3783
|
"antiquewhite",
|
|
@@ -3807,9 +3955,9 @@ exports.keywordValues = {
|
|
|
3807
3955
|
"ThreeDShadow",
|
|
3808
3956
|
"Window",
|
|
3809
3957
|
"WindowFrame",
|
|
3810
|
-
"WindowText"
|
|
3958
|
+
"WindowText"
|
|
3811
3959
|
],
|
|
3812
|
-
columnRuleStyle: [
|
|
3960
|
+
"columnRuleStyle": [
|
|
3813
3961
|
"none",
|
|
3814
3962
|
"hidden",
|
|
3815
3963
|
"dotted",
|
|
@@ -3819,13 +3967,30 @@ exports.keywordValues = {
|
|
|
3819
3967
|
"groove",
|
|
3820
3968
|
"ridge",
|
|
3821
3969
|
"inset",
|
|
3822
|
-
"outset"
|
|
3970
|
+
"outset"
|
|
3971
|
+
],
|
|
3972
|
+
"columnRuleWidth": [
|
|
3973
|
+
"thin",
|
|
3974
|
+
"medium",
|
|
3975
|
+
"thick"
|
|
3823
3976
|
],
|
|
3824
|
-
|
|
3825
|
-
|
|
3826
|
-
|
|
3827
|
-
|
|
3828
|
-
|
|
3977
|
+
"columnSpan": [
|
|
3978
|
+
"none",
|
|
3979
|
+
"all"
|
|
3980
|
+
],
|
|
3981
|
+
"columnWidth": [
|
|
3982
|
+
"auto"
|
|
3983
|
+
],
|
|
3984
|
+
"contain": [
|
|
3985
|
+
"none",
|
|
3986
|
+
"strict",
|
|
3987
|
+
"content",
|
|
3988
|
+
"size",
|
|
3989
|
+
"layout",
|
|
3990
|
+
"style",
|
|
3991
|
+
"paint"
|
|
3992
|
+
],
|
|
3993
|
+
"content": [
|
|
3829
3994
|
"normal",
|
|
3830
3995
|
"none",
|
|
3831
3996
|
"ltr",
|
|
@@ -4033,13 +4198,23 @@ exports.keywordValues = {
|
|
|
4033
4198
|
"first-letter",
|
|
4034
4199
|
"dotted",
|
|
4035
4200
|
"solid",
|
|
4036
|
-
"space"
|
|
4201
|
+
"space"
|
|
4037
4202
|
],
|
|
4038
|
-
contentVisibility: [
|
|
4039
|
-
|
|
4040
|
-
|
|
4041
|
-
|
|
4042
|
-
|
|
4203
|
+
"contentVisibility": [
|
|
4204
|
+
"visible",
|
|
4205
|
+
"auto",
|
|
4206
|
+
"hidden"
|
|
4207
|
+
],
|
|
4208
|
+
"counterIncrement": [
|
|
4209
|
+
"none"
|
|
4210
|
+
],
|
|
4211
|
+
"counterReset": [
|
|
4212
|
+
"none"
|
|
4213
|
+
],
|
|
4214
|
+
"counterSet": [
|
|
4215
|
+
"none"
|
|
4216
|
+
],
|
|
4217
|
+
"cursor": [
|
|
4043
4218
|
"auto",
|
|
4044
4219
|
"default",
|
|
4045
4220
|
"none",
|
|
@@ -4075,10 +4250,13 @@ exports.keywordValues = {
|
|
|
4075
4250
|
"zoom-in",
|
|
4076
4251
|
"zoom-out",
|
|
4077
4252
|
"grab",
|
|
4078
|
-
"grabbing"
|
|
4253
|
+
"grabbing"
|
|
4254
|
+
],
|
|
4255
|
+
"direction": [
|
|
4256
|
+
"ltr",
|
|
4257
|
+
"rtl"
|
|
4079
4258
|
],
|
|
4080
|
-
|
|
4081
|
-
display: [
|
|
4259
|
+
"display": [
|
|
4082
4260
|
"block",
|
|
4083
4261
|
"inline",
|
|
4084
4262
|
"run-in",
|
|
@@ -4107,10 +4285,13 @@ exports.keywordValues = {
|
|
|
4107
4285
|
"inline-list-item",
|
|
4108
4286
|
"inline-table",
|
|
4109
4287
|
"inline-flex",
|
|
4110
|
-
"inline-grid"
|
|
4288
|
+
"inline-grid"
|
|
4111
4289
|
],
|
|
4112
|
-
emptyCells: [
|
|
4113
|
-
|
|
4290
|
+
"emptyCells": [
|
|
4291
|
+
"show",
|
|
4292
|
+
"hide"
|
|
4293
|
+
],
|
|
4294
|
+
"filter": [
|
|
4114
4295
|
"none",
|
|
4115
4296
|
"transparent",
|
|
4116
4297
|
"aliceblue",
|
|
@@ -4289,19 +4470,61 @@ exports.keywordValues = {
|
|
|
4289
4470
|
"ThreeDShadow",
|
|
4290
4471
|
"Window",
|
|
4291
4472
|
"WindowFrame",
|
|
4292
|
-
"WindowText"
|
|
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"
|
|
4293
4499
|
],
|
|
4294
|
-
|
|
4295
|
-
|
|
4296
|
-
|
|
4297
|
-
|
|
4298
|
-
|
|
4299
|
-
|
|
4300
|
-
|
|
4301
|
-
|
|
4302
|
-
|
|
4303
|
-
|
|
4304
|
-
|
|
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"
|
|
4526
|
+
],
|
|
4527
|
+
"fontSize": [
|
|
4305
4528
|
"xx-small",
|
|
4306
4529
|
"x-small",
|
|
4307
4530
|
"small",
|
|
@@ -4311,18 +4534,18 @@ exports.keywordValues = {
|
|
|
4311
4534
|
"xx-large",
|
|
4312
4535
|
"xxx-large",
|
|
4313
4536
|
"larger",
|
|
4314
|
-
"smaller"
|
|
4537
|
+
"smaller"
|
|
4315
4538
|
],
|
|
4316
|
-
fontSizeAdjust: [
|
|
4539
|
+
"fontSizeAdjust": [
|
|
4317
4540
|
"none",
|
|
4318
4541
|
"ex-height",
|
|
4319
4542
|
"cap-height",
|
|
4320
4543
|
"ch-width",
|
|
4321
4544
|
"ic-width",
|
|
4322
4545
|
"ic-height",
|
|
4323
|
-
"from-font"
|
|
4546
|
+
"from-font"
|
|
4324
4547
|
],
|
|
4325
|
-
fontStretch: [
|
|
4548
|
+
"fontStretch": [
|
|
4326
4549
|
"normal",
|
|
4327
4550
|
"ultra-condensed",
|
|
4328
4551
|
"extra-condensed",
|
|
@@ -4331,11 +4554,20 @@ exports.keywordValues = {
|
|
|
4331
4554
|
"semi-expanded",
|
|
4332
4555
|
"expanded",
|
|
4333
4556
|
"extra-expanded",
|
|
4334
|
-
"ultra-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"
|
|
4335
4569
|
],
|
|
4336
|
-
|
|
4337
|
-
fontSynthesis: ["none", "weight", "style", "small-caps"],
|
|
4338
|
-
fontVariant: [
|
|
4570
|
+
"fontVariant": [
|
|
4339
4571
|
"normal",
|
|
4340
4572
|
"none",
|
|
4341
4573
|
"common-ligatures",
|
|
@@ -4369,19 +4601,22 @@ exports.keywordValues = {
|
|
|
4369
4601
|
"traditional",
|
|
4370
4602
|
"full-width",
|
|
4371
4603
|
"proportional-width",
|
|
4372
|
-
"ruby"
|
|
4604
|
+
"ruby"
|
|
4605
|
+
],
|
|
4606
|
+
"fontVariantAlternates": [
|
|
4607
|
+
"normal",
|
|
4608
|
+
"historical-forms"
|
|
4373
4609
|
],
|
|
4374
|
-
|
|
4375
|
-
fontVariantCaps: [
|
|
4610
|
+
"fontVariantCaps": [
|
|
4376
4611
|
"normal",
|
|
4377
4612
|
"small-caps",
|
|
4378
4613
|
"all-small-caps",
|
|
4379
4614
|
"petite-caps",
|
|
4380
4615
|
"all-petite-caps",
|
|
4381
4616
|
"unicase",
|
|
4382
|
-
"titling-caps"
|
|
4617
|
+
"titling-caps"
|
|
4383
4618
|
],
|
|
4384
|
-
fontVariantEastAsian: [
|
|
4619
|
+
"fontVariantEastAsian": [
|
|
4385
4620
|
"normal",
|
|
4386
4621
|
"jis78",
|
|
4387
4622
|
"jis83",
|
|
@@ -4391,9 +4626,9 @@ exports.keywordValues = {
|
|
|
4391
4626
|
"traditional",
|
|
4392
4627
|
"full-width",
|
|
4393
4628
|
"proportional-width",
|
|
4394
|
-
"ruby"
|
|
4629
|
+
"ruby"
|
|
4395
4630
|
],
|
|
4396
|
-
fontVariantLigatures: [
|
|
4631
|
+
"fontVariantLigatures": [
|
|
4397
4632
|
"normal",
|
|
4398
4633
|
"none",
|
|
4399
4634
|
"common-ligatures",
|
|
@@ -4403,9 +4638,9 @@ exports.keywordValues = {
|
|
|
4403
4638
|
"historical-ligatures",
|
|
4404
4639
|
"no-historical-ligatures",
|
|
4405
4640
|
"contextual",
|
|
4406
|
-
"no-contextual"
|
|
4641
|
+
"no-contextual"
|
|
4407
4642
|
],
|
|
4408
|
-
fontVariantNumeric: [
|
|
4643
|
+
"fontVariantNumeric": [
|
|
4409
4644
|
"normal",
|
|
4410
4645
|
"lining-nums",
|
|
4411
4646
|
"oldstyle-nums",
|
|
@@ -4414,34 +4649,64 @@ exports.keywordValues = {
|
|
|
4414
4649
|
"diagonal-fractions",
|
|
4415
4650
|
"stacked-fractions",
|
|
4416
4651
|
"ordinal",
|
|
4417
|
-
"slashed-zero"
|
|
4652
|
+
"slashed-zero"
|
|
4653
|
+
],
|
|
4654
|
+
"fontVariantPosition": [
|
|
4655
|
+
"normal",
|
|
4656
|
+
"sub",
|
|
4657
|
+
"super"
|
|
4658
|
+
],
|
|
4659
|
+
"fontWeight": [
|
|
4660
|
+
"normal",
|
|
4661
|
+
"bold",
|
|
4662
|
+
"bolder",
|
|
4663
|
+
"lighter"
|
|
4418
4664
|
],
|
|
4419
|
-
|
|
4420
|
-
|
|
4421
|
-
|
|
4422
|
-
|
|
4665
|
+
"forcedColorAdjust": [
|
|
4666
|
+
"auto",
|
|
4667
|
+
"none"
|
|
4668
|
+
],
|
|
4669
|
+
"gridAutoColumns": [
|
|
4423
4670
|
"none",
|
|
4424
4671
|
"content",
|
|
4425
4672
|
"auto",
|
|
4426
4673
|
"min-content",
|
|
4427
4674
|
"max-content",
|
|
4428
|
-
"fit-content"
|
|
4675
|
+
"fit-content"
|
|
4429
4676
|
],
|
|
4430
|
-
gridAutoFlow: [
|
|
4431
|
-
|
|
4677
|
+
"gridAutoFlow": [
|
|
4678
|
+
"row",
|
|
4679
|
+
"column",
|
|
4680
|
+
"dense"
|
|
4681
|
+
],
|
|
4682
|
+
"gridAutoRows": [
|
|
4432
4683
|
"none",
|
|
4433
4684
|
"content",
|
|
4434
4685
|
"auto",
|
|
4435
4686
|
"min-content",
|
|
4436
4687
|
"max-content",
|
|
4437
|
-
"fit-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"
|
|
4438
4701
|
],
|
|
4439
|
-
|
|
4440
|
-
|
|
4441
|
-
|
|
4442
|
-
|
|
4443
|
-
gridTemplateAreas: [
|
|
4444
|
-
|
|
4702
|
+
"gridRowStart": [
|
|
4703
|
+
"auto",
|
|
4704
|
+
"span"
|
|
4705
|
+
],
|
|
4706
|
+
"gridTemplateAreas": [
|
|
4707
|
+
"none"
|
|
4708
|
+
],
|
|
4709
|
+
"gridTemplateColumns": [
|
|
4445
4710
|
"none",
|
|
4446
4711
|
"content",
|
|
4447
4712
|
"auto",
|
|
@@ -4450,9 +4715,9 @@ exports.keywordValues = {
|
|
|
4450
4715
|
"fit-content",
|
|
4451
4716
|
"auto-fill",
|
|
4452
4717
|
"auto-fit",
|
|
4453
|
-
"subgrid"
|
|
4718
|
+
"subgrid"
|
|
4454
4719
|
],
|
|
4455
|
-
gridTemplateRows: [
|
|
4720
|
+
"gridTemplateRows": [
|
|
4456
4721
|
"none",
|
|
4457
4722
|
"content",
|
|
4458
4723
|
"auto",
|
|
@@ -4461,26 +4726,80 @@ exports.keywordValues = {
|
|
|
4461
4726
|
"fit-content",
|
|
4462
4727
|
"auto-fill",
|
|
4463
4728
|
"auto-fit",
|
|
4464
|
-
"subgrid"
|
|
4465
|
-
],
|
|
4466
|
-
hangingPunctuation: [
|
|
4467
|
-
|
|
4468
|
-
|
|
4469
|
-
|
|
4470
|
-
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
|
|
4475
|
-
|
|
4476
|
-
|
|
4477
|
-
|
|
4478
|
-
|
|
4479
|
-
|
|
4480
|
-
|
|
4481
|
-
|
|
4482
|
-
|
|
4483
|
-
|
|
4729
|
+
"subgrid"
|
|
4730
|
+
],
|
|
4731
|
+
"hangingPunctuation": [
|
|
4732
|
+
"none",
|
|
4733
|
+
"first",
|
|
4734
|
+
"force-end",
|
|
4735
|
+
"allow-end",
|
|
4736
|
+
"last"
|
|
4737
|
+
],
|
|
4738
|
+
"height": [
|
|
4739
|
+
"auto",
|
|
4740
|
+
"min-content",
|
|
4741
|
+
"max-content",
|
|
4742
|
+
"fit-content"
|
|
4743
|
+
],
|
|
4744
|
+
"hyphens": [
|
|
4745
|
+
"none",
|
|
4746
|
+
"manual",
|
|
4747
|
+
"auto"
|
|
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": [
|
|
4484
4803
|
"normal",
|
|
4485
4804
|
"space-between",
|
|
4486
4805
|
"space-around",
|
|
@@ -4494,9 +4813,9 @@ exports.keywordValues = {
|
|
|
4494
4813
|
"flex-start",
|
|
4495
4814
|
"flex-end",
|
|
4496
4815
|
"left",
|
|
4497
|
-
"right"
|
|
4816
|
+
"right"
|
|
4498
4817
|
],
|
|
4499
|
-
justifyItems: [
|
|
4818
|
+
"justifyItems": [
|
|
4500
4819
|
"normal",
|
|
4501
4820
|
"stretch",
|
|
4502
4821
|
"first",
|
|
@@ -4513,9 +4832,9 @@ exports.keywordValues = {
|
|
|
4513
4832
|
"flex-end",
|
|
4514
4833
|
"left",
|
|
4515
4834
|
"right",
|
|
4516
|
-
"legacy"
|
|
4835
|
+
"legacy"
|
|
4517
4836
|
],
|
|
4518
|
-
justifySelf: [
|
|
4837
|
+
"justifySelf": [
|
|
4519
4838
|
"auto",
|
|
4520
4839
|
"normal",
|
|
4521
4840
|
"stretch",
|
|
@@ -4532,9 +4851,9 @@ exports.keywordValues = {
|
|
|
4532
4851
|
"flex-start",
|
|
4533
4852
|
"flex-end",
|
|
4534
4853
|
"left",
|
|
4535
|
-
"right"
|
|
4854
|
+
"right"
|
|
4536
4855
|
],
|
|
4537
|
-
justifyTracks: [
|
|
4856
|
+
"justifyTracks": [
|
|
4538
4857
|
"normal",
|
|
4539
4858
|
"space-between",
|
|
4540
4859
|
"space-around",
|
|
@@ -4548,14 +4867,28 @@ exports.keywordValues = {
|
|
|
4548
4867
|
"flex-start",
|
|
4549
4868
|
"flex-end",
|
|
4550
4869
|
"left",
|
|
4551
|
-
"right"
|
|
4870
|
+
"right"
|
|
4871
|
+
],
|
|
4872
|
+
"left": [
|
|
4873
|
+
"auto"
|
|
4874
|
+
],
|
|
4875
|
+
"letterSpacing": [
|
|
4876
|
+
"normal"
|
|
4552
4877
|
],
|
|
4553
|
-
|
|
4554
|
-
|
|
4555
|
-
|
|
4556
|
-
|
|
4557
|
-
|
|
4558
|
-
|
|
4878
|
+
"lineBreak": [
|
|
4879
|
+
"auto",
|
|
4880
|
+
"loose",
|
|
4881
|
+
"normal",
|
|
4882
|
+
"strict",
|
|
4883
|
+
"anywhere"
|
|
4884
|
+
],
|
|
4885
|
+
"lineClamp": [
|
|
4886
|
+
"none"
|
|
4887
|
+
],
|
|
4888
|
+
"lineHeight": [
|
|
4889
|
+
"normal"
|
|
4890
|
+
],
|
|
4891
|
+
"listStyleImage": [
|
|
4559
4892
|
"ltr",
|
|
4560
4893
|
"rtl",
|
|
4561
4894
|
"transparent",
|
|
@@ -4750,25 +5083,64 @@ exports.keywordValues = {
|
|
|
4750
5083
|
"at",
|
|
4751
5084
|
"center",
|
|
4752
5085
|
"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": [
|
|
4753
5126
|
"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"
|
|
4754
5142
|
],
|
|
4755
|
-
|
|
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: [
|
|
5143
|
+
"maskBorderSource": [
|
|
4772
5144
|
"none",
|
|
4773
5145
|
"ltr",
|
|
4774
5146
|
"rtl",
|
|
@@ -4963,10 +5335,12 @@ exports.keywordValues = {
|
|
|
4963
5335
|
"farthest-corner",
|
|
4964
5336
|
"at",
|
|
4965
5337
|
"center",
|
|
4966
|
-
"from"
|
|
5338
|
+
"from"
|
|
5339
|
+
],
|
|
5340
|
+
"maskBorderWidth": [
|
|
5341
|
+
"auto"
|
|
4967
5342
|
],
|
|
4968
|
-
|
|
4969
|
-
maskClip: [
|
|
5343
|
+
"maskClip": [
|
|
4970
5344
|
"border-box",
|
|
4971
5345
|
"padding-box",
|
|
4972
5346
|
"content-box",
|
|
@@ -4974,10 +5348,15 @@ exports.keywordValues = {
|
|
|
4974
5348
|
"fill-box",
|
|
4975
5349
|
"stroke-box",
|
|
4976
5350
|
"view-box",
|
|
4977
|
-
"no-clip"
|
|
5351
|
+
"no-clip"
|
|
4978
5352
|
],
|
|
4979
|
-
maskComposite: [
|
|
4980
|
-
|
|
5353
|
+
"maskComposite": [
|
|
5354
|
+
"add",
|
|
5355
|
+
"subtract",
|
|
5356
|
+
"intersect",
|
|
5357
|
+
"exclude"
|
|
5358
|
+
],
|
|
5359
|
+
"maskImage": [
|
|
4981
5360
|
"none",
|
|
4982
5361
|
"ltr",
|
|
4983
5362
|
"rtl",
|
|
@@ -5172,34 +5551,108 @@ exports.keywordValues = {
|
|
|
5172
5551
|
"farthest-corner",
|
|
5173
5552
|
"at",
|
|
5174
5553
|
"center",
|
|
5175
|
-
"from"
|
|
5554
|
+
"from"
|
|
5176
5555
|
],
|
|
5177
|
-
maskMode: [
|
|
5178
|
-
|
|
5556
|
+
"maskMode": [
|
|
5557
|
+
"alpha",
|
|
5558
|
+
"luminance",
|
|
5559
|
+
"match-source"
|
|
5560
|
+
],
|
|
5561
|
+
"maskOrigin": [
|
|
5179
5562
|
"border-box",
|
|
5180
5563
|
"padding-box",
|
|
5181
5564
|
"content-box",
|
|
5182
5565
|
"margin-box",
|
|
5183
5566
|
"fill-box",
|
|
5184
5567
|
"stroke-box",
|
|
5185
|
-
"view-box"
|
|
5568
|
+
"view-box"
|
|
5186
5569
|
],
|
|
5187
|
-
maskPosition: [
|
|
5188
|
-
|
|
5189
|
-
|
|
5190
|
-
|
|
5191
|
-
|
|
5192
|
-
|
|
5193
|
-
|
|
5194
|
-
|
|
5195
|
-
|
|
5196
|
-
|
|
5197
|
-
|
|
5198
|
-
|
|
5199
|
-
|
|
5200
|
-
|
|
5201
|
-
|
|
5202
|
-
|
|
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"
|
|
5654
|
+
],
|
|
5655
|
+
"mixBlendMode": [
|
|
5203
5656
|
"normal",
|
|
5204
5657
|
"multiply",
|
|
5205
5658
|
"screen",
|
|
@@ -5215,12 +5668,31 @@ exports.keywordValues = {
|
|
|
5215
5668
|
"hue",
|
|
5216
5669
|
"saturation",
|
|
5217
5670
|
"color",
|
|
5218
|
-
"luminosity"
|
|
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"
|
|
5219
5694
|
],
|
|
5220
|
-
|
|
5221
|
-
objectPosition: ["left", "center", "right", "top", "bottom"],
|
|
5222
|
-
offsetAnchor: ["auto", "left", "center", "right", "top", "bottom"],
|
|
5223
|
-
offsetPath: [
|
|
5695
|
+
"offsetPath": [
|
|
5224
5696
|
"none",
|
|
5225
5697
|
"closest-side",
|
|
5226
5698
|
"farthest-side",
|
|
@@ -5242,11 +5714,21 @@ exports.keywordValues = {
|
|
|
5242
5714
|
"margin-box",
|
|
5243
5715
|
"fill-box",
|
|
5244
5716
|
"stroke-box",
|
|
5245
|
-
"view-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"
|
|
5246
5730
|
],
|
|
5247
|
-
|
|
5248
|
-
offsetRotate: ["auto", "reverse"],
|
|
5249
|
-
outlineColor: [
|
|
5731
|
+
"outlineColor": [
|
|
5250
5732
|
"transparent",
|
|
5251
5733
|
"aliceblue",
|
|
5252
5734
|
"antiquewhite",
|
|
@@ -5425,9 +5907,9 @@ exports.keywordValues = {
|
|
|
5425
5907
|
"Window",
|
|
5426
5908
|
"WindowFrame",
|
|
5427
5909
|
"WindowText",
|
|
5428
|
-
"invert"
|
|
5910
|
+
"invert"
|
|
5429
5911
|
],
|
|
5430
|
-
outlineStyle: [
|
|
5912
|
+
"outlineStyle": [
|
|
5431
5913
|
"auto",
|
|
5432
5914
|
"none",
|
|
5433
5915
|
"hidden",
|
|
@@ -5438,45 +5920,126 @@ exports.keywordValues = {
|
|
|
5438
5920
|
"groove",
|
|
5439
5921
|
"ridge",
|
|
5440
5922
|
"inset",
|
|
5441
|
-
"outset"
|
|
5442
|
-
],
|
|
5443
|
-
outlineWidth: [
|
|
5444
|
-
|
|
5445
|
-
|
|
5446
|
-
|
|
5447
|
-
|
|
5448
|
-
|
|
5449
|
-
|
|
5450
|
-
|
|
5451
|
-
|
|
5452
|
-
|
|
5453
|
-
|
|
5454
|
-
|
|
5455
|
-
|
|
5456
|
-
|
|
5457
|
-
|
|
5923
|
+
"outset"
|
|
5924
|
+
],
|
|
5925
|
+
"outlineWidth": [
|
|
5926
|
+
"thin",
|
|
5927
|
+
"medium",
|
|
5928
|
+
"thick"
|
|
5929
|
+
],
|
|
5930
|
+
"overflow": [
|
|
5931
|
+
"visible",
|
|
5932
|
+
"hidden",
|
|
5933
|
+
"clip",
|
|
5934
|
+
"scroll",
|
|
5935
|
+
"auto"
|
|
5936
|
+
],
|
|
5937
|
+
"overflowAnchor": [
|
|
5938
|
+
"auto",
|
|
5939
|
+
"none"
|
|
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": [
|
|
5458
6005
|
"auto",
|
|
5459
6006
|
"always",
|
|
5460
6007
|
"avoid",
|
|
5461
6008
|
"left",
|
|
5462
6009
|
"right",
|
|
5463
6010
|
"recto",
|
|
5464
|
-
"verso"
|
|
6011
|
+
"verso"
|
|
5465
6012
|
],
|
|
5466
|
-
pageBreakBefore: [
|
|
6013
|
+
"pageBreakBefore": [
|
|
5467
6014
|
"auto",
|
|
5468
6015
|
"always",
|
|
5469
6016
|
"avoid",
|
|
5470
6017
|
"left",
|
|
5471
6018
|
"right",
|
|
5472
6019
|
"recto",
|
|
5473
|
-
"verso"
|
|
6020
|
+
"verso"
|
|
6021
|
+
],
|
|
6022
|
+
"pageBreakInside": [
|
|
6023
|
+
"auto",
|
|
6024
|
+
"avoid"
|
|
5474
6025
|
],
|
|
5475
|
-
|
|
5476
|
-
|
|
5477
|
-
|
|
5478
|
-
|
|
5479
|
-
|
|
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"
|
|
6041
|
+
],
|
|
6042
|
+
"placeContent": [
|
|
5480
6043
|
"normal",
|
|
5481
6044
|
"first",
|
|
5482
6045
|
"last",
|
|
@@ -5493,9 +6056,9 @@ exports.keywordValues = {
|
|
|
5493
6056
|
"flex-start",
|
|
5494
6057
|
"flex-end",
|
|
5495
6058
|
"left",
|
|
5496
|
-
"right"
|
|
6059
|
+
"right"
|
|
5497
6060
|
],
|
|
5498
|
-
pointerEvents: [
|
|
6061
|
+
"pointerEvents": [
|
|
5499
6062
|
"auto",
|
|
5500
6063
|
"none",
|
|
5501
6064
|
"visiblePainted",
|
|
@@ -5506,19 +6069,60 @@ exports.keywordValues = {
|
|
|
5506
6069
|
"fill",
|
|
5507
6070
|
"stroke",
|
|
5508
6071
|
"all",
|
|
5509
|
-
"inherit"
|
|
5510
|
-
],
|
|
5511
|
-
position: [
|
|
5512
|
-
|
|
5513
|
-
|
|
5514
|
-
|
|
5515
|
-
|
|
5516
|
-
|
|
5517
|
-
|
|
5518
|
-
|
|
5519
|
-
|
|
5520
|
-
|
|
5521
|
-
|
|
6072
|
+
"inherit"
|
|
6073
|
+
],
|
|
6074
|
+
"position": [
|
|
6075
|
+
"static",
|
|
6076
|
+
"relative",
|
|
6077
|
+
"absolute",
|
|
6078
|
+
"sticky",
|
|
6079
|
+
"fixed"
|
|
6080
|
+
],
|
|
6081
|
+
"quotes": [
|
|
6082
|
+
"none",
|
|
6083
|
+
"auto"
|
|
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": [
|
|
5522
6126
|
"auto",
|
|
5523
6127
|
"transparent",
|
|
5524
6128
|
"aliceblue",
|
|
@@ -5697,25 +6301,66 @@ exports.keywordValues = {
|
|
|
5697
6301
|
"ThreeDShadow",
|
|
5698
6302
|
"Window",
|
|
5699
6303
|
"WindowFrame",
|
|
5700
|
-
"WindowText"
|
|
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"
|
|
5701
6340
|
],
|
|
5702
|
-
|
|
5703
|
-
|
|
5704
|
-
|
|
5705
|
-
|
|
5706
|
-
|
|
5707
|
-
|
|
5708
|
-
|
|
5709
|
-
|
|
5710
|
-
|
|
5711
|
-
|
|
5712
|
-
|
|
5713
|
-
|
|
5714
|
-
|
|
5715
|
-
|
|
5716
|
-
|
|
5717
|
-
|
|
5718
|
-
|
|
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"
|
|
6362
|
+
],
|
|
6363
|
+
"scrollSnapType": [
|
|
5719
6364
|
"none",
|
|
5720
6365
|
"x",
|
|
5721
6366
|
"y",
|
|
@@ -5723,9 +6368,9 @@ exports.keywordValues = {
|
|
|
5723
6368
|
"inline",
|
|
5724
6369
|
"both",
|
|
5725
6370
|
"mandatory",
|
|
5726
|
-
"proximity"
|
|
6371
|
+
"proximity"
|
|
5727
6372
|
],
|
|
5728
|
-
shapeOutside: [
|
|
6373
|
+
"shapeOutside": [
|
|
5729
6374
|
"none",
|
|
5730
6375
|
"border-box",
|
|
5731
6376
|
"padding-box",
|
|
@@ -5927,21 +6572,36 @@ exports.keywordValues = {
|
|
|
5927
6572
|
"ellipse",
|
|
5928
6573
|
"closest-corner",
|
|
5929
6574
|
"farthest-corner",
|
|
5930
|
-
"from"
|
|
6575
|
+
"from"
|
|
6576
|
+
],
|
|
6577
|
+
"tableLayout": [
|
|
6578
|
+
"auto",
|
|
6579
|
+
"fixed"
|
|
5931
6580
|
],
|
|
5932
|
-
|
|
5933
|
-
textAlign: [
|
|
6581
|
+
"textAlign": [
|
|
5934
6582
|
"start",
|
|
5935
6583
|
"end",
|
|
5936
6584
|
"left",
|
|
5937
6585
|
"right",
|
|
5938
6586
|
"center",
|
|
5939
6587
|
"justify",
|
|
5940
|
-
"match-parent"
|
|
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"
|
|
5941
6603
|
],
|
|
5942
|
-
|
|
5943
|
-
textCombineUpright: ["none", "all", "digits"],
|
|
5944
|
-
textDecorationColor: [
|
|
6604
|
+
"textDecorationColor": [
|
|
5945
6605
|
"transparent",
|
|
5946
6606
|
"aliceblue",
|
|
5947
6607
|
"antiquewhite",
|
|
@@ -6119,30 +6779,43 @@ exports.keywordValues = {
|
|
|
6119
6779
|
"ThreeDShadow",
|
|
6120
6780
|
"Window",
|
|
6121
6781
|
"WindowFrame",
|
|
6122
|
-
"WindowText"
|
|
6782
|
+
"WindowText"
|
|
6123
6783
|
],
|
|
6124
|
-
textDecorationLine: [
|
|
6784
|
+
"textDecorationLine": [
|
|
6125
6785
|
"none",
|
|
6126
6786
|
"underline",
|
|
6127
6787
|
"overline",
|
|
6128
6788
|
"line-through",
|
|
6129
6789
|
"blink",
|
|
6130
6790
|
"spelling-error",
|
|
6131
|
-
"grammar-error"
|
|
6791
|
+
"grammar-error"
|
|
6132
6792
|
],
|
|
6133
|
-
textDecorationSkip: [
|
|
6793
|
+
"textDecorationSkip": [
|
|
6134
6794
|
"none",
|
|
6135
6795
|
"objects",
|
|
6136
6796
|
"spaces",
|
|
6137
6797
|
"leading-spaces",
|
|
6138
6798
|
"trailing-spaces",
|
|
6139
6799
|
"edges",
|
|
6140
|
-
"box-decoration"
|
|
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"
|
|
6141
6817
|
],
|
|
6142
|
-
|
|
6143
|
-
textDecorationStyle: ["solid", "double", "dotted", "dashed", "wavy"],
|
|
6144
|
-
textDecorationThickness: ["auto", "from-font"],
|
|
6145
|
-
textEmphasisColor: [
|
|
6818
|
+
"textEmphasisColor": [
|
|
6146
6819
|
"transparent",
|
|
6147
6820
|
"aliceblue",
|
|
6148
6821
|
"antiquewhite",
|
|
@@ -6320,10 +6993,15 @@ exports.keywordValues = {
|
|
|
6320
6993
|
"ThreeDShadow",
|
|
6321
6994
|
"Window",
|
|
6322
6995
|
"WindowFrame",
|
|
6323
|
-
"WindowText"
|
|
6996
|
+
"WindowText"
|
|
6324
6997
|
],
|
|
6325
|
-
textEmphasisPosition: [
|
|
6326
|
-
|
|
6998
|
+
"textEmphasisPosition": [
|
|
6999
|
+
"over",
|
|
7000
|
+
"under",
|
|
7001
|
+
"right",
|
|
7002
|
+
"left"
|
|
7003
|
+
],
|
|
7004
|
+
"textEmphasisStyle": [
|
|
6327
7005
|
"none",
|
|
6328
7006
|
"filled",
|
|
6329
7007
|
"open",
|
|
@@ -6331,19 +7009,34 @@ exports.keywordValues = {
|
|
|
6331
7009
|
"circle",
|
|
6332
7010
|
"double-circle",
|
|
6333
7011
|
"triangle",
|
|
6334
|
-
"sesame"
|
|
7012
|
+
"sesame"
|
|
6335
7013
|
],
|
|
6336
|
-
textIndent: [
|
|
6337
|
-
|
|
6338
|
-
|
|
6339
|
-
|
|
6340
|
-
|
|
7014
|
+
"textIndent": [
|
|
7015
|
+
"hanging",
|
|
7016
|
+
"each-line"
|
|
7017
|
+
],
|
|
7018
|
+
"textJustify": [
|
|
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": [
|
|
6341
7034
|
"auto",
|
|
6342
7035
|
"optimizeSpeed",
|
|
6343
7036
|
"optimizeLegibility",
|
|
6344
|
-
"geometricPrecision"
|
|
7037
|
+
"geometricPrecision"
|
|
6345
7038
|
],
|
|
6346
|
-
textShadow: [
|
|
7039
|
+
"textShadow": [
|
|
6347
7040
|
"none",
|
|
6348
7041
|
"transparent",
|
|
6349
7042
|
"aliceblue",
|
|
@@ -6522,21 +7215,34 @@ exports.keywordValues = {
|
|
|
6522
7215
|
"ThreeDShadow",
|
|
6523
7216
|
"Window",
|
|
6524
7217
|
"WindowFrame",
|
|
6525
|
-
"WindowText"
|
|
7218
|
+
"WindowText"
|
|
6526
7219
|
],
|
|
6527
|
-
textSizeAdjust: [
|
|
6528
|
-
|
|
7220
|
+
"textSizeAdjust": [
|
|
7221
|
+
"none",
|
|
7222
|
+
"auto"
|
|
7223
|
+
],
|
|
7224
|
+
"textTransform": [
|
|
6529
7225
|
"none",
|
|
6530
7226
|
"capitalize",
|
|
6531
7227
|
"uppercase",
|
|
6532
7228
|
"lowercase",
|
|
6533
7229
|
"full-width",
|
|
6534
|
-
"full-size-kana"
|
|
7230
|
+
"full-size-kana"
|
|
6535
7231
|
],
|
|
6536
|
-
textUnderlineOffset: [
|
|
6537
|
-
|
|
6538
|
-
|
|
6539
|
-
|
|
7232
|
+
"textUnderlineOffset": [
|
|
7233
|
+
"auto"
|
|
7234
|
+
],
|
|
7235
|
+
"textUnderlinePosition": [
|
|
7236
|
+
"auto",
|
|
7237
|
+
"from-font",
|
|
7238
|
+
"under",
|
|
7239
|
+
"left",
|
|
7240
|
+
"right"
|
|
7241
|
+
],
|
|
7242
|
+
"top": [
|
|
7243
|
+
"auto"
|
|
7244
|
+
],
|
|
7245
|
+
"touchAction": [
|
|
6540
7246
|
"auto",
|
|
6541
7247
|
"none",
|
|
6542
7248
|
"pan-x",
|
|
@@ -6546,20 +7252,34 @@ exports.keywordValues = {
|
|
|
6546
7252
|
"pan-up",
|
|
6547
7253
|
"pan-down",
|
|
6548
7254
|
"pinch-zoom",
|
|
6549
|
-
"manipulation"
|
|
7255
|
+
"manipulation"
|
|
6550
7256
|
],
|
|
6551
|
-
transform: [
|
|
6552
|
-
|
|
7257
|
+
"transform": [
|
|
7258
|
+
"none"
|
|
7259
|
+
],
|
|
7260
|
+
"transformBox": [
|
|
6553
7261
|
"content-box",
|
|
6554
7262
|
"border-box",
|
|
6555
7263
|
"fill-box",
|
|
6556
7264
|
"stroke-box",
|
|
6557
|
-
"view-box"
|
|
7265
|
+
"view-box"
|
|
6558
7266
|
],
|
|
6559
|
-
transformOrigin: [
|
|
6560
|
-
|
|
6561
|
-
|
|
6562
|
-
|
|
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"
|
|
7281
|
+
],
|
|
7282
|
+
"transitionTimingFunction": [
|
|
6563
7283
|
"linear",
|
|
6564
7284
|
"ease",
|
|
6565
7285
|
"ease-in",
|
|
@@ -6572,19 +7292,27 @@ exports.keywordValues = {
|
|
|
6572
7292
|
"jump-none",
|
|
6573
7293
|
"jump-both",
|
|
6574
7294
|
"start",
|
|
6575
|
-
"end"
|
|
7295
|
+
"end"
|
|
6576
7296
|
],
|
|
6577
|
-
translate: [
|
|
6578
|
-
|
|
7297
|
+
"translate": [
|
|
7298
|
+
"none"
|
|
7299
|
+
],
|
|
7300
|
+
"unicodeBidi": [
|
|
6579
7301
|
"normal",
|
|
6580
7302
|
"embed",
|
|
6581
7303
|
"isolate",
|
|
6582
7304
|
"bidi-override",
|
|
6583
7305
|
"isolate-override",
|
|
6584
|
-
"plaintext"
|
|
7306
|
+
"plaintext"
|
|
6585
7307
|
],
|
|
6586
|
-
userSelect: [
|
|
6587
|
-
|
|
7308
|
+
"userSelect": [
|
|
7309
|
+
"auto",
|
|
7310
|
+
"text",
|
|
7311
|
+
"none",
|
|
7312
|
+
"contain",
|
|
7313
|
+
"all"
|
|
7314
|
+
],
|
|
7315
|
+
"verticalAlign": [
|
|
6588
7316
|
"baseline",
|
|
6589
7317
|
"sub",
|
|
6590
7318
|
"super",
|
|
@@ -6592,28 +7320,53 @@ exports.keywordValues = {
|
|
|
6592
7320
|
"text-bottom",
|
|
6593
7321
|
"middle",
|
|
6594
7322
|
"top",
|
|
6595
|
-
"bottom"
|
|
7323
|
+
"bottom"
|
|
6596
7324
|
],
|
|
6597
|
-
visibility: [
|
|
6598
|
-
|
|
7325
|
+
"visibility": [
|
|
7326
|
+
"visible",
|
|
7327
|
+
"hidden",
|
|
7328
|
+
"collapse"
|
|
7329
|
+
],
|
|
7330
|
+
"whiteSpace": [
|
|
6599
7331
|
"normal",
|
|
6600
7332
|
"pre",
|
|
6601
7333
|
"nowrap",
|
|
6602
7334
|
"pre-wrap",
|
|
6603
7335
|
"pre-line",
|
|
6604
|
-
"break-spaces"
|
|
6605
|
-
],
|
|
6606
|
-
width: [
|
|
6607
|
-
|
|
6608
|
-
|
|
6609
|
-
|
|
6610
|
-
|
|
6611
|
-
|
|
7336
|
+
"break-spaces"
|
|
7337
|
+
],
|
|
7338
|
+
"width": [
|
|
7339
|
+
"auto",
|
|
7340
|
+
"min-content",
|
|
7341
|
+
"max-content",
|
|
7342
|
+
"fit-content"
|
|
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": [
|
|
6612
7363
|
"horizontal-tb",
|
|
6613
7364
|
"vertical-rl",
|
|
6614
7365
|
"vertical-lr",
|
|
6615
7366
|
"sideways-rl",
|
|
6616
|
-
"sideways-lr"
|
|
7367
|
+
"sideways-lr"
|
|
6617
7368
|
],
|
|
6618
|
-
zIndex: [
|
|
7369
|
+
"zIndex": [
|
|
7370
|
+
"auto"
|
|
7371
|
+
]
|
|
6619
7372
|
};
|