@webstudio-is/css-data 0.83.0 → 0.85.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/__generated__/keyword-values.js +36 -2
- package/lib/__generated__/properties.js +81 -11
- package/lib/cjs/__generated__/keyword-values.js +36 -2
- package/lib/cjs/__generated__/properties.js +81 -11
- package/lib/cjs/custom-data.js +9 -0
- package/lib/cjs/html.js +353 -308
- package/lib/custom-data.js +9 -0
- package/lib/html.js +353 -308
- package/lib/types/__generated__/keyword-values.d.ts +9 -2
- package/lib/types/__generated__/properties.d.ts +81 -11
- package/lib/types/html.d.ts +8 -0
- package/lib/types/index.d.ts +81 -11
- package/package.json +4 -4
- package/src/__generated__/keyword-values.ts +36 -2
- package/src/__generated__/properties.ts +81 -11
- package/src/custom-data.ts +10 -0
- package/src/html.ts +387 -330
|
@@ -1,6 +1,19 @@
|
|
|
1
1
|
const keywordValues = {
|
|
2
2
|
WebkitFontSmoothing: ["auto", "none", "antialiased", "subpixel-antialiased"],
|
|
3
3
|
MozOsxFontSmoothing: ["auto", "grayscale"],
|
|
4
|
+
listStyleType: [
|
|
5
|
+
"disc",
|
|
6
|
+
"circle",
|
|
7
|
+
"square",
|
|
8
|
+
"decimal",
|
|
9
|
+
"georgian",
|
|
10
|
+
"trad-chinese-informal",
|
|
11
|
+
"kannada",
|
|
12
|
+
"none",
|
|
13
|
+
"initial",
|
|
14
|
+
"inherit",
|
|
15
|
+
"unset"
|
|
16
|
+
],
|
|
4
17
|
accentColor: [
|
|
5
18
|
"auto",
|
|
6
19
|
"transparent",
|
|
@@ -2876,7 +2889,6 @@ const keywordValues = {
|
|
|
2876
2889
|
"inherit",
|
|
2877
2890
|
"unset"
|
|
2878
2891
|
],
|
|
2879
|
-
printColorAdjust: ["economy", "exact", "initial", "inherit", "unset"],
|
|
2880
2892
|
colorScheme: [
|
|
2881
2893
|
"normal",
|
|
2882
2894
|
"light",
|
|
@@ -3079,6 +3091,15 @@ const keywordValues = {
|
|
|
3079
3091
|
containIntrinsicHeight: ["none", "auto", "initial", "inherit", "unset"],
|
|
3080
3092
|
containIntrinsicInlineSize: ["none", "auto", "initial", "inherit", "unset"],
|
|
3081
3093
|
containIntrinsicWidth: ["none", "auto", "initial", "inherit", "unset"],
|
|
3094
|
+
containerName: ["none", "initial", "inherit", "unset"],
|
|
3095
|
+
containerType: [
|
|
3096
|
+
"normal",
|
|
3097
|
+
"size",
|
|
3098
|
+
"inline-size",
|
|
3099
|
+
"initial",
|
|
3100
|
+
"inherit",
|
|
3101
|
+
"unset"
|
|
3102
|
+
],
|
|
3082
3103
|
content: [
|
|
3083
3104
|
"normal",
|
|
3084
3105
|
"none",
|
|
@@ -3226,6 +3247,7 @@ const keywordValues = {
|
|
|
3226
3247
|
fontKerning: ["auto", "normal", "none", "initial", "inherit", "unset"],
|
|
3227
3248
|
fontLanguageOverride: ["normal", "initial", "inherit", "unset"],
|
|
3228
3249
|
fontOpticalSizing: ["auto", "none", "initial", "inherit", "unset"],
|
|
3250
|
+
fontPalette: ["normal", "light", "dark", "initial", "inherit", "unset"],
|
|
3229
3251
|
fontVariationSettings: ["normal", "initial", "inherit", "unset"],
|
|
3230
3252
|
fontSize: [
|
|
3231
3253
|
"xx-small",
|
|
@@ -3351,6 +3373,15 @@ const keywordValues = {
|
|
|
3351
3373
|
"inherit",
|
|
3352
3374
|
"unset"
|
|
3353
3375
|
],
|
|
3376
|
+
fontVariantEmoji: [
|
|
3377
|
+
"normal",
|
|
3378
|
+
"text",
|
|
3379
|
+
"emoji",
|
|
3380
|
+
"unicode",
|
|
3381
|
+
"initial",
|
|
3382
|
+
"inherit",
|
|
3383
|
+
"unset"
|
|
3384
|
+
],
|
|
3354
3385
|
fontVariantLigatures: [
|
|
3355
3386
|
"normal",
|
|
3356
3387
|
"none",
|
|
@@ -3460,6 +3491,7 @@ const keywordValues = {
|
|
|
3460
3491
|
"unset"
|
|
3461
3492
|
],
|
|
3462
3493
|
hyphenateCharacter: ["auto", "initial", "inherit", "unset"],
|
|
3494
|
+
hyphenateLimitChars: ["auto", "initial", "inherit", "unset"],
|
|
3463
3495
|
hyphens: ["none", "manual", "auto", "initial", "inherit", "unset"],
|
|
3464
3496
|
imageOrientation: ["from-image", "flip", "initial", "inherit", "unset"],
|
|
3465
3497
|
imageRendering: [
|
|
@@ -3595,7 +3627,6 @@ const keywordValues = {
|
|
|
3595
3627
|
lineHeightStep: ["initial", "inherit", "unset"],
|
|
3596
3628
|
listStyleImage: ["none", "initial", "inherit", "unset"],
|
|
3597
3629
|
listStylePosition: ["inside", "outside", "initial", "inherit", "unset"],
|
|
3598
|
-
listStyleType: ["none", "initial", "inherit", "unset"],
|
|
3599
3630
|
marginBlockEnd: ["auto", "initial", "inherit", "unset"],
|
|
3600
3631
|
marginBlockStart: ["auto", "initial", "inherit", "unset"],
|
|
3601
3632
|
marginBottom: ["auto", "initial", "inherit", "unset"],
|
|
@@ -4141,6 +4172,7 @@ const keywordValues = {
|
|
|
4141
4172
|
paddingLeft: ["initial", "inherit", "unset"],
|
|
4142
4173
|
paddingRight: ["initial", "inherit", "unset"],
|
|
4143
4174
|
paddingTop: ["initial", "inherit", "unset"],
|
|
4175
|
+
page: ["auto", "initial", "inherit", "unset"],
|
|
4144
4176
|
pageBreakAfter: [
|
|
4145
4177
|
"auto",
|
|
4146
4178
|
"always",
|
|
@@ -4211,6 +4243,7 @@ const keywordValues = {
|
|
|
4211
4243
|
"inherit",
|
|
4212
4244
|
"unset"
|
|
4213
4245
|
],
|
|
4246
|
+
printColorAdjust: ["economy", "exact", "initial", "inherit", "unset"],
|
|
4214
4247
|
quotes: ["none", "auto", "initial", "inherit", "unset"],
|
|
4215
4248
|
resize: [
|
|
4216
4249
|
"none",
|
|
@@ -5163,6 +5196,7 @@ const keywordValues = {
|
|
|
5163
5196
|
"inherit",
|
|
5164
5197
|
"unset"
|
|
5165
5198
|
],
|
|
5199
|
+
viewTransitionName: ["none", "initial", "inherit", "unset"],
|
|
5166
5200
|
visibility: ["visible", "hidden", "collapse", "initial", "inherit", "unset"],
|
|
5167
5201
|
whiteSpace: [
|
|
5168
5202
|
"normal",
|
|
@@ -957,16 +957,6 @@ const properties = {
|
|
|
957
957
|
popularity: 0.90791486,
|
|
958
958
|
appliesTo: "allElementsAndText"
|
|
959
959
|
},
|
|
960
|
-
printColorAdjust: {
|
|
961
|
-
unitGroups: [],
|
|
962
|
-
inherited: true,
|
|
963
|
-
initial: {
|
|
964
|
-
type: "keyword",
|
|
965
|
-
value: "economy"
|
|
966
|
-
},
|
|
967
|
-
popularity: 0,
|
|
968
|
-
appliesTo: "allElements"
|
|
969
|
-
},
|
|
970
960
|
colorScheme: {
|
|
971
961
|
unitGroups: [],
|
|
972
962
|
inherited: true,
|
|
@@ -1108,6 +1098,26 @@ const properties = {
|
|
|
1108
1098
|
popularity: 0,
|
|
1109
1099
|
appliesTo: "elementsForWhichSizeContainmentCanApply"
|
|
1110
1100
|
},
|
|
1101
|
+
containerName: {
|
|
1102
|
+
unitGroups: [],
|
|
1103
|
+
inherited: false,
|
|
1104
|
+
initial: {
|
|
1105
|
+
type: "keyword",
|
|
1106
|
+
value: "none"
|
|
1107
|
+
},
|
|
1108
|
+
popularity: 0,
|
|
1109
|
+
appliesTo: "allElements"
|
|
1110
|
+
},
|
|
1111
|
+
containerType: {
|
|
1112
|
+
unitGroups: [],
|
|
1113
|
+
inherited: false,
|
|
1114
|
+
initial: {
|
|
1115
|
+
type: "keyword",
|
|
1116
|
+
value: "normal"
|
|
1117
|
+
},
|
|
1118
|
+
popularity: 0,
|
|
1119
|
+
appliesTo: "allElements"
|
|
1120
|
+
},
|
|
1111
1121
|
content: {
|
|
1112
1122
|
unitGroups: [],
|
|
1113
1123
|
inherited: false,
|
|
@@ -1126,7 +1136,7 @@ const properties = {
|
|
|
1126
1136
|
value: "visible"
|
|
1127
1137
|
},
|
|
1128
1138
|
popularity: 0.04199404,
|
|
1129
|
-
appliesTo: "
|
|
1139
|
+
appliesTo: "elementsForWhichSizeContainmentCanApply"
|
|
1130
1140
|
},
|
|
1131
1141
|
counterIncrement: {
|
|
1132
1142
|
unitGroups: ["number"],
|
|
@@ -1320,6 +1330,16 @@ const properties = {
|
|
|
1320
1330
|
popularity: 6232e-7,
|
|
1321
1331
|
appliesTo: "allElements"
|
|
1322
1332
|
},
|
|
1333
|
+
fontPalette: {
|
|
1334
|
+
unitGroups: [],
|
|
1335
|
+
inherited: true,
|
|
1336
|
+
initial: {
|
|
1337
|
+
type: "keyword",
|
|
1338
|
+
value: "normal"
|
|
1339
|
+
},
|
|
1340
|
+
popularity: 0,
|
|
1341
|
+
appliesTo: "allElementsAndText"
|
|
1342
|
+
},
|
|
1323
1343
|
fontVariationSettings: {
|
|
1324
1344
|
unitGroups: ["number"],
|
|
1325
1345
|
inherited: true,
|
|
@@ -1429,6 +1449,16 @@ const properties = {
|
|
|
1429
1449
|
popularity: 328361e-8,
|
|
1430
1450
|
appliesTo: "allElements"
|
|
1431
1451
|
},
|
|
1452
|
+
fontVariantEmoji: {
|
|
1453
|
+
unitGroups: [],
|
|
1454
|
+
inherited: true,
|
|
1455
|
+
initial: {
|
|
1456
|
+
type: "keyword",
|
|
1457
|
+
value: "normal"
|
|
1458
|
+
},
|
|
1459
|
+
popularity: 0,
|
|
1460
|
+
appliesTo: "allElementsAndText"
|
|
1461
|
+
},
|
|
1432
1462
|
fontVariantLigatures: {
|
|
1433
1463
|
unitGroups: [],
|
|
1434
1464
|
inherited: true,
|
|
@@ -1609,6 +1639,16 @@ const properties = {
|
|
|
1609
1639
|
popularity: 0,
|
|
1610
1640
|
appliesTo: "allElements"
|
|
1611
1641
|
},
|
|
1642
|
+
hyphenateLimitChars: {
|
|
1643
|
+
unitGroups: ["number"],
|
|
1644
|
+
inherited: true,
|
|
1645
|
+
initial: {
|
|
1646
|
+
type: "keyword",
|
|
1647
|
+
value: "auto"
|
|
1648
|
+
},
|
|
1649
|
+
popularity: 0,
|
|
1650
|
+
appliesTo: "allElements"
|
|
1651
|
+
},
|
|
1612
1652
|
hyphens: {
|
|
1613
1653
|
unitGroups: [],
|
|
1614
1654
|
inherited: true,
|
|
@@ -2639,6 +2679,16 @@ const properties = {
|
|
|
2639
2679
|
popularity: 0.82360295,
|
|
2640
2680
|
appliesTo: "allElementsExceptInternalTableDisplayTypes"
|
|
2641
2681
|
},
|
|
2682
|
+
page: {
|
|
2683
|
+
unitGroups: [],
|
|
2684
|
+
inherited: false,
|
|
2685
|
+
initial: {
|
|
2686
|
+
type: "keyword",
|
|
2687
|
+
value: "auto"
|
|
2688
|
+
},
|
|
2689
|
+
popularity: 131264e-8,
|
|
2690
|
+
appliesTo: "blockElementsInNormalFlow"
|
|
2691
|
+
},
|
|
2642
2692
|
pageBreakAfter: {
|
|
2643
2693
|
unitGroups: [],
|
|
2644
2694
|
inherited: false,
|
|
@@ -2730,6 +2780,16 @@ const properties = {
|
|
|
2730
2780
|
popularity: 0.92435004,
|
|
2731
2781
|
appliesTo: "allElements"
|
|
2732
2782
|
},
|
|
2783
|
+
printColorAdjust: {
|
|
2784
|
+
unitGroups: [],
|
|
2785
|
+
inherited: true,
|
|
2786
|
+
initial: {
|
|
2787
|
+
type: "keyword",
|
|
2788
|
+
value: "economy"
|
|
2789
|
+
},
|
|
2790
|
+
popularity: 0,
|
|
2791
|
+
appliesTo: "allElements"
|
|
2792
|
+
},
|
|
2733
2793
|
quotes: {
|
|
2734
2794
|
unitGroups: [],
|
|
2735
2795
|
inherited: true,
|
|
@@ -3520,6 +3580,16 @@ const properties = {
|
|
|
3520
3580
|
popularity: 0.84531302,
|
|
3521
3581
|
appliesTo: "inlineLevelAndTableCellElements"
|
|
3522
3582
|
},
|
|
3583
|
+
viewTransitionName: {
|
|
3584
|
+
unitGroups: [],
|
|
3585
|
+
inherited: false,
|
|
3586
|
+
initial: {
|
|
3587
|
+
type: "keyword",
|
|
3588
|
+
value: "none"
|
|
3589
|
+
},
|
|
3590
|
+
popularity: 0,
|
|
3591
|
+
appliesTo: "allElements"
|
|
3592
|
+
},
|
|
3523
3593
|
visibility: {
|
|
3524
3594
|
unitGroups: [],
|
|
3525
3595
|
inherited: true,
|
|
@@ -24,6 +24,19 @@ module.exports = __toCommonJS(keyword_values_exports);
|
|
|
24
24
|
const keywordValues = {
|
|
25
25
|
WebkitFontSmoothing: ["auto", "none", "antialiased", "subpixel-antialiased"],
|
|
26
26
|
MozOsxFontSmoothing: ["auto", "grayscale"],
|
|
27
|
+
listStyleType: [
|
|
28
|
+
"disc",
|
|
29
|
+
"circle",
|
|
30
|
+
"square",
|
|
31
|
+
"decimal",
|
|
32
|
+
"georgian",
|
|
33
|
+
"trad-chinese-informal",
|
|
34
|
+
"kannada",
|
|
35
|
+
"none",
|
|
36
|
+
"initial",
|
|
37
|
+
"inherit",
|
|
38
|
+
"unset"
|
|
39
|
+
],
|
|
27
40
|
accentColor: [
|
|
28
41
|
"auto",
|
|
29
42
|
"transparent",
|
|
@@ -2899,7 +2912,6 @@ const keywordValues = {
|
|
|
2899
2912
|
"inherit",
|
|
2900
2913
|
"unset"
|
|
2901
2914
|
],
|
|
2902
|
-
printColorAdjust: ["economy", "exact", "initial", "inherit", "unset"],
|
|
2903
2915
|
colorScheme: [
|
|
2904
2916
|
"normal",
|
|
2905
2917
|
"light",
|
|
@@ -3102,6 +3114,15 @@ const keywordValues = {
|
|
|
3102
3114
|
containIntrinsicHeight: ["none", "auto", "initial", "inherit", "unset"],
|
|
3103
3115
|
containIntrinsicInlineSize: ["none", "auto", "initial", "inherit", "unset"],
|
|
3104
3116
|
containIntrinsicWidth: ["none", "auto", "initial", "inherit", "unset"],
|
|
3117
|
+
containerName: ["none", "initial", "inherit", "unset"],
|
|
3118
|
+
containerType: [
|
|
3119
|
+
"normal",
|
|
3120
|
+
"size",
|
|
3121
|
+
"inline-size",
|
|
3122
|
+
"initial",
|
|
3123
|
+
"inherit",
|
|
3124
|
+
"unset"
|
|
3125
|
+
],
|
|
3105
3126
|
content: [
|
|
3106
3127
|
"normal",
|
|
3107
3128
|
"none",
|
|
@@ -3249,6 +3270,7 @@ const keywordValues = {
|
|
|
3249
3270
|
fontKerning: ["auto", "normal", "none", "initial", "inherit", "unset"],
|
|
3250
3271
|
fontLanguageOverride: ["normal", "initial", "inherit", "unset"],
|
|
3251
3272
|
fontOpticalSizing: ["auto", "none", "initial", "inherit", "unset"],
|
|
3273
|
+
fontPalette: ["normal", "light", "dark", "initial", "inherit", "unset"],
|
|
3252
3274
|
fontVariationSettings: ["normal", "initial", "inherit", "unset"],
|
|
3253
3275
|
fontSize: [
|
|
3254
3276
|
"xx-small",
|
|
@@ -3374,6 +3396,15 @@ const keywordValues = {
|
|
|
3374
3396
|
"inherit",
|
|
3375
3397
|
"unset"
|
|
3376
3398
|
],
|
|
3399
|
+
fontVariantEmoji: [
|
|
3400
|
+
"normal",
|
|
3401
|
+
"text",
|
|
3402
|
+
"emoji",
|
|
3403
|
+
"unicode",
|
|
3404
|
+
"initial",
|
|
3405
|
+
"inherit",
|
|
3406
|
+
"unset"
|
|
3407
|
+
],
|
|
3377
3408
|
fontVariantLigatures: [
|
|
3378
3409
|
"normal",
|
|
3379
3410
|
"none",
|
|
@@ -3483,6 +3514,7 @@ const keywordValues = {
|
|
|
3483
3514
|
"unset"
|
|
3484
3515
|
],
|
|
3485
3516
|
hyphenateCharacter: ["auto", "initial", "inherit", "unset"],
|
|
3517
|
+
hyphenateLimitChars: ["auto", "initial", "inherit", "unset"],
|
|
3486
3518
|
hyphens: ["none", "manual", "auto", "initial", "inherit", "unset"],
|
|
3487
3519
|
imageOrientation: ["from-image", "flip", "initial", "inherit", "unset"],
|
|
3488
3520
|
imageRendering: [
|
|
@@ -3618,7 +3650,6 @@ const keywordValues = {
|
|
|
3618
3650
|
lineHeightStep: ["initial", "inherit", "unset"],
|
|
3619
3651
|
listStyleImage: ["none", "initial", "inherit", "unset"],
|
|
3620
3652
|
listStylePosition: ["inside", "outside", "initial", "inherit", "unset"],
|
|
3621
|
-
listStyleType: ["none", "initial", "inherit", "unset"],
|
|
3622
3653
|
marginBlockEnd: ["auto", "initial", "inherit", "unset"],
|
|
3623
3654
|
marginBlockStart: ["auto", "initial", "inherit", "unset"],
|
|
3624
3655
|
marginBottom: ["auto", "initial", "inherit", "unset"],
|
|
@@ -4164,6 +4195,7 @@ const keywordValues = {
|
|
|
4164
4195
|
paddingLeft: ["initial", "inherit", "unset"],
|
|
4165
4196
|
paddingRight: ["initial", "inherit", "unset"],
|
|
4166
4197
|
paddingTop: ["initial", "inherit", "unset"],
|
|
4198
|
+
page: ["auto", "initial", "inherit", "unset"],
|
|
4167
4199
|
pageBreakAfter: [
|
|
4168
4200
|
"auto",
|
|
4169
4201
|
"always",
|
|
@@ -4234,6 +4266,7 @@ const keywordValues = {
|
|
|
4234
4266
|
"inherit",
|
|
4235
4267
|
"unset"
|
|
4236
4268
|
],
|
|
4269
|
+
printColorAdjust: ["economy", "exact", "initial", "inherit", "unset"],
|
|
4237
4270
|
quotes: ["none", "auto", "initial", "inherit", "unset"],
|
|
4238
4271
|
resize: [
|
|
4239
4272
|
"none",
|
|
@@ -5186,6 +5219,7 @@ const keywordValues = {
|
|
|
5186
5219
|
"inherit",
|
|
5187
5220
|
"unset"
|
|
5188
5221
|
],
|
|
5222
|
+
viewTransitionName: ["none", "initial", "inherit", "unset"],
|
|
5189
5223
|
visibility: ["visible", "hidden", "collapse", "initial", "inherit", "unset"],
|
|
5190
5224
|
whiteSpace: [
|
|
5191
5225
|
"normal",
|
|
@@ -980,16 +980,6 @@ const properties = {
|
|
|
980
980
|
popularity: 0.90791486,
|
|
981
981
|
appliesTo: "allElementsAndText"
|
|
982
982
|
},
|
|
983
|
-
printColorAdjust: {
|
|
984
|
-
unitGroups: [],
|
|
985
|
-
inherited: true,
|
|
986
|
-
initial: {
|
|
987
|
-
type: "keyword",
|
|
988
|
-
value: "economy"
|
|
989
|
-
},
|
|
990
|
-
popularity: 0,
|
|
991
|
-
appliesTo: "allElements"
|
|
992
|
-
},
|
|
993
983
|
colorScheme: {
|
|
994
984
|
unitGroups: [],
|
|
995
985
|
inherited: true,
|
|
@@ -1131,6 +1121,26 @@ const properties = {
|
|
|
1131
1121
|
popularity: 0,
|
|
1132
1122
|
appliesTo: "elementsForWhichSizeContainmentCanApply"
|
|
1133
1123
|
},
|
|
1124
|
+
containerName: {
|
|
1125
|
+
unitGroups: [],
|
|
1126
|
+
inherited: false,
|
|
1127
|
+
initial: {
|
|
1128
|
+
type: "keyword",
|
|
1129
|
+
value: "none"
|
|
1130
|
+
},
|
|
1131
|
+
popularity: 0,
|
|
1132
|
+
appliesTo: "allElements"
|
|
1133
|
+
},
|
|
1134
|
+
containerType: {
|
|
1135
|
+
unitGroups: [],
|
|
1136
|
+
inherited: false,
|
|
1137
|
+
initial: {
|
|
1138
|
+
type: "keyword",
|
|
1139
|
+
value: "normal"
|
|
1140
|
+
},
|
|
1141
|
+
popularity: 0,
|
|
1142
|
+
appliesTo: "allElements"
|
|
1143
|
+
},
|
|
1134
1144
|
content: {
|
|
1135
1145
|
unitGroups: [],
|
|
1136
1146
|
inherited: false,
|
|
@@ -1149,7 +1159,7 @@ const properties = {
|
|
|
1149
1159
|
value: "visible"
|
|
1150
1160
|
},
|
|
1151
1161
|
popularity: 0.04199404,
|
|
1152
|
-
appliesTo: "
|
|
1162
|
+
appliesTo: "elementsForWhichSizeContainmentCanApply"
|
|
1153
1163
|
},
|
|
1154
1164
|
counterIncrement: {
|
|
1155
1165
|
unitGroups: ["number"],
|
|
@@ -1343,6 +1353,16 @@ const properties = {
|
|
|
1343
1353
|
popularity: 6232e-7,
|
|
1344
1354
|
appliesTo: "allElements"
|
|
1345
1355
|
},
|
|
1356
|
+
fontPalette: {
|
|
1357
|
+
unitGroups: [],
|
|
1358
|
+
inherited: true,
|
|
1359
|
+
initial: {
|
|
1360
|
+
type: "keyword",
|
|
1361
|
+
value: "normal"
|
|
1362
|
+
},
|
|
1363
|
+
popularity: 0,
|
|
1364
|
+
appliesTo: "allElementsAndText"
|
|
1365
|
+
},
|
|
1346
1366
|
fontVariationSettings: {
|
|
1347
1367
|
unitGroups: ["number"],
|
|
1348
1368
|
inherited: true,
|
|
@@ -1452,6 +1472,16 @@ const properties = {
|
|
|
1452
1472
|
popularity: 328361e-8,
|
|
1453
1473
|
appliesTo: "allElements"
|
|
1454
1474
|
},
|
|
1475
|
+
fontVariantEmoji: {
|
|
1476
|
+
unitGroups: [],
|
|
1477
|
+
inherited: true,
|
|
1478
|
+
initial: {
|
|
1479
|
+
type: "keyword",
|
|
1480
|
+
value: "normal"
|
|
1481
|
+
},
|
|
1482
|
+
popularity: 0,
|
|
1483
|
+
appliesTo: "allElementsAndText"
|
|
1484
|
+
},
|
|
1455
1485
|
fontVariantLigatures: {
|
|
1456
1486
|
unitGroups: [],
|
|
1457
1487
|
inherited: true,
|
|
@@ -1632,6 +1662,16 @@ const properties = {
|
|
|
1632
1662
|
popularity: 0,
|
|
1633
1663
|
appliesTo: "allElements"
|
|
1634
1664
|
},
|
|
1665
|
+
hyphenateLimitChars: {
|
|
1666
|
+
unitGroups: ["number"],
|
|
1667
|
+
inherited: true,
|
|
1668
|
+
initial: {
|
|
1669
|
+
type: "keyword",
|
|
1670
|
+
value: "auto"
|
|
1671
|
+
},
|
|
1672
|
+
popularity: 0,
|
|
1673
|
+
appliesTo: "allElements"
|
|
1674
|
+
},
|
|
1635
1675
|
hyphens: {
|
|
1636
1676
|
unitGroups: [],
|
|
1637
1677
|
inherited: true,
|
|
@@ -2662,6 +2702,16 @@ const properties = {
|
|
|
2662
2702
|
popularity: 0.82360295,
|
|
2663
2703
|
appliesTo: "allElementsExceptInternalTableDisplayTypes"
|
|
2664
2704
|
},
|
|
2705
|
+
page: {
|
|
2706
|
+
unitGroups: [],
|
|
2707
|
+
inherited: false,
|
|
2708
|
+
initial: {
|
|
2709
|
+
type: "keyword",
|
|
2710
|
+
value: "auto"
|
|
2711
|
+
},
|
|
2712
|
+
popularity: 131264e-8,
|
|
2713
|
+
appliesTo: "blockElementsInNormalFlow"
|
|
2714
|
+
},
|
|
2665
2715
|
pageBreakAfter: {
|
|
2666
2716
|
unitGroups: [],
|
|
2667
2717
|
inherited: false,
|
|
@@ -2753,6 +2803,16 @@ const properties = {
|
|
|
2753
2803
|
popularity: 0.92435004,
|
|
2754
2804
|
appliesTo: "allElements"
|
|
2755
2805
|
},
|
|
2806
|
+
printColorAdjust: {
|
|
2807
|
+
unitGroups: [],
|
|
2808
|
+
inherited: true,
|
|
2809
|
+
initial: {
|
|
2810
|
+
type: "keyword",
|
|
2811
|
+
value: "economy"
|
|
2812
|
+
},
|
|
2813
|
+
popularity: 0,
|
|
2814
|
+
appliesTo: "allElements"
|
|
2815
|
+
},
|
|
2756
2816
|
quotes: {
|
|
2757
2817
|
unitGroups: [],
|
|
2758
2818
|
inherited: true,
|
|
@@ -3543,6 +3603,16 @@ const properties = {
|
|
|
3543
3603
|
popularity: 0.84531302,
|
|
3544
3604
|
appliesTo: "inlineLevelAndTableCellElements"
|
|
3545
3605
|
},
|
|
3606
|
+
viewTransitionName: {
|
|
3607
|
+
unitGroups: [],
|
|
3608
|
+
inherited: false,
|
|
3609
|
+
initial: {
|
|
3610
|
+
type: "keyword",
|
|
3611
|
+
value: "none"
|
|
3612
|
+
},
|
|
3613
|
+
popularity: 0,
|
|
3614
|
+
appliesTo: "allElements"
|
|
3615
|
+
},
|
|
3546
3616
|
visibility: {
|
|
3547
3617
|
unitGroups: [],
|
|
3548
3618
|
inherited: true,
|
package/lib/cjs/custom-data.js
CHANGED
|
@@ -53,3 +53,12 @@ propertiesData.MozOsxFontSmoothing = {
|
|
|
53
53
|
appliesTo: "allElements"
|
|
54
54
|
};
|
|
55
55
|
keywordValues.MozOsxFontSmoothing = ["auto", "grayscale"];
|
|
56
|
+
keywordValues.listStyleType = [
|
|
57
|
+
"disc",
|
|
58
|
+
"circle",
|
|
59
|
+
"square",
|
|
60
|
+
"decimal",
|
|
61
|
+
"georgian",
|
|
62
|
+
"trad-chinese-informal",
|
|
63
|
+
"kannada"
|
|
64
|
+
];
|