cssstyle 6.0.2 → 6.2.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.
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // autogenerated - 2026-02-22
2
+ // autogenerated - 2026-03-02
3
3
 
4
4
  module.exports = new Map([
5
5
  [
@@ -55,6 +55,17 @@ module.exports = new Map([
55
55
  "WebkitAnimation",
56
56
  "webkitAnimation"
57
57
  ],
58
+ "longhands": [
59
+ "animation-name",
60
+ "animation-duration",
61
+ "animation-timing-function",
62
+ "animation-delay",
63
+ "animation-iteration-count",
64
+ "animation-direction",
65
+ "animation-fill-mode",
66
+ "animation-play-state",
67
+ "animation-timeline"
68
+ ],
58
69
  "syntax": "<single-animation>#"
59
70
  }
60
71
  ],
@@ -279,6 +290,12 @@ module.exports = new Map([
279
290
  "WebkitBorderRadius",
280
291
  "webkitBorderRadius"
281
292
  ],
293
+ "longhands": [
294
+ "border-top-left-radius",
295
+ "border-top-right-radius",
296
+ "border-bottom-right-radius",
297
+ "border-bottom-left-radius"
298
+ ],
282
299
  "syntax": "<length-percentage [0,∞]>{1,4} [ / <length-percentage [0,∞]>{1,4} ]?"
283
300
  }
284
301
  ],
@@ -381,6 +398,13 @@ module.exports = new Map([
381
398
  "WebkitBoxShadow",
382
399
  "webkitBoxShadow"
383
400
  ],
401
+ "longhands": [
402
+ "box-shadow-color",
403
+ "box-shadow-offset",
404
+ "box-shadow-blur",
405
+ "box-shadow-spread",
406
+ "box-shadow-position"
407
+ ],
384
408
  "syntax": "<spread-shadow>#"
385
409
  }
386
410
  ],
@@ -423,6 +447,11 @@ module.exports = new Map([
423
447
  "WebkitFlex",
424
448
  "webkitFlex"
425
449
  ],
450
+ "longhands": [
451
+ "flex-grow",
452
+ "flex-shrink",
453
+ "flex-basis"
454
+ ],
426
455
  "syntax": "none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]"
427
456
  }
428
457
  ],
@@ -465,6 +494,10 @@ module.exports = new Map([
465
494
  "WebkitFlexFlow",
466
495
  "webkitFlexFlow"
467
496
  ],
497
+ "longhands": [
498
+ "flex-direction",
499
+ "flex-wrap"
500
+ ],
468
501
  "syntax": "<'flex-direction'> || <'flex-wrap'>"
469
502
  }
470
503
  ],
@@ -541,6 +574,11 @@ module.exports = new Map([
541
574
  "WebkitLineClamp",
542
575
  "webkitLineClamp"
543
576
  ],
577
+ "longhands": [
578
+ "max-lines",
579
+ "block-ellipsis",
580
+ "continue"
581
+ ],
544
582
  "syntax": "none | <integer [1,∞]>"
545
583
  }
546
584
  ],
@@ -555,6 +593,16 @@ module.exports = new Map([
555
593
  "WebkitMask",
556
594
  "webkitMask"
557
595
  ],
596
+ "longhands": [
597
+ "mask-image",
598
+ "mask-position",
599
+ "mask-size",
600
+ "mask-repeat",
601
+ "mask-origin",
602
+ "mask-clip",
603
+ "mask-composite",
604
+ "mask-mode"
605
+ ],
558
606
  "syntax": "<mask-layer>#"
559
607
  }
560
608
  ],
@@ -569,6 +617,14 @@ module.exports = new Map([
569
617
  "WebkitMaskBoxImage",
570
618
  "webkitMaskBoxImage"
571
619
  ],
620
+ "longhands": [
621
+ "mask-border-source",
622
+ "mask-border-slice",
623
+ "mask-border-width",
624
+ "mask-border-outset",
625
+ "mask-border-repeat",
626
+ "mask-border-mode"
627
+ ],
572
628
  "syntax": "<'mask-border-source'> || <'mask-border-slice'> [ / <'mask-border-width'>? [ / <'mask-border-outset'> ]? ]? || <'mask-border-repeat'> || <'mask-border-mode'>"
573
629
  }
574
630
  ],
@@ -835,6 +891,10 @@ module.exports = new Map([
835
891
  "WebkitTextStroke",
836
892
  "webkitTextStroke"
837
893
  ],
894
+ "longhands": [
895
+ "-webkit-text-stroke-width",
896
+ "-webkit-text-stroke-color"
897
+ ],
838
898
  "syntax": "<line-width> || <color>"
839
899
  }
840
900
  ],
@@ -933,6 +993,13 @@ module.exports = new Map([
933
993
  "WebkitTransition",
934
994
  "webkitTransition"
935
995
  ],
996
+ "longhands": [
997
+ "transition-property",
998
+ "transition-duration",
999
+ "transition-timing-function",
1000
+ "transition-delay",
1001
+ "transition-behavior"
1002
+ ],
936
1003
  "syntax": "<single-transition>#"
937
1004
  }
938
1005
  ],
@@ -1097,7 +1164,7 @@ module.exports = new Map([
1097
1164
  "alignment-baseline",
1098
1165
  "alignmentBaseline"
1099
1166
  ],
1100
- "syntax": "baseline | text-bottom | alphabetic | ideographic | middle | central | mathematical | text-top"
1167
+ "syntax": "baseline | <baseline-metric>"
1101
1168
  }
1102
1169
  ],
1103
1170
  [
@@ -1171,6 +1238,17 @@ module.exports = new Map([
1171
1238
  "styleDeclaration": [
1172
1239
  "animation"
1173
1240
  ],
1241
+ "longhands": [
1242
+ "animation-name",
1243
+ "animation-duration",
1244
+ "animation-timing-function",
1245
+ "animation-delay",
1246
+ "animation-iteration-count",
1247
+ "animation-direction",
1248
+ "animation-fill-mode",
1249
+ "animation-play-state",
1250
+ "animation-timeline"
1251
+ ],
1174
1252
  "syntax": "<single-animation>#"
1175
1253
  }
1176
1254
  ],
@@ -1342,6 +1420,10 @@ module.exports = new Map([
1342
1420
  "animation-range",
1343
1421
  "animationRange"
1344
1422
  ],
1423
+ "longhands": [
1424
+ "animation-range-start",
1425
+ "animation-range-end"
1426
+ ],
1345
1427
  "syntax": "[ <'animation-range-start'> <'animation-range-end'>? ]#"
1346
1428
  }
1347
1429
  ],
@@ -1550,6 +1632,16 @@ module.exports = new Map([
1550
1632
  "styleDeclaration": [
1551
1633
  "background"
1552
1634
  ],
1635
+ "longhands": [
1636
+ "background-image",
1637
+ "background-position",
1638
+ "background-size",
1639
+ "background-repeat",
1640
+ "background-attachment",
1641
+ "background-origin",
1642
+ "background-clip",
1643
+ "background-color"
1644
+ ],
1553
1645
  "syntax": "<bg-layer>#? , <final-bg-layer>"
1554
1646
  }
1555
1647
  ],
@@ -1684,6 +1776,10 @@ module.exports = new Map([
1684
1776
  "background-position",
1685
1777
  "backgroundPosition"
1686
1778
  ],
1779
+ "longhands": [
1780
+ "background-position-x",
1781
+ "background-position-y"
1782
+ ],
1687
1783
  "syntax": "<bg-position>#"
1688
1784
  }
1689
1785
  ],
@@ -1997,6 +2093,12 @@ module.exports = new Map([
1997
2093
  "block-step",
1998
2094
  "blockStep"
1999
2095
  ],
2096
+ "longhands": [
2097
+ "block-step-size",
2098
+ "block-step-insert",
2099
+ "block-step-align",
2100
+ "block-step-round"
2101
+ ],
2000
2102
  "syntax": "<'block-step-size'> || <'block-step-insert'> || <'block-step-align'> || <'block-step-round'>"
2001
2103
  }
2002
2104
  ],
@@ -2148,6 +2250,11 @@ module.exports = new Map([
2148
2250
  "styleDeclaration": [
2149
2251
  "border"
2150
2252
  ],
2253
+ "longhands": [
2254
+ "border-width",
2255
+ "border-style",
2256
+ "border-color"
2257
+ ],
2151
2258
  "syntax": "<line-width> || <line-style> || <color>"
2152
2259
  }
2153
2260
  ],
@@ -2167,6 +2274,10 @@ module.exports = new Map([
2167
2274
  "border-block",
2168
2275
  "borderBlock"
2169
2276
  ],
2277
+ "longhands": [
2278
+ "border-block-start",
2279
+ "border-block-end"
2280
+ ],
2170
2281
  "syntax": "<'border-block-start'>"
2171
2282
  }
2172
2283
  ],
@@ -2186,6 +2297,10 @@ module.exports = new Map([
2186
2297
  "border-block-clip",
2187
2298
  "borderBlockClip"
2188
2299
  ],
2300
+ "longhands": [
2301
+ "border-block-start-clip",
2302
+ "border-block-end-clip"
2303
+ ],
2189
2304
  "syntax": "<'border-top-clip'>"
2190
2305
  }
2191
2306
  ],
@@ -2205,6 +2320,10 @@ module.exports = new Map([
2205
2320
  "border-block-color",
2206
2321
  "borderBlockColor"
2207
2322
  ],
2323
+ "longhands": [
2324
+ "border-block-start-color",
2325
+ "border-block-end-color"
2326
+ ],
2208
2327
  "syntax": "<'border-top-color'>{1,2}"
2209
2328
  }
2210
2329
  ],
@@ -2224,6 +2343,11 @@ module.exports = new Map([
2224
2343
  "border-block-end",
2225
2344
  "borderBlockEnd"
2226
2345
  ],
2346
+ "longhands": [
2347
+ "border-block-end-width",
2348
+ "border-block-end-style",
2349
+ "border-block-end-color"
2350
+ ],
2227
2351
  "syntax": "<line-width> || <line-style> || <color>"
2228
2352
  }
2229
2353
  ],
@@ -2283,6 +2407,10 @@ module.exports = new Map([
2283
2407
  "border-block-end-radius",
2284
2408
  "borderBlockEndRadius"
2285
2409
  ],
2410
+ "longhands": [
2411
+ "border-end-start-radius",
2412
+ "border-end-end-radius"
2413
+ ],
2286
2414
  "syntax": "<length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]?"
2287
2415
  }
2288
2416
  ],
@@ -2342,6 +2470,11 @@ module.exports = new Map([
2342
2470
  "border-block-start",
2343
2471
  "borderBlockStart"
2344
2472
  ],
2473
+ "longhands": [
2474
+ "border-block-start-width",
2475
+ "border-block-start-style",
2476
+ "border-block-start-color"
2477
+ ],
2345
2478
  "syntax": "<line-width> || <line-style> || <color>"
2346
2479
  }
2347
2480
  ],
@@ -2401,6 +2534,10 @@ module.exports = new Map([
2401
2534
  "border-block-start-radius",
2402
2535
  "borderBlockStartRadius"
2403
2536
  ],
2537
+ "longhands": [
2538
+ "border-start-start-radius",
2539
+ "border-start-end-radius"
2540
+ ],
2404
2541
  "syntax": "<length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]?"
2405
2542
  }
2406
2543
  ],
@@ -2460,6 +2597,10 @@ module.exports = new Map([
2460
2597
  "border-block-style",
2461
2598
  "borderBlockStyle"
2462
2599
  ],
2600
+ "longhands": [
2601
+ "border-block-start-style",
2602
+ "border-block-end-style"
2603
+ ],
2463
2604
  "syntax": "<'border-top-style'>{1,2}"
2464
2605
  }
2465
2606
  ],
@@ -2479,6 +2620,10 @@ module.exports = new Map([
2479
2620
  "border-block-width",
2480
2621
  "borderBlockWidth"
2481
2622
  ],
2623
+ "longhands": [
2624
+ "border-block-start-width",
2625
+ "border-block-end-width"
2626
+ ],
2482
2627
  "syntax": "<'border-top-width'>{1,2}"
2483
2628
  }
2484
2629
  ],
@@ -2498,6 +2643,11 @@ module.exports = new Map([
2498
2643
  "border-bottom",
2499
2644
  "borderBottom"
2500
2645
  ],
2646
+ "longhands": [
2647
+ "border-bottom-width",
2648
+ "border-bottom-style",
2649
+ "border-bottom-color"
2650
+ ],
2501
2651
  "syntax": "<line-width> || <line-style> || <color>"
2502
2652
  }
2503
2653
  ],
@@ -2577,6 +2727,10 @@ module.exports = new Map([
2577
2727
  "border-bottom-radius",
2578
2728
  "borderBottomRadius"
2579
2729
  ],
2730
+ "longhands": [
2731
+ "border-bottom-left-radius",
2732
+ "border-bottom-right-radius"
2733
+ ],
2580
2734
  "syntax": "<length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]?"
2581
2735
  }
2582
2736
  ],
@@ -2675,6 +2829,12 @@ module.exports = new Map([
2675
2829
  "border-clip",
2676
2830
  "borderClip"
2677
2831
  ],
2832
+ "longhands": [
2833
+ "border-top-clip",
2834
+ "border-right-clip",
2835
+ "border-bottom-clip",
2836
+ "border-left-clip"
2837
+ ],
2678
2838
  "syntax": "<'border-top-clip'>"
2679
2839
  }
2680
2840
  ],
@@ -2713,6 +2873,12 @@ module.exports = new Map([
2713
2873
  "border-color",
2714
2874
  "borderColor"
2715
2875
  ],
2876
+ "longhands": [
2877
+ "border-top-color",
2878
+ "border-right-color",
2879
+ "border-bottom-color",
2880
+ "border-left-color"
2881
+ ],
2716
2882
  "syntax": "[ <color> | <image-1D> ]{1,4}"
2717
2883
  }
2718
2884
  ],
@@ -2772,6 +2938,13 @@ module.exports = new Map([
2772
2938
  "border-image",
2773
2939
  "borderImage"
2774
2940
  ],
2941
+ "longhands": [
2942
+ "border-image-source",
2943
+ "border-image-slice",
2944
+ "border-image-width",
2945
+ "border-image-outset",
2946
+ "border-image-repeat"
2947
+ ],
2775
2948
  "syntax": "<'border-image-source'> || <'border-image-slice'> [ / <'border-image-width'> | / <'border-image-width'>? / <'border-image-outset'> ]? || <'border-image-repeat'>"
2776
2949
  }
2777
2950
  ],
@@ -2886,6 +3059,10 @@ module.exports = new Map([
2886
3059
  "border-inline",
2887
3060
  "borderInline"
2888
3061
  ],
3062
+ "longhands": [
3063
+ "border-inline-start",
3064
+ "border-inline-end"
3065
+ ],
2889
3066
  "syntax": "<'border-block-start'>"
2890
3067
  }
2891
3068
  ],
@@ -2905,6 +3082,10 @@ module.exports = new Map([
2905
3082
  "border-inline-clip",
2906
3083
  "borderInlineClip"
2907
3084
  ],
3085
+ "longhands": [
3086
+ "border-inline-start-clip",
3087
+ "border-inline-end-clip"
3088
+ ],
2908
3089
  "syntax": "<'border-top-clip'>"
2909
3090
  }
2910
3091
  ],
@@ -2924,6 +3105,10 @@ module.exports = new Map([
2924
3105
  "border-inline-color",
2925
3106
  "borderInlineColor"
2926
3107
  ],
3108
+ "longhands": [
3109
+ "border-inline-start-color",
3110
+ "border-inline-end-color"
3111
+ ],
2927
3112
  "syntax": "<'border-top-color'>{1,2}"
2928
3113
  }
2929
3114
  ],
@@ -2943,6 +3128,11 @@ module.exports = new Map([
2943
3128
  "border-inline-end",
2944
3129
  "borderInlineEnd"
2945
3130
  ],
3131
+ "longhands": [
3132
+ "border-inline-end-width",
3133
+ "border-inline-end-style",
3134
+ "border-inline-end-color"
3135
+ ],
2946
3136
  "syntax": "<line-width> || <line-style> || <color>"
2947
3137
  }
2948
3138
  ],
@@ -3002,6 +3192,10 @@ module.exports = new Map([
3002
3192
  "border-inline-end-radius",
3003
3193
  "borderInlineEndRadius"
3004
3194
  ],
3195
+ "longhands": [
3196
+ "border-start-end-radius",
3197
+ "border-end-end-radius"
3198
+ ],
3005
3199
  "syntax": "<length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]?"
3006
3200
  }
3007
3201
  ],
@@ -3061,6 +3255,11 @@ module.exports = new Map([
3061
3255
  "border-inline-start",
3062
3256
  "borderInlineStart"
3063
3257
  ],
3258
+ "longhands": [
3259
+ "border-inline-start-width",
3260
+ "border-inline-start-style",
3261
+ "border-inline-start-color"
3262
+ ],
3064
3263
  "syntax": "<line-width> || <line-style> || <color>"
3065
3264
  }
3066
3265
  ],
@@ -3120,6 +3319,10 @@ module.exports = new Map([
3120
3319
  "border-inline-start-radius",
3121
3320
  "borderInlineStartRadius"
3122
3321
  ],
3322
+ "longhands": [
3323
+ "border-start-start-radius",
3324
+ "border-end-start-radius"
3325
+ ],
3123
3326
  "syntax": "<length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]?"
3124
3327
  }
3125
3328
  ],
@@ -3179,6 +3382,10 @@ module.exports = new Map([
3179
3382
  "border-inline-style",
3180
3383
  "borderInlineStyle"
3181
3384
  ],
3385
+ "longhands": [
3386
+ "border-inline-start-style",
3387
+ "border-inline-end-style"
3388
+ ],
3182
3389
  "syntax": "<'border-top-style'>{1,2}"
3183
3390
  }
3184
3391
  ],
@@ -3198,6 +3405,10 @@ module.exports = new Map([
3198
3405
  "border-inline-width",
3199
3406
  "borderInlineWidth"
3200
3407
  ],
3408
+ "longhands": [
3409
+ "border-inline-start-width",
3410
+ "border-inline-end-width"
3411
+ ],
3201
3412
  "syntax": "<'border-top-width'>{1,2}"
3202
3413
  }
3203
3414
  ],
@@ -3217,6 +3428,11 @@ module.exports = new Map([
3217
3428
  "border-left",
3218
3429
  "borderLeft"
3219
3430
  ],
3431
+ "longhands": [
3432
+ "border-left-width",
3433
+ "border-left-style",
3434
+ "border-left-color"
3435
+ ],
3220
3436
  "syntax": "<line-width> || <line-style> || <color>"
3221
3437
  }
3222
3438
  ],
@@ -3276,6 +3492,10 @@ module.exports = new Map([
3276
3492
  "border-left-radius",
3277
3493
  "borderLeftRadius"
3278
3494
  ],
3495
+ "longhands": [
3496
+ "border-top-left-radius",
3497
+ "border-bottom-left-radius"
3498
+ ],
3279
3499
  "syntax": "<length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]?"
3280
3500
  }
3281
3501
  ],
@@ -3354,6 +3574,12 @@ module.exports = new Map([
3354
3574
  "border-radius",
3355
3575
  "borderRadius"
3356
3576
  ],
3577
+ "longhands": [
3578
+ "border-top-left-radius",
3579
+ "border-top-right-radius",
3580
+ "border-bottom-right-radius",
3581
+ "border-bottom-left-radius"
3582
+ ],
3357
3583
  "syntax": "<length-percentage [0,∞]>{1,4} [ / <length-percentage [0,∞]>{1,4} ]?"
3358
3584
  }
3359
3585
  ],
@@ -3373,6 +3599,11 @@ module.exports = new Map([
3373
3599
  "border-right",
3374
3600
  "borderRight"
3375
3601
  ],
3602
+ "longhands": [
3603
+ "border-right-width",
3604
+ "border-right-style",
3605
+ "border-right-color"
3606
+ ],
3376
3607
  "syntax": "<line-width> || <line-style> || <color>"
3377
3608
  }
3378
3609
  ],
@@ -3432,6 +3663,10 @@ module.exports = new Map([
3432
3663
  "border-right-radius",
3433
3664
  "borderRightRadius"
3434
3665
  ],
3666
+ "longhands": [
3667
+ "border-top-right-radius",
3668
+ "border-bottom-right-radius"
3669
+ ],
3435
3670
  "syntax": "<length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]?"
3436
3671
  }
3437
3672
  ],
@@ -3569,6 +3804,12 @@ module.exports = new Map([
3569
3804
  "border-style",
3570
3805
  "borderStyle"
3571
3806
  ],
3807
+ "longhands": [
3808
+ "border-top-style",
3809
+ "border-right-style",
3810
+ "border-bottom-style",
3811
+ "border-left-style"
3812
+ ],
3572
3813
  "syntax": "<'border-top-style'>{1,4}"
3573
3814
  }
3574
3815
  ],
@@ -3588,6 +3829,11 @@ module.exports = new Map([
3588
3829
  "border-top",
3589
3830
  "borderTop"
3590
3831
  ],
3832
+ "longhands": [
3833
+ "border-top-width",
3834
+ "border-top-style",
3835
+ "border-top-color"
3836
+ ],
3591
3837
  "syntax": "<line-width> || <line-style> || <color>"
3592
3838
  }
3593
3839
  ],
@@ -3667,6 +3913,10 @@ module.exports = new Map([
3667
3913
  "border-top-radius",
3668
3914
  "borderTopRadius"
3669
3915
  ],
3916
+ "longhands": [
3917
+ "border-top-left-radius",
3918
+ "border-top-right-radius"
3919
+ ],
3670
3920
  "syntax": "<length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]?"
3671
3921
  }
3672
3922
  ],
@@ -3746,6 +3996,12 @@ module.exports = new Map([
3746
3996
  "border-width",
3747
3997
  "borderWidth"
3748
3998
  ],
3999
+ "longhands": [
4000
+ "border-top-width",
4001
+ "border-right-width",
4002
+ "border-bottom-width",
4003
+ "border-left-width"
4004
+ ],
3749
4005
  "syntax": "<'border-top-width'>{1,4}"
3750
4006
  }
3751
4007
  ],
@@ -3803,6 +4059,13 @@ module.exports = new Map([
3803
4059
  "box-shadow",
3804
4060
  "boxShadow"
3805
4061
  ],
4062
+ "longhands": [
4063
+ "box-shadow-color",
4064
+ "box-shadow-offset",
4065
+ "box-shadow-blur",
4066
+ "box-shadow-spread",
4067
+ "box-shadow-position"
4068
+ ],
3806
4069
  "syntax": "<spread-shadow>#"
3807
4070
  }
3808
4071
  ],
@@ -4030,6 +4293,11 @@ module.exports = new Map([
4030
4293
  "styleDeclaration": [
4031
4294
  "caret"
4032
4295
  ],
4296
+ "longhands": [
4297
+ "caret-color",
4298
+ "caret-animation",
4299
+ "caret-shape"
4300
+ ],
4033
4301
  "syntax": "<'caret-color'> || <'caret-animation'> || <'caret-shape'>"
4034
4302
  }
4035
4303
  ],
@@ -4201,6 +4469,9 @@ module.exports = new Map([
4201
4469
  "color-adjust",
4202
4470
  "colorAdjust"
4203
4471
  ],
4472
+ "longhands": [
4473
+ "print-color-adjust"
4474
+ ],
4204
4475
  "syntax": "<'print-color-adjust'>"
4205
4476
  }
4206
4477
  ],
@@ -4354,6 +4625,11 @@ module.exports = new Map([
4354
4625
  "column-rule",
4355
4626
  "columnRule"
4356
4627
  ],
4628
+ "longhands": [
4629
+ "column-rule-width",
4630
+ "column-rule-style",
4631
+ "column-rule-color"
4632
+ ],
4357
4633
  "syntax": "<gap-rule-list> | <gap-auto-rule-list>"
4358
4634
  }
4359
4635
  ],
@@ -4362,7 +4638,7 @@ module.exports = new Map([
4362
4638
  {
4363
4639
  "name": "column-rule-break",
4364
4640
  "href": "https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-break",
4365
- "initial": "spanning-item",
4641
+ "initial": "normal",
4366
4642
  "appliesTo": "grid containers, flex containers, multicol containers, and grid lanes containers",
4367
4643
  "inherited": "no",
4368
4644
  "percentages": "n/a",
@@ -4373,7 +4649,7 @@ module.exports = new Map([
4373
4649
  "column-rule-break",
4374
4650
  "columnRuleBreak"
4375
4651
  ],
4376
- "syntax": "none | spanning-item | intersection"
4652
+ "syntax": "none | normal | intersection"
4377
4653
  }
4378
4654
  ],
4379
4655
  [
@@ -4387,7 +4663,7 @@ module.exports = new Map([
4387
4663
  "percentages": "n/a",
4388
4664
  "computedValue": "as specified",
4389
4665
  "canonicalOrder": "per grammar",
4390
- "animationType": "repeatable list, see § 3.4.1 Interpolation behavior.",
4666
+ "animationType": "repeatable list, see § 4.7 Interpolation of list values.",
4391
4667
  "styleDeclaration": [
4392
4668
  "column-rule-color",
4393
4669
  "columnRuleColor"
@@ -4401,7 +4677,7 @@ module.exports = new Map([
4401
4677
  "name": "column-rule-edge-inset",
4402
4678
  "href": "https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-edge-inset",
4403
4679
  "initial": "see individual properties",
4404
- "appliesTo": "Same as column-rule-edge-inset-start, column-rule-interior-inset-start, row-rule-edge-inset-end, and row-rule-interior-inset-end",
4680
+ "appliesTo": "Same as column-rule-edge-inset-start, column-rule-edge-inset-end, column-rule-interior-inset-start, column-rule-interior-inset-end, row-rule-edge-inset-start, row-rule-edge-inset-end, row-rule-interior-inset-start, and row-rule-interior-inset-end",
4405
4681
  "inherited": "see individual properties",
4406
4682
  "percentages": "see individual properties",
4407
4683
  "computedValue": "see individual properties",
@@ -4411,6 +4687,10 @@ module.exports = new Map([
4411
4687
  "column-rule-edge-inset",
4412
4688
  "columnRuleEdgeInset"
4413
4689
  ],
4690
+ "longhands": [
4691
+ "column-rule-edge-inset-start",
4692
+ "column-rule-edge-inset-end"
4693
+ ],
4414
4694
  "syntax": "<length-percentage> [ <length-percentage> ]?"
4415
4695
  }
4416
4696
  ],
@@ -4468,7 +4748,13 @@ module.exports = new Map([
4468
4748
  "column-rule-inset",
4469
4749
  "columnRuleInset"
4470
4750
  ],
4471
- "syntax": "<length-percentage> <length-percentage>? [/ <length-percentage> <length-percentage>?]?"
4751
+ "longhands": [
4752
+ "column-rule-edge-inset-start",
4753
+ "column-rule-edge-inset-end",
4754
+ "column-rule-interior-inset-start",
4755
+ "column-rule-interior-inset-end"
4756
+ ],
4757
+ "syntax": "<'column-rule-edge-inset'> [ / <'column-rule-interior-inset'> ]?"
4472
4758
  }
4473
4759
  ],
4474
4760
  [
@@ -4477,7 +4763,7 @@ module.exports = new Map([
4477
4763
  "name": "column-rule-inset-end",
4478
4764
  "href": "https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset-end",
4479
4765
  "initial": "see individual properties",
4480
- "appliesTo": "column-rule-edge-inset-end and column-rule-interior-inset-end for column-rule-inset-end, row-rule-edge-inset-end and row-rule-interior-inset-end for row-rule-inset-end",
4766
+ "appliesTo": "Same as column-rule-edge-inset-start, column-rule-interior-inset-start, column-rule-edge-inset-end, column-rule-interior-inset-end, row-rule-edge-inset-start, row-rule-interior-inset-start, row-rule-edge-inset-end, and row-rule-interior-inset-end",
4481
4767
  "inherited": "see individual properties",
4482
4768
  "percentages": "see individual properties",
4483
4769
  "computedValue": "see individual properties",
@@ -4487,6 +4773,10 @@ module.exports = new Map([
4487
4773
  "column-rule-inset-end",
4488
4774
  "columnRuleInsetEnd"
4489
4775
  ],
4776
+ "longhands": [
4777
+ "column-rule-edge-inset-end",
4778
+ "column-rule-interior-inset-end"
4779
+ ],
4490
4780
  "syntax": "<length-percentage>"
4491
4781
  }
4492
4782
  ],
@@ -4496,7 +4786,7 @@ module.exports = new Map([
4496
4786
  "name": "column-rule-inset-start",
4497
4787
  "href": "https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-inset-start",
4498
4788
  "initial": "see individual properties",
4499
- "appliesTo": "column-rule-edge-inset-start and column-rule-interior-inset-start for column-rule-inset-start, row-rule-edge-inset-start and row-rule-interior-inset-start for row-rule-inset-start",
4789
+ "appliesTo": "Same as column-rule-edge-inset-start, column-rule-interior-inset-start, column-rule-edge-inset-end, column-rule-interior-inset-end, row-rule-edge-inset-start, row-rule-interior-inset-start, row-rule-edge-inset-end, and row-rule-interior-inset-end",
4500
4790
  "inherited": "see individual properties",
4501
4791
  "percentages": "see individual properties",
4502
4792
  "computedValue": "see individual properties",
@@ -4506,6 +4796,10 @@ module.exports = new Map([
4506
4796
  "column-rule-inset-start",
4507
4797
  "columnRuleInsetStart"
4508
4798
  ],
4799
+ "longhands": [
4800
+ "column-rule-edge-inset-start",
4801
+ "column-rule-interior-inset-start"
4802
+ ],
4509
4803
  "syntax": "<length-percentage>"
4510
4804
  }
4511
4805
  ],
@@ -4515,7 +4809,7 @@ module.exports = new Map([
4515
4809
  "name": "column-rule-interior-inset",
4516
4810
  "href": "https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-interior-inset",
4517
4811
  "initial": "see individual properties",
4518
- "appliesTo": "Same as column-rule-edge-inset-start, column-rule-interior-inset-start, row-rule-edge-inset-end, and row-rule-interior-inset-end",
4812
+ "appliesTo": "Same as column-rule-edge-inset-start, column-rule-edge-inset-end, column-rule-interior-inset-start, column-rule-interior-inset-end, row-rule-edge-inset-start, row-rule-edge-inset-end, row-rule-interior-inset-start, and row-rule-interior-inset-end",
4519
4813
  "inherited": "see individual properties",
4520
4814
  "percentages": "see individual properties",
4521
4815
  "computedValue": "see individual properties",
@@ -4525,6 +4819,10 @@ module.exports = new Map([
4525
4819
  "column-rule-interior-inset",
4526
4820
  "columnRuleInteriorInset"
4527
4821
  ],
4822
+ "longhands": [
4823
+ "column-rule-interior-inset-start",
4824
+ "column-rule-interior-inset-end"
4825
+ ],
4528
4826
  "syntax": "<length-percentage> [ <length-percentage> ]?"
4529
4827
  }
4530
4828
  ],
@@ -4615,7 +4913,7 @@ module.exports = new Map([
4615
4913
  "percentages": "n/a",
4616
4914
  "computedValue": "list of absolute lengths, snapped as a border width",
4617
4915
  "canonicalOrder": "per grammar",
4618
- "animationType": "repeatable list, see § 3.4.1 Interpolation behavior.",
4916
+ "animationType": "repeatable list, see § 4.7 Interpolation of list values.",
4619
4917
  "styleDeclaration": [
4620
4918
  "column-rule-width",
4621
4919
  "columnRuleWidth"
@@ -4695,6 +4993,11 @@ module.exports = new Map([
4695
4993
  "styleDeclaration": [
4696
4994
  "columns"
4697
4995
  ],
4996
+ "longhands": [
4997
+ "column-width",
4998
+ "column-count",
4999
+ "column-height"
5000
+ ],
4698
5001
  "syntax": "[ <'column-width'> || <'column-count'> ] [ / <'column-height'> ]?"
4699
5002
  }
4700
5003
  ],
@@ -4792,6 +5095,10 @@ module.exports = new Map([
4792
5095
  "contain-intrinsic-size",
4793
5096
  "containIntrinsicSize"
4794
5097
  ],
5098
+ "longhands": [
5099
+ "contain-intrinsic-width",
5100
+ "contain-intrinsic-height"
5101
+ ],
4795
5102
  "syntax": "[ [ auto | from-element ]? [ none | <length [0,∞]> ] ]{1,2}"
4796
5103
  }
4797
5104
  ],
@@ -4830,6 +5137,10 @@ module.exports = new Map([
4830
5137
  "styleDeclaration": [
4831
5138
  "container"
4832
5139
  ],
5140
+ "longhands": [
5141
+ "container-name",
5142
+ "container-type"
5143
+ ],
4833
5144
  "syntax": "<'container-name'> [ / <'container-type'> ]?"
4834
5145
  }
4835
5146
  ],
@@ -4960,6 +5271,10 @@ module.exports = new Map([
4960
5271
  "styleDeclaration": [
4961
5272
  "corner"
4962
5273
  ],
5274
+ "longhands": [
5275
+ "border-radius",
5276
+ "corner-shape"
5277
+ ],
4963
5278
  "syntax": "<'border-radius'> || <'corner-shape'>"
4964
5279
  }
4965
5280
  ],
@@ -4979,6 +5294,10 @@ module.exports = new Map([
4979
5294
  "corner-block-end",
4980
5295
  "cornerBlockEnd"
4981
5296
  ],
5297
+ "longhands": [
5298
+ "border-block-end-radius",
5299
+ "corner-block-end-shape"
5300
+ ],
4982
5301
  "syntax": "<'border-top-radius'> || <'corner-top-shape'>"
4983
5302
  }
4984
5303
  ],
@@ -4998,6 +5317,10 @@ module.exports = new Map([
4998
5317
  "corner-block-end-shape",
4999
5318
  "cornerBlockEndShape"
5000
5319
  ],
5320
+ "longhands": [
5321
+ "corner-end-start-shape",
5322
+ "corner-end-end-shape"
5323
+ ],
5001
5324
  "syntax": "<'corner-top-left-shape'>{1,2}"
5002
5325
  }
5003
5326
  ],
@@ -5017,6 +5340,10 @@ module.exports = new Map([
5017
5340
  "corner-block-start",
5018
5341
  "cornerBlockStart"
5019
5342
  ],
5343
+ "longhands": [
5344
+ "border-block-start-radius",
5345
+ "corner-block-start-shape"
5346
+ ],
5020
5347
  "syntax": "<'border-top-radius'> || <'corner-top-shape'>"
5021
5348
  }
5022
5349
  ],
@@ -5036,6 +5363,10 @@ module.exports = new Map([
5036
5363
  "corner-block-start-shape",
5037
5364
  "cornerBlockStartShape"
5038
5365
  ],
5366
+ "longhands": [
5367
+ "corner-start-start-shape",
5368
+ "corner-start-end-shape"
5369
+ ],
5039
5370
  "syntax": "<'corner-top-left-shape'>{1,2}"
5040
5371
  }
5041
5372
  ],
@@ -5055,6 +5386,10 @@ module.exports = new Map([
5055
5386
  "corner-bottom",
5056
5387
  "cornerBottom"
5057
5388
  ],
5389
+ "longhands": [
5390
+ "border-bottom-radius",
5391
+ "corner-bottom-shape"
5392
+ ],
5058
5393
  "syntax": "<'border-top-radius'> || <'corner-top-shape'>"
5059
5394
  }
5060
5395
  ],
@@ -5074,6 +5409,10 @@ module.exports = new Map([
5074
5409
  "corner-bottom-left",
5075
5410
  "cornerBottomLeft"
5076
5411
  ],
5412
+ "longhands": [
5413
+ "border-bottom-left-radius",
5414
+ "corner-bottom-left-shape"
5415
+ ],
5077
5416
  "syntax": "<'border-top-left-radius'> || <'corner-top-left-shape'>"
5078
5417
  }
5079
5418
  ],
@@ -5113,6 +5452,10 @@ module.exports = new Map([
5113
5452
  "corner-bottom-right",
5114
5453
  "cornerBottomRight"
5115
5454
  ],
5455
+ "longhands": [
5456
+ "border-bottom-right-radius",
5457
+ "corner-bottom-right-shape"
5458
+ ],
5116
5459
  "syntax": "<'border-top-left-radius'> || <'corner-top-left-shape'>"
5117
5460
  }
5118
5461
  ],
@@ -5152,6 +5495,10 @@ module.exports = new Map([
5152
5495
  "corner-bottom-shape",
5153
5496
  "cornerBottomShape"
5154
5497
  ],
5498
+ "longhands": [
5499
+ "corner-bottom-left-shape",
5500
+ "corner-bottom-right-shape"
5501
+ ],
5155
5502
  "syntax": "<'corner-top-left-shape'>{1,2}"
5156
5503
  }
5157
5504
  ],
@@ -5171,6 +5518,10 @@ module.exports = new Map([
5171
5518
  "corner-end-end",
5172
5519
  "cornerEndEnd"
5173
5520
  ],
5521
+ "longhands": [
5522
+ "border-end-end-radius",
5523
+ "corner-end-end-shape"
5524
+ ],
5174
5525
  "syntax": "<'border-top-left-radius'> || <'corner-top-left-shape'>"
5175
5526
  }
5176
5527
  ],
@@ -5210,6 +5561,10 @@ module.exports = new Map([
5210
5561
  "corner-end-start",
5211
5562
  "cornerEndStart"
5212
5563
  ],
5564
+ "longhands": [
5565
+ "border-end-start-radius",
5566
+ "corner-end-start-shape"
5567
+ ],
5213
5568
  "syntax": "<'border-top-left-radius'> || <'corner-top-left-shape'>"
5214
5569
  }
5215
5570
  ],
@@ -5249,6 +5604,10 @@ module.exports = new Map([
5249
5604
  "corner-inline-end",
5250
5605
  "cornerInlineEnd"
5251
5606
  ],
5607
+ "longhands": [
5608
+ "border-inline-end-radius",
5609
+ "corner-inline-end-shape"
5610
+ ],
5252
5611
  "syntax": "<'border-top-radius'> || <'corner-top-shape'>"
5253
5612
  }
5254
5613
  ],
@@ -5268,6 +5627,10 @@ module.exports = new Map([
5268
5627
  "corner-inline-end-shape",
5269
5628
  "cornerInlineEndShape"
5270
5629
  ],
5630
+ "longhands": [
5631
+ "corner-start-end-shape",
5632
+ "corner-end-end-shape"
5633
+ ],
5271
5634
  "syntax": "<'corner-top-left-shape'>{1,2}"
5272
5635
  }
5273
5636
  ],
@@ -5287,6 +5650,10 @@ module.exports = new Map([
5287
5650
  "corner-inline-start",
5288
5651
  "cornerInlineStart"
5289
5652
  ],
5653
+ "longhands": [
5654
+ "border-inline-start-radius",
5655
+ "corner-inline-start-shape"
5656
+ ],
5290
5657
  "syntax": "<'border-top-radius'> || <'corner-top-shape'>"
5291
5658
  }
5292
5659
  ],
@@ -5306,6 +5673,10 @@ module.exports = new Map([
5306
5673
  "corner-inline-start-shape",
5307
5674
  "cornerInlineStartShape"
5308
5675
  ],
5676
+ "longhands": [
5677
+ "corner-start-start-shape",
5678
+ "corner-end-start-shape"
5679
+ ],
5309
5680
  "syntax": "<'corner-top-left-shape'>{1,2}"
5310
5681
  }
5311
5682
  ],
@@ -5325,6 +5696,10 @@ module.exports = new Map([
5325
5696
  "corner-left",
5326
5697
  "cornerLeft"
5327
5698
  ],
5699
+ "longhands": [
5700
+ "border-left-radius",
5701
+ "corner-left-shape"
5702
+ ],
5328
5703
  "syntax": "<'border-top-radius'> || <'corner-top-shape'>"
5329
5704
  }
5330
5705
  ],
@@ -5344,6 +5719,10 @@ module.exports = new Map([
5344
5719
  "corner-left-shape",
5345
5720
  "cornerLeftShape"
5346
5721
  ],
5722
+ "longhands": [
5723
+ "corner-top-left-shape",
5724
+ "corner-bottom-left-shape"
5725
+ ],
5347
5726
  "syntax": "<'corner-top-left-shape'>{1,2}"
5348
5727
  }
5349
5728
  ],
@@ -5363,6 +5742,10 @@ module.exports = new Map([
5363
5742
  "corner-right",
5364
5743
  "cornerRight"
5365
5744
  ],
5745
+ "longhands": [
5746
+ "border-right-radius",
5747
+ "corner-right-shape"
5748
+ ],
5366
5749
  "syntax": "<'border-top-radius'> || <'corner-top-shape'>"
5367
5750
  }
5368
5751
  ],
@@ -5382,6 +5765,10 @@ module.exports = new Map([
5382
5765
  "corner-right-shape",
5383
5766
  "cornerRightShape"
5384
5767
  ],
5768
+ "longhands": [
5769
+ "corner-top-right-shape",
5770
+ "corner-bottom-right-shape"
5771
+ ],
5385
5772
  "syntax": "<'corner-top-left-shape'>{1,2}"
5386
5773
  }
5387
5774
  ],
@@ -5401,6 +5788,12 @@ module.exports = new Map([
5401
5788
  "corner-shape",
5402
5789
  "cornerShape"
5403
5790
  ],
5791
+ "longhands": [
5792
+ "corner-top-left-shape",
5793
+ "corner-top-right-shape",
5794
+ "corner-bottom-right-shape",
5795
+ "corner-bottom-left-shape"
5796
+ ],
5404
5797
  "syntax": "<'corner-top-left-shape'>{1,4}"
5405
5798
  }
5406
5799
  ],
@@ -5420,6 +5813,10 @@ module.exports = new Map([
5420
5813
  "corner-start-end",
5421
5814
  "cornerStartEnd"
5422
5815
  ],
5816
+ "longhands": [
5817
+ "border-start-end-radius",
5818
+ "corner-start-end-shape"
5819
+ ],
5423
5820
  "syntax": "<'border-top-left-radius'> || <'corner-top-left-shape'>"
5424
5821
  }
5425
5822
  ],
@@ -5459,6 +5856,10 @@ module.exports = new Map([
5459
5856
  "corner-start-start",
5460
5857
  "cornerStartStart"
5461
5858
  ],
5859
+ "longhands": [
5860
+ "border-start-start-radius",
5861
+ "corner-start-start-shape"
5862
+ ],
5462
5863
  "syntax": "<'border-top-left-radius'> || <'corner-top-left-shape'>"
5463
5864
  }
5464
5865
  ],
@@ -5498,6 +5899,10 @@ module.exports = new Map([
5498
5899
  "corner-top",
5499
5900
  "cornerTop"
5500
5901
  ],
5902
+ "longhands": [
5903
+ "border-top-radius",
5904
+ "corner-top-shape"
5905
+ ],
5501
5906
  "syntax": "<'border-top-radius'> || <'corner-top-shape'>"
5502
5907
  }
5503
5908
  ],
@@ -5517,6 +5922,10 @@ module.exports = new Map([
5517
5922
  "corner-top-left",
5518
5923
  "cornerTopLeft"
5519
5924
  ],
5925
+ "longhands": [
5926
+ "border-top-left-radius",
5927
+ "corner-top-left-shape"
5928
+ ],
5520
5929
  "syntax": "<'border-top-left-radius'> || <'corner-top-left-shape'>"
5521
5930
  }
5522
5931
  ],
@@ -5556,6 +5965,10 @@ module.exports = new Map([
5556
5965
  "corner-top-right",
5557
5966
  "cornerTopRight"
5558
5967
  ],
5968
+ "longhands": [
5969
+ "border-top-right-radius",
5970
+ "corner-top-right-shape"
5971
+ ],
5559
5972
  "syntax": "<'border-top-left-radius'> || <'corner-top-left-shape'>"
5560
5973
  }
5561
5974
  ],
@@ -5595,6 +6008,10 @@ module.exports = new Map([
5595
6008
  "corner-top-shape",
5596
6009
  "cornerTopShape"
5597
6010
  ],
6011
+ "longhands": [
6012
+ "corner-top-left-shape",
6013
+ "corner-top-right-shape"
6014
+ ],
5598
6015
  "syntax": "<'corner-top-left-shape'>{1,2}"
5599
6016
  }
5600
6017
  ],
@@ -5670,6 +6087,10 @@ module.exports = new Map([
5670
6087
  "styleDeclaration": [
5671
6088
  "cue"
5672
6089
  ],
6090
+ "longhands": [
6091
+ "cue-before",
6092
+ "cue-after"
6093
+ ],
5673
6094
  "syntax": "<'cue-before'> <'cue-after'>?"
5674
6095
  }
5675
6096
  ],
@@ -5835,7 +6256,7 @@ module.exports = new Map([
5835
6256
  "dominant-baseline",
5836
6257
  "dominantBaseline"
5837
6258
  ],
5838
- "syntax": "auto | text-bottom | alphabetic | ideographic | middle | central | mathematical | hanging | text-top"
6259
+ "syntax": "auto | <baseline-metric>"
5839
6260
  }
5840
6261
  ],
5841
6262
  [
@@ -6184,6 +6605,11 @@ module.exports = new Map([
6184
6605
  "styleDeclaration": [
6185
6606
  "flex"
6186
6607
  ],
6608
+ "longhands": [
6609
+ "flex-grow",
6610
+ "flex-shrink",
6611
+ "flex-basis"
6612
+ ],
6187
6613
  "syntax": "none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]"
6188
6614
  }
6189
6615
  ],
@@ -6241,6 +6667,10 @@ module.exports = new Map([
6241
6667
  "flex-flow",
6242
6668
  "flexFlow"
6243
6669
  ],
6670
+ "longhands": [
6671
+ "flex-direction",
6672
+ "flex-wrap"
6673
+ ],
6244
6674
  "syntax": "<'flex-direction'> || <'flex-wrap'>"
6245
6675
  }
6246
6676
  ],
@@ -6488,6 +6918,15 @@ module.exports = new Map([
6488
6918
  "styleDeclaration": [
6489
6919
  "font"
6490
6920
  ],
6921
+ "longhands": [
6922
+ "font-style",
6923
+ "font-variant",
6924
+ "font-weight",
6925
+ "font-stretch",
6926
+ "font-size",
6927
+ "line-height",
6928
+ "font-family"
6929
+ ],
6491
6930
  "syntax": "[ [ <'font-style'> || <font-variant-css2> || <'font-weight'> || <font-width-css3> ]? <'font-size'> [ / <'line-height'> ]? <'font-family'># ] | <system-family-name>"
6492
6931
  }
6493
6932
  ],
@@ -6691,6 +7130,11 @@ module.exports = new Map([
6691
7130
  "font-synthesis",
6692
7131
  "fontSynthesis"
6693
7132
  ],
7133
+ "longhands": [
7134
+ "font-synthesis-weight",
7135
+ "font-synthesis-style",
7136
+ "font-synthesis-small-caps"
7137
+ ],
6694
7138
  "syntax": "none | [ weight || style || small-caps || position]"
6695
7139
  }
6696
7140
  ],
@@ -6788,6 +7232,15 @@ module.exports = new Map([
6788
7232
  "font-variant",
6789
7233
  "fontVariant"
6790
7234
  ],
7235
+ "longhands": [
7236
+ "font-variant-ligatures",
7237
+ "font-variant-caps",
7238
+ "font-variant-alternates",
7239
+ "font-variant-numeric",
7240
+ "font-variant-east-asian",
7241
+ "font-variant-position",
7242
+ "font-variant-emoji"
7243
+ ],
6791
7244
  "syntax": "normal | none | [ [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> ] || [ small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps ] || [ stylistic(<feature-value-name>) || historical-forms || styleset(<feature-value-name>#) || character-variant(<feature-value-name>#) || swash(<feature-value-name>) || ornaments(<feature-value-name>) || annotation(<feature-value-name>) ] || [ <numeric-figure-values> || <numeric-spacing-values> || <numeric-fraction-values> || ordinal || slashed-zero ] || [ <east-asian-variant-values> || <east-asian-width-values> || ruby ] || [ sub | super ] || [ text | emoji | unicode ] ]"
6792
7245
  }
6793
7246
  ],
@@ -7053,6 +7506,10 @@ module.exports = new Map([
7053
7506
  "styleDeclaration": [
7054
7507
  "gap"
7055
7508
  ],
7509
+ "longhands": [
7510
+ "row-gap",
7511
+ "column-gap"
7512
+ ],
7056
7513
  "syntax": "<'row-gap'> <'column-gap'>?"
7057
7514
  }
7058
7515
  ],
@@ -7090,6 +7547,14 @@ module.exports = new Map([
7090
7547
  "styleDeclaration": [
7091
7548
  "grid"
7092
7549
  ],
7550
+ "longhands": [
7551
+ "grid-template-rows",
7552
+ "grid-template-columns",
7553
+ "grid-template-areas",
7554
+ "grid-auto-rows",
7555
+ "grid-auto-columns",
7556
+ "grid-auto-flow"
7557
+ ],
7093
7558
  "syntax": "<'grid-template'> | <'grid-template-rows'> / [ auto-flow && dense? ] <'grid-auto-columns'>? | [ auto-flow && dense? ] <'grid-auto-rows'>? / <'grid-template-columns'>"
7094
7559
  }
7095
7560
  ],
@@ -7109,6 +7574,12 @@ module.exports = new Map([
7109
7574
  "grid-area",
7110
7575
  "gridArea"
7111
7576
  ],
7577
+ "longhands": [
7578
+ "grid-row-start",
7579
+ "grid-column-start",
7580
+ "grid-row-end",
7581
+ "grid-column-end"
7582
+ ],
7112
7583
  "syntax": "<grid-line> [ / <grid-line> ]{0,3}"
7113
7584
  }
7114
7585
  ],
@@ -7185,6 +7656,10 @@ module.exports = new Map([
7185
7656
  "grid-column",
7186
7657
  "gridColumn"
7187
7658
  ],
7659
+ "longhands": [
7660
+ "grid-column-start",
7661
+ "grid-column-end"
7662
+ ],
7188
7663
  "syntax": "<grid-line> [ / <grid-line> ]?"
7189
7664
  }
7190
7665
  ],
@@ -7249,6 +7724,10 @@ module.exports = new Map([
7249
7724
  "grid-gap",
7250
7725
  "gridGap"
7251
7726
  ],
7727
+ "longhands": [
7728
+ "row-gap",
7729
+ "column-gap"
7730
+ ],
7252
7731
  "syntax": "<'row-gap'> <'column-gap'>?"
7253
7732
  }
7254
7733
  ],
@@ -7268,6 +7747,10 @@ module.exports = new Map([
7268
7747
  "grid-row",
7269
7748
  "gridRow"
7270
7749
  ],
7750
+ "longhands": [
7751
+ "grid-row-start",
7752
+ "grid-row-end"
7753
+ ],
7271
7754
  "syntax": "<grid-line> [ / <grid-line> ]?"
7272
7755
  }
7273
7756
  ],
@@ -7338,6 +7821,11 @@ module.exports = new Map([
7338
7821
  "grid-template",
7339
7822
  "gridTemplate"
7340
7823
  ],
7824
+ "longhands": [
7825
+ "grid-template-rows",
7826
+ "grid-template-columns",
7827
+ "grid-template-areas"
7828
+ ],
7341
7829
  "syntax": "none | [ <'grid-template-rows'> / <'grid-template-columns'> ] | [ <line-names>? <string> <track-size>? <line-names>? ]+ [ / <explicit-track-list> ]?"
7342
7830
  }
7343
7831
  ],
@@ -7736,6 +8224,12 @@ module.exports = new Map([
7736
8224
  "styleDeclaration": [
7737
8225
  "inset"
7738
8226
  ],
8227
+ "longhands": [
8228
+ "top",
8229
+ "right",
8230
+ "bottom",
8231
+ "left"
8232
+ ],
7739
8233
  "syntax": "<'top'>{1,4}"
7740
8234
  }
7741
8235
  ],
@@ -7755,6 +8249,10 @@ module.exports = new Map([
7755
8249
  "inset-block",
7756
8250
  "insetBlock"
7757
8251
  ],
8252
+ "longhands": [
8253
+ "inset-block-start",
8254
+ "inset-block-end"
8255
+ ],
7758
8256
  "syntax": "<'top'>{1,2}"
7759
8257
  }
7760
8258
  ],
@@ -7814,6 +8312,10 @@ module.exports = new Map([
7814
8312
  "inset-inline",
7815
8313
  "insetInline"
7816
8314
  ],
8315
+ "longhands": [
8316
+ "inset-inline-start",
8317
+ "inset-inline-end"
8318
+ ],
7817
8319
  "syntax": "<'top'>{1,2}"
7818
8320
  }
7819
8321
  ],
@@ -7891,6 +8393,10 @@ module.exports = new Map([
7891
8393
  "interest-delay",
7892
8394
  "interestDelay"
7893
8395
  ],
8396
+ "longhands": [
8397
+ "interest-delay-start",
8398
+ "interest-delay-end"
8399
+ ],
7894
8400
  "syntax": "<'interest-delay-start'>{1,2}"
7895
8401
  }
7896
8402
  ],
@@ -7970,120 +8476,6 @@ module.exports = new Map([
7970
8476
  "syntax": "<isolation-mode>"
7971
8477
  }
7972
8478
  ],
7973
- [
7974
- "item-cross",
7975
- {
7976
- "name": "item-cross",
7977
- "href": "https://drafts.csswg.org/css-grid-3/#propdef-item-cross",
7978
- "initial": "auto",
7979
- "appliesTo": "flex containers, grid containers, grid lanes containers",
7980
- "inherited": "no",
7981
- "percentages": "N/A",
7982
- "computedValue": "as specified",
7983
- "canonicalOrder": "per grammar",
7984
- "animationType": "discrete",
7985
- "styleDeclaration": [
7986
- "item-cross",
7987
- "itemCross"
7988
- ],
7989
- "syntax": "[ auto | nowrap | wrap ] || [ normal | reverse ] | wrap-reverse"
7990
- }
7991
- ],
7992
- [
7993
- "item-direction",
7994
- {
7995
- "name": "item-direction",
7996
- "href": "https://drafts.csswg.org/css-grid-3/#propdef-item-direction",
7997
- "initial": "auto",
7998
- "appliesTo": "flex containers, grid containers, grid lanes containers",
7999
- "inherited": "no",
8000
- "percentages": "N/A",
8001
- "computedValue": "as specified",
8002
- "canonicalOrder": "per grammar",
8003
- "animationType": "discrete",
8004
- "styleDeclaration": [
8005
- "item-direction",
8006
- "itemDirection"
8007
- ],
8008
- "syntax": "auto | row | column | row-reverse | column-reverse"
8009
- }
8010
- ],
8011
- [
8012
- "item-flow",
8013
- {
8014
- "name": "item-flow",
8015
- "href": "https://drafts.csswg.org/css-grid-3/#propdef-item-flow",
8016
- "initial": "see individual properties",
8017
- "appliesTo": "see individual properties",
8018
- "inherited": "see individual properties",
8019
- "percentages": "see individual properties",
8020
- "computedValue": "see individual properties",
8021
- "animationType": "see individual properties",
8022
- "canonicalOrder": "per grammar",
8023
- "styleDeclaration": [
8024
- "item-flow",
8025
- "itemFlow"
8026
- ],
8027
- "syntax": "<'item-direction'> || <'item-wrap'> || <'item-pack'> || <'flow-tolerance'>"
8028
- }
8029
- ],
8030
- [
8031
- "item-pack",
8032
- {
8033
- "name": "item-pack",
8034
- "href": "https://drafts.csswg.org/css-grid-3/#propdef-item-pack",
8035
- "initial": "normal",
8036
- "appliesTo": "flex containers, grid containers, grid lanes containers",
8037
- "inherited": "no",
8038
- "percentages": "N/A",
8039
- "computedValue": "as specified",
8040
- "canonicalOrder": "per grammar",
8041
- "animationType": "discrete",
8042
- "styleDeclaration": [
8043
- "item-pack",
8044
- "itemPack"
8045
- ],
8046
- "syntax": "normal | dense || balance"
8047
- }
8048
- ],
8049
- [
8050
- "item-track",
8051
- {
8052
- "name": "item-track",
8053
- "href": "https://drafts.csswg.org/css-grid-3/#propdef-item-track",
8054
- "initial": "auto",
8055
- "appliesTo": "flex containers, grid containers, grid lanes containers",
8056
- "inherited": "no",
8057
- "percentages": "N/A",
8058
- "computedValue": "as specified",
8059
- "canonicalOrder": "per grammar",
8060
- "animationType": "discrete",
8061
- "styleDeclaration": [
8062
- "item-track",
8063
- "itemTrack"
8064
- ],
8065
- "syntax": "auto | row | column | row-reverse | column-reverse"
8066
- }
8067
- ],
8068
- [
8069
- "item-wrap",
8070
- {
8071
- "name": "item-wrap",
8072
- "href": "https://drafts.csswg.org/css-grid-3/#propdef-item-wrap",
8073
- "initial": "auto",
8074
- "appliesTo": "flex containers, grid containers, grid lanes containers",
8075
- "inherited": "no",
8076
- "percentages": "N/A",
8077
- "computedValue": "as specified",
8078
- "canonicalOrder": "per grammar",
8079
- "animationType": "discrete",
8080
- "styleDeclaration": [
8081
- "item-wrap",
8082
- "itemWrap"
8083
- ],
8084
- "syntax": "[ auto | nowrap | wrap ] || [ normal | reverse ] | wrap-reverse"
8085
- }
8086
- ],
8087
8479
  [
8088
8480
  "justify-content",
8089
8481
  {
@@ -8234,6 +8626,11 @@ module.exports = new Map([
8234
8626
  "line-clamp",
8235
8627
  "lineClamp"
8236
8628
  ],
8629
+ "longhands": [
8630
+ "max-lines",
8631
+ "block-ellipsis",
8632
+ "continue"
8633
+ ],
8237
8634
  "syntax": "none | [<integer [1,∞]> || <'block-ellipsis'>] -webkit-legacy?"
8238
8635
  }
8239
8636
  ],
@@ -8386,6 +8783,11 @@ module.exports = new Map([
8386
8783
  "list-style",
8387
8784
  "listStyle"
8388
8785
  ],
8786
+ "longhands": [
8787
+ "list-style-type",
8788
+ "list-style-position",
8789
+ "list-style-image"
8790
+ ],
8389
8791
  "syntax": "<'list-style-position'> || <'list-style-image'> || <'list-style-type'>"
8390
8792
  }
8391
8793
  ],
@@ -8461,6 +8863,12 @@ module.exports = new Map([
8461
8863
  "styleDeclaration": [
8462
8864
  "margin"
8463
8865
  ],
8866
+ "longhands": [
8867
+ "margin-top",
8868
+ "margin-right",
8869
+ "margin-bottom",
8870
+ "margin-left"
8871
+ ],
8464
8872
  "syntax": "<'margin-top'>{1,4}"
8465
8873
  }
8466
8874
  ],
@@ -8480,6 +8888,10 @@ module.exports = new Map([
8480
8888
  "margin-block",
8481
8889
  "marginBlock"
8482
8890
  ],
8891
+ "longhands": [
8892
+ "margin-block-start",
8893
+ "margin-block-end"
8894
+ ],
8483
8895
  "syntax": "<'margin-top'>{1,2}"
8484
8896
  }
8485
8897
  ],
@@ -8578,6 +8990,10 @@ module.exports = new Map([
8578
8990
  "margin-inline",
8579
8991
  "marginInline"
8580
8992
  ],
8993
+ "longhands": [
8994
+ "margin-inline-start",
8995
+ "margin-inline-end"
8996
+ ],
8581
8997
  "syntax": "<'margin-top'>{1,2}"
8582
8998
  }
8583
8999
  ],
@@ -8715,6 +9131,11 @@ module.exports = new Map([
8715
9131
  "styleDeclaration": [
8716
9132
  "marker"
8717
9133
  ],
9134
+ "longhands": [
9135
+ "marker-start",
9136
+ "marker-mid",
9137
+ "marker-end"
9138
+ ],
8718
9139
  "syntax": "none | <marker-ref>"
8719
9140
  }
8720
9141
  ],
@@ -8810,6 +9231,16 @@ module.exports = new Map([
8810
9231
  "styleDeclaration": [
8811
9232
  "mask"
8812
9233
  ],
9234
+ "longhands": [
9235
+ "mask-image",
9236
+ "mask-position",
9237
+ "mask-size",
9238
+ "mask-repeat",
9239
+ "mask-origin",
9240
+ "mask-clip",
9241
+ "mask-composite",
9242
+ "mask-mode"
9243
+ ],
8813
9244
  "syntax": "<mask-layer>#"
8814
9245
  }
8815
9246
  ],
@@ -8830,6 +9261,14 @@ module.exports = new Map([
8830
9261
  "mask-border",
8831
9262
  "maskBorder"
8832
9263
  ],
9264
+ "longhands": [
9265
+ "mask-border-source",
9266
+ "mask-border-slice",
9267
+ "mask-border-width",
9268
+ "mask-border-outset",
9269
+ "mask-border-repeat",
9270
+ "mask-border-mode"
9271
+ ],
8833
9272
  "syntax": "<'mask-border-source'> || <'mask-border-slice'> [ / <'mask-border-width'>? [ / <'mask-border-outset'> ]? ]? || <'mask-border-repeat'> || <'mask-border-mode'>"
8834
9273
  }
8835
9274
  ],
@@ -9559,6 +9998,13 @@ module.exports = new Map([
9559
9998
  "styleDeclaration": [
9560
9999
  "offset"
9561
10000
  ],
10001
+ "longhands": [
10002
+ "offset-path",
10003
+ "offset-distance",
10004
+ "offset-rotate",
10005
+ "offset-anchor",
10006
+ "offset-position"
10007
+ ],
9562
10008
  "syntax": "[ <'offset-position'>? [ <'offset-path'> [ <'offset-distance'> || <'offset-rotate'> ]? ]? ]! [ / <'offset-anchor'> ]?"
9563
10009
  }
9564
10010
  ],
@@ -9731,6 +10177,11 @@ module.exports = new Map([
9731
10177
  "styleDeclaration": [
9732
10178
  "outline"
9733
10179
  ],
10180
+ "longhands": [
10181
+ "outline-width",
10182
+ "outline-style",
10183
+ "outline-color"
10184
+ ],
9734
10185
  "syntax": "<'outline-width'> || <'outline-style'> || <'outline-color'>"
9735
10186
  }
9736
10187
  ],
@@ -9825,6 +10276,10 @@ module.exports = new Map([
9825
10276
  "styleDeclaration": [
9826
10277
  "overflow"
9827
10278
  ],
10279
+ "longhands": [
10280
+ "overflow-x",
10281
+ "overflow-y"
10282
+ ],
9828
10283
  "syntax": "<'overflow-block'>{1,2}"
9829
10284
  }
9830
10285
  ],
@@ -9883,6 +10338,12 @@ module.exports = new Map([
9883
10338
  "overflow-clip-margin",
9884
10339
  "overflowClipMargin"
9885
10340
  ],
10341
+ "longhands": [
10342
+ "overflow-clip-margin-top",
10343
+ "overflow-clip-margin-right",
10344
+ "overflow-clip-margin-bottom",
10345
+ "overflow-clip-margin-left"
10346
+ ],
9886
10347
  "syntax": "<visual-box> || <length [0,∞]>"
9887
10348
  }
9888
10349
  ],
@@ -9902,6 +10363,10 @@ module.exports = new Map([
9902
10363
  "overflow-clip-margin-block",
9903
10364
  "overflowClipMarginBlock"
9904
10365
  ],
10366
+ "longhands": [
10367
+ "overflow-clip-margin-block-start",
10368
+ "overflow-clip-margin-block-end"
10369
+ ],
9905
10370
  "syntax": "<visual-box> || <length [0,∞]>"
9906
10371
  }
9907
10372
  ],
@@ -9981,6 +10446,10 @@ module.exports = new Map([
9981
10446
  "overflow-clip-margin-inline",
9982
10447
  "overflowClipMarginInline"
9983
10448
  ],
10449
+ "longhands": [
10450
+ "overflow-clip-margin-inline-start",
10451
+ "overflow-clip-margin-inline-end"
10452
+ ],
9984
10453
  "syntax": "<visual-box> || <length [0,∞]>"
9985
10454
  }
9986
10455
  ],
@@ -10198,6 +10667,10 @@ module.exports = new Map([
10198
10667
  "overscroll-behavior",
10199
10668
  "overscrollBehavior"
10200
10669
  ],
10670
+ "longhands": [
10671
+ "overscroll-behavior-x",
10672
+ "overscroll-behavior-y"
10673
+ ],
10201
10674
  "syntax": "[ contain | none | auto ]{1,2}"
10202
10675
  }
10203
10676
  ],
@@ -10300,6 +10773,12 @@ module.exports = new Map([
10300
10773
  "styleDeclaration": [
10301
10774
  "padding"
10302
10775
  ],
10776
+ "longhands": [
10777
+ "padding-top",
10778
+ "padding-right",
10779
+ "padding-bottom",
10780
+ "padding-left"
10781
+ ],
10303
10782
  "syntax": "<'padding-top'>{1,4}"
10304
10783
  }
10305
10784
  ],
@@ -10319,6 +10798,10 @@ module.exports = new Map([
10319
10798
  "padding-block",
10320
10799
  "paddingBlock"
10321
10800
  ],
10801
+ "longhands": [
10802
+ "padding-block-start",
10803
+ "padding-block-end"
10804
+ ],
10322
10805
  "syntax": "<'padding-top'>{1,2}"
10323
10806
  }
10324
10807
  ],
@@ -10398,6 +10881,10 @@ module.exports = new Map([
10398
10881
  "padding-inline",
10399
10882
  "paddingInline"
10400
10883
  ],
10884
+ "longhands": [
10885
+ "padding-inline-start",
10886
+ "padding-inline-end"
10887
+ ],
10401
10888
  "syntax": "<'padding-top'>{1,2}"
10402
10889
  }
10403
10890
  ],
@@ -10613,6 +11100,10 @@ module.exports = new Map([
10613
11100
  "styleDeclaration": [
10614
11101
  "pause"
10615
11102
  ],
11103
+ "longhands": [
11104
+ "pause-before",
11105
+ "pause-after"
11106
+ ],
10616
11107
  "syntax": "<'pause-before'> <'pause-after'>?"
10617
11108
  }
10618
11109
  ],
@@ -10707,6 +11198,10 @@ module.exports = new Map([
10707
11198
  "place-content",
10708
11199
  "placeContent"
10709
11200
  ],
11201
+ "longhands": [
11202
+ "align-content",
11203
+ "justify-content"
11204
+ ],
10710
11205
  "syntax": "<'align-content'> <'justify-content'>?"
10711
11206
  }
10712
11207
  ],
@@ -10726,6 +11221,10 @@ module.exports = new Map([
10726
11221
  "place-items",
10727
11222
  "placeItems"
10728
11223
  ],
11224
+ "longhands": [
11225
+ "align-items",
11226
+ "justify-items"
11227
+ ],
10729
11228
  "syntax": "<'align-items'> <'justify-items'>?"
10730
11229
  }
10731
11230
  ],
@@ -10745,6 +11244,10 @@ module.exports = new Map([
10745
11244
  "place-self",
10746
11245
  "placeSelf"
10747
11246
  ],
11247
+ "longhands": [
11248
+ "align-self",
11249
+ "justify-self"
11250
+ ],
10748
11251
  "syntax": "<'align-self'> <'justify-self'>?"
10749
11252
  }
10750
11253
  ],
@@ -10783,6 +11286,10 @@ module.exports = new Map([
10783
11286
  "pointer-timeline",
10784
11287
  "pointerTimeline"
10785
11288
  ],
11289
+ "longhands": [
11290
+ "pointer-timeline-name",
11291
+ "pointer-timeline-axis"
11292
+ ],
10786
11293
  "syntax": "[ <'pointer-timeline-name'> <'pointer-timeline-axis'>? ]#"
10787
11294
  }
10788
11295
  ],
@@ -10896,6 +11403,10 @@ module.exports = new Map([
10896
11403
  "position-try",
10897
11404
  "positionTry"
10898
11405
  ],
11406
+ "longhands": [
11407
+ "position-try-order",
11408
+ "position-try-fallbacks"
11409
+ ],
10899
11410
  "syntax": "<'position-try-order'>? <'position-try-fallbacks'>"
10900
11411
  }
10901
11412
  ],
@@ -11101,6 +11612,10 @@ module.exports = new Map([
11101
11612
  "styleDeclaration": [
11102
11613
  "rest"
11103
11614
  ],
11615
+ "longhands": [
11616
+ "rest-before",
11617
+ "rest-after"
11618
+ ],
11104
11619
  "syntax": "<'rest-before'> <'rest-after'>?"
11105
11620
  }
11106
11621
  ],
@@ -11214,6 +11729,11 @@ module.exports = new Map([
11214
11729
  "row-rule",
11215
11730
  "rowRule"
11216
11731
  ],
11732
+ "longhands": [
11733
+ "row-rule-width",
11734
+ "row-rule-style",
11735
+ "row-rule-color"
11736
+ ],
11217
11737
  "syntax": "<gap-rule-list> | <gap-auto-rule-list>"
11218
11738
  }
11219
11739
  ],
@@ -11222,7 +11742,7 @@ module.exports = new Map([
11222
11742
  {
11223
11743
  "name": "row-rule-break",
11224
11744
  "href": "https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-break",
11225
- "initial": "spanning-item",
11745
+ "initial": "normal",
11226
11746
  "appliesTo": "grid containers, flex containers, multicol containers, and grid lanes containers",
11227
11747
  "inherited": "no",
11228
11748
  "percentages": "n/a",
@@ -11233,7 +11753,7 @@ module.exports = new Map([
11233
11753
  "row-rule-break",
11234
11754
  "rowRuleBreak"
11235
11755
  ],
11236
- "syntax": "none | spanning-item | intersection"
11756
+ "syntax": "none | normal | intersection"
11237
11757
  }
11238
11758
  ],
11239
11759
  [
@@ -11247,7 +11767,7 @@ module.exports = new Map([
11247
11767
  "percentages": "n/a",
11248
11768
  "computedValue": "as specified",
11249
11769
  "canonicalOrder": "per grammar",
11250
- "animationType": "repeatable list, see § 3.4.1 Interpolation behavior.",
11770
+ "animationType": "repeatable list, see § 4.7 Interpolation of list values.",
11251
11771
  "styleDeclaration": [
11252
11772
  "row-rule-color",
11253
11773
  "rowRuleColor"
@@ -11261,7 +11781,7 @@ module.exports = new Map([
11261
11781
  "name": "row-rule-edge-inset",
11262
11782
  "href": "https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-edge-inset",
11263
11783
  "initial": "see individual properties",
11264
- "appliesTo": "Same as column-rule-edge-inset-start, column-rule-interior-inset-start, row-rule-edge-inset-end, and row-rule-interior-inset-end",
11784
+ "appliesTo": "Same as column-rule-edge-inset-start, column-rule-edge-inset-end, column-rule-interior-inset-start, column-rule-interior-inset-end, row-rule-edge-inset-start, row-rule-edge-inset-end, row-rule-interior-inset-start, and row-rule-interior-inset-end",
11265
11785
  "inherited": "see individual properties",
11266
11786
  "percentages": "see individual properties",
11267
11787
  "computedValue": "see individual properties",
@@ -11271,6 +11791,10 @@ module.exports = new Map([
11271
11791
  "row-rule-edge-inset",
11272
11792
  "rowRuleEdgeInset"
11273
11793
  ],
11794
+ "longhands": [
11795
+ "row-rule-edge-inset-start",
11796
+ "row-rule-edge-inset-end"
11797
+ ],
11274
11798
  "syntax": "<length-percentage> [ <length-percentage> ]?"
11275
11799
  }
11276
11800
  ],
@@ -11328,7 +11852,13 @@ module.exports = new Map([
11328
11852
  "row-rule-inset",
11329
11853
  "rowRuleInset"
11330
11854
  ],
11331
- "syntax": "<length-percentage> <length-percentage>? [/ <length-percentage> <length-percentage>?]?"
11855
+ "longhands": [
11856
+ "row-rule-edge-inset-start",
11857
+ "row-rule-edge-inset-end",
11858
+ "row-rule-interior-inset-start",
11859
+ "row-rule-interior-inset-end"
11860
+ ],
11861
+ "syntax": "<'column-rule-edge-inset'> [ / <'column-rule-interior-inset'> ]?"
11332
11862
  }
11333
11863
  ],
11334
11864
  [
@@ -11337,7 +11867,7 @@ module.exports = new Map([
11337
11867
  "name": "row-rule-inset-end",
11338
11868
  "href": "https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-inset-end",
11339
11869
  "initial": "see individual properties",
11340
- "appliesTo": "column-rule-edge-inset-end and column-rule-interior-inset-end for column-rule-inset-end, row-rule-edge-inset-end and row-rule-interior-inset-end for row-rule-inset-end",
11870
+ "appliesTo": "Same as column-rule-edge-inset-start, column-rule-interior-inset-start, column-rule-edge-inset-end, column-rule-interior-inset-end, row-rule-edge-inset-start, row-rule-interior-inset-start, row-rule-edge-inset-end, and row-rule-interior-inset-end",
11341
11871
  "inherited": "see individual properties",
11342
11872
  "percentages": "see individual properties",
11343
11873
  "computedValue": "see individual properties",
@@ -11347,6 +11877,10 @@ module.exports = new Map([
11347
11877
  "row-rule-inset-end",
11348
11878
  "rowRuleInsetEnd"
11349
11879
  ],
11880
+ "longhands": [
11881
+ "row-rule-edge-inset-end",
11882
+ "row-rule-interior-inset-end"
11883
+ ],
11350
11884
  "syntax": "<length-percentage>"
11351
11885
  }
11352
11886
  ],
@@ -11356,7 +11890,7 @@ module.exports = new Map([
11356
11890
  "name": "row-rule-inset-start",
11357
11891
  "href": "https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-inset-start",
11358
11892
  "initial": "see individual properties",
11359
- "appliesTo": "column-rule-edge-inset-start and column-rule-interior-inset-start for column-rule-inset-start, row-rule-edge-inset-start and row-rule-interior-inset-start for row-rule-inset-start",
11893
+ "appliesTo": "Same as column-rule-edge-inset-start, column-rule-interior-inset-start, column-rule-edge-inset-end, column-rule-interior-inset-end, row-rule-edge-inset-start, row-rule-interior-inset-start, row-rule-edge-inset-end, and row-rule-interior-inset-end",
11360
11894
  "inherited": "see individual properties",
11361
11895
  "percentages": "see individual properties",
11362
11896
  "computedValue": "see individual properties",
@@ -11366,6 +11900,10 @@ module.exports = new Map([
11366
11900
  "row-rule-inset-start",
11367
11901
  "rowRuleInsetStart"
11368
11902
  ],
11903
+ "longhands": [
11904
+ "row-rule-edge-inset-start",
11905
+ "row-rule-interior-inset-start"
11906
+ ],
11369
11907
  "syntax": "<length-percentage>"
11370
11908
  }
11371
11909
  ],
@@ -11375,7 +11913,7 @@ module.exports = new Map([
11375
11913
  "name": "row-rule-interior-inset",
11376
11914
  "href": "https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-interior-inset",
11377
11915
  "initial": "see individual properties",
11378
- "appliesTo": "Same as column-rule-edge-inset-start, column-rule-interior-inset-start, row-rule-edge-inset-end, and row-rule-interior-inset-end",
11916
+ "appliesTo": "Same as column-rule-edge-inset-start, column-rule-edge-inset-end, column-rule-interior-inset-start, column-rule-interior-inset-end, row-rule-edge-inset-start, row-rule-edge-inset-end, row-rule-interior-inset-start, and row-rule-interior-inset-end",
11379
11917
  "inherited": "see individual properties",
11380
11918
  "percentages": "see individual properties",
11381
11919
  "computedValue": "see individual properties",
@@ -11385,6 +11923,10 @@ module.exports = new Map([
11385
11923
  "row-rule-interior-inset",
11386
11924
  "rowRuleInteriorInset"
11387
11925
  ],
11926
+ "longhands": [
11927
+ "row-rule-interior-inset-start",
11928
+ "row-rule-interior-inset-end"
11929
+ ],
11388
11930
  "syntax": "<length-percentage> [ <length-percentage> ]?"
11389
11931
  }
11390
11932
  ],
@@ -11475,7 +12017,7 @@ module.exports = new Map([
11475
12017
  "percentages": "n/a",
11476
12018
  "computedValue": "list of absolute lengths, snapped as a border width",
11477
12019
  "canonicalOrder": "per grammar",
11478
- "animationType": "repeatable list, see § 3.4.1 Interpolation behavior.",
12020
+ "animationType": "repeatable list, see § 4.7 Interpolation of list values.",
11479
12021
  "styleDeclaration": [
11480
12022
  "row-rule-width",
11481
12023
  "rowRuleWidth"
@@ -11574,6 +12116,10 @@ module.exports = new Map([
11574
12116
  "styleDeclaration": [
11575
12117
  "rule"
11576
12118
  ],
12119
+ "longhands": [
12120
+ "column-rule",
12121
+ "row-rule"
12122
+ ],
11577
12123
  "syntax": "<'column-rule'>"
11578
12124
  }
11579
12125
  ],
@@ -11593,6 +12139,10 @@ module.exports = new Map([
11593
12139
  "rule-break",
11594
12140
  "ruleBreak"
11595
12141
  ],
12142
+ "longhands": [
12143
+ "column-rule-break",
12144
+ "row-rule-break"
12145
+ ],
11596
12146
  "syntax": "<'column-rule-break'>"
11597
12147
  }
11598
12148
  ],
@@ -11612,6 +12162,10 @@ module.exports = new Map([
11612
12162
  "rule-color",
11613
12163
  "ruleColor"
11614
12164
  ],
12165
+ "longhands": [
12166
+ "column-rule-color",
12167
+ "row-rule-color"
12168
+ ],
11615
12169
  "syntax": "<'column-rule-color'>"
11616
12170
  }
11617
12171
  ],
@@ -11631,6 +12185,10 @@ module.exports = new Map([
11631
12185
  "rule-edge-inset",
11632
12186
  "ruleEdgeInset"
11633
12187
  ],
12188
+ "longhands": [
12189
+ "column-rule-edge-inset",
12190
+ "row-rule-edge-inset"
12191
+ ],
11634
12192
  "syntax": "<'column-rule-edge-inset'>"
11635
12193
  }
11636
12194
  ],
@@ -11650,6 +12208,10 @@ module.exports = new Map([
11650
12208
  "rule-inset",
11651
12209
  "ruleInset"
11652
12210
  ],
12211
+ "longhands": [
12212
+ "column-rule-inset",
12213
+ "row-rule-inset"
12214
+ ],
11653
12215
  "syntax": "<'column-rule-inset'>"
11654
12216
  }
11655
12217
  ],
@@ -11669,6 +12231,10 @@ module.exports = new Map([
11669
12231
  "rule-inset-end",
11670
12232
  "ruleInsetEnd"
11671
12233
  ],
12234
+ "longhands": [
12235
+ "column-rule-inset-end",
12236
+ "row-rule-inset-end"
12237
+ ],
11672
12238
  "syntax": "<'column-rule-inset-end'>"
11673
12239
  }
11674
12240
  ],
@@ -11688,6 +12254,10 @@ module.exports = new Map([
11688
12254
  "rule-inset-start",
11689
12255
  "ruleInsetStart"
11690
12256
  ],
12257
+ "longhands": [
12258
+ "column-rule-inset-start",
12259
+ "row-rule-inset-start"
12260
+ ],
11691
12261
  "syntax": "<'column-rule-inset-start'>"
11692
12262
  }
11693
12263
  ],
@@ -11707,6 +12277,10 @@ module.exports = new Map([
11707
12277
  "rule-interior-inset",
11708
12278
  "ruleInteriorInset"
11709
12279
  ],
12280
+ "longhands": [
12281
+ "column-rule-interior-inset",
12282
+ "row-rule-interior-inset"
12283
+ ],
11710
12284
  "syntax": "<'column-rule-interior-inset'>"
11711
12285
  }
11712
12286
  ],
@@ -11745,6 +12319,10 @@ module.exports = new Map([
11745
12319
  "rule-style",
11746
12320
  "ruleStyle"
11747
12321
  ],
12322
+ "longhands": [
12323
+ "column-rule-style",
12324
+ "row-rule-style"
12325
+ ],
11748
12326
  "syntax": "<'column-rule-style'>"
11749
12327
  }
11750
12328
  ],
@@ -11764,6 +12342,9 @@ module.exports = new Map([
11764
12342
  "rule-visibility-items",
11765
12343
  "ruleVisibilityItems"
11766
12344
  ],
12345
+ "longhands": [
12346
+ "column-rule-visibility-items"
12347
+ ],
11767
12348
  "syntax": "<'column-rule-visibility-items'>"
11768
12349
  }
11769
12350
  ],
@@ -11783,6 +12364,10 @@ module.exports = new Map([
11783
12364
  "rule-width",
11784
12365
  "ruleWidth"
11785
12366
  ],
12367
+ "longhands": [
12368
+ "column-rule-width",
12369
+ "row-rule-width"
12370
+ ],
11786
12371
  "syntax": "<'column-rule-width'>"
11787
12372
  }
11788
12373
  ],
@@ -11894,6 +12479,12 @@ module.exports = new Map([
11894
12479
  "scroll-margin",
11895
12480
  "scrollMargin"
11896
12481
  ],
12482
+ "longhands": [
12483
+ "scroll-margin-top",
12484
+ "scroll-margin-right",
12485
+ "scroll-margin-bottom",
12486
+ "scroll-margin-left"
12487
+ ],
11897
12488
  "syntax": "<length>{1,4}"
11898
12489
  }
11899
12490
  ],
@@ -11913,6 +12504,10 @@ module.exports = new Map([
11913
12504
  "scroll-margin-block",
11914
12505
  "scrollMarginBlock"
11915
12506
  ],
12507
+ "longhands": [
12508
+ "scroll-margin-block-start",
12509
+ "scroll-margin-block-end"
12510
+ ],
11916
12511
  "syntax": "<length>{1,2}"
11917
12512
  }
11918
12513
  ],
@@ -11992,6 +12587,10 @@ module.exports = new Map([
11992
12587
  "scroll-margin-inline",
11993
12588
  "scrollMarginInline"
11994
12589
  ],
12590
+ "longhands": [
12591
+ "scroll-margin-inline-start",
12592
+ "scroll-margin-inline-end"
12593
+ ],
11995
12594
  "syntax": "<length>{1,2}"
11996
12595
  }
11997
12596
  ],
@@ -12130,6 +12729,12 @@ module.exports = new Map([
12130
12729
  "scroll-padding",
12131
12730
  "scrollPadding"
12132
12731
  ],
12732
+ "longhands": [
12733
+ "scroll-padding-top",
12734
+ "scroll-padding-right",
12735
+ "scroll-padding-bottom",
12736
+ "scroll-padding-left"
12737
+ ],
12133
12738
  "syntax": "[ auto | <length-percentage [0,∞]> ]{1,4}"
12134
12739
  }
12135
12740
  ],
@@ -12149,6 +12754,10 @@ module.exports = new Map([
12149
12754
  "scroll-padding-block",
12150
12755
  "scrollPaddingBlock"
12151
12756
  ],
12757
+ "longhands": [
12758
+ "scroll-padding-block-start",
12759
+ "scroll-padding-block-end"
12760
+ ],
12152
12761
  "syntax": "[ auto | <length-percentage [0,∞]> ]{1,2}"
12153
12762
  }
12154
12763
  ],
@@ -12228,6 +12837,10 @@ module.exports = new Map([
12228
12837
  "scroll-padding-inline",
12229
12838
  "scrollPaddingInline"
12230
12839
  ],
12840
+ "longhands": [
12841
+ "scroll-padding-inline-start",
12842
+ "scroll-padding-inline-end"
12843
+ ],
12231
12844
  "syntax": "[ auto | <length-percentage [0,∞]> ]{1,2}"
12232
12845
  }
12233
12846
  ],
@@ -12423,6 +13036,10 @@ module.exports = new Map([
12423
13036
  "scroll-timeline",
12424
13037
  "scrollTimeline"
12425
13038
  ],
13039
+ "longhands": [
13040
+ "scroll-timeline-name",
13041
+ "scroll-timeline-axis"
13042
+ ],
12426
13043
  "syntax": "[ <'scroll-timeline-name'> <'scroll-timeline-axis'>? ]#"
12427
13044
  }
12428
13045
  ],
@@ -13279,6 +13896,10 @@ module.exports = new Map([
13279
13896
  "text-align",
13280
13897
  "textAlign"
13281
13898
  ],
13899
+ "longhands": [
13900
+ "text-align-all",
13901
+ "text-align-last"
13902
+ ],
13282
13903
  "syntax": "start | end | left | right | center | <string> | justify | match-parent | justify-all"
13283
13904
  }
13284
13905
  ],
@@ -13450,6 +14071,12 @@ module.exports = new Map([
13450
14071
  "text-decoration",
13451
14072
  "textDecoration"
13452
14073
  ],
14074
+ "longhands": [
14075
+ "text-decoration-line",
14076
+ "text-decoration-thickness",
14077
+ "text-decoration-style",
14078
+ "text-decoration-color"
14079
+ ],
13453
14080
  "syntax": "<'text-decoration-line'> || <'text-decoration-thickness'> || <'text-decoration-style'> || <'text-decoration-color'>"
13454
14081
  }
13455
14082
  ],
@@ -13526,6 +14153,12 @@ module.exports = new Map([
13526
14153
  "text-decoration-skip",
13527
14154
  "textDecorationSkip"
13528
14155
  ],
14156
+ "longhands": [
14157
+ "text-decoration-skip-self",
14158
+ "text-decoration-skip-box",
14159
+ "text-decoration-skip-spaces",
14160
+ "text-decoration-skip-ink"
14161
+ ],
13529
14162
  "syntax": "none | auto"
13530
14163
  }
13531
14164
  ],
@@ -13659,6 +14292,10 @@ module.exports = new Map([
13659
14292
  "text-emphasis",
13660
14293
  "textEmphasis"
13661
14294
  ],
14295
+ "longhands": [
14296
+ "text-emphasis-style",
14297
+ "text-emphasis-color"
14298
+ ],
13662
14299
  "syntax": "<'text-emphasis-style'> || <'text-emphasis-color'>"
13663
14300
  }
13664
14301
  ],
@@ -13906,6 +14543,10 @@ module.exports = new Map([
13906
14543
  "text-spacing",
13907
14544
  "textSpacing"
13908
14545
  ],
14546
+ "longhands": [
14547
+ "text-spacing-trim",
14548
+ "text-autospace"
14549
+ ],
13909
14550
  "syntax": "none | auto | <spacing-trim> || <autospace>"
13910
14551
  }
13911
14552
  ],
@@ -14001,6 +14642,10 @@ module.exports = new Map([
14001
14642
  "text-wrap",
14002
14643
  "textWrap"
14003
14644
  ],
14645
+ "longhands": [
14646
+ "text-wrap-mode",
14647
+ "text-wrap-style"
14648
+ ],
14004
14649
  "syntax": "<'text-wrap-mode'> || <'text-wrap-style'>"
14005
14650
  }
14006
14651
  ],
@@ -14077,6 +14722,12 @@ module.exports = new Map([
14077
14722
  "timeline-trigger",
14078
14723
  "timelineTrigger"
14079
14724
  ],
14725
+ "longhands": [
14726
+ "timeline-trigger-name",
14727
+ "timeline-trigger-source",
14728
+ "timeline-trigger-range",
14729
+ "timeline-trigger-exit-range"
14730
+ ],
14080
14731
  "syntax": "none | [ <'timeline-trigger-name'> <'timeline-trigger-source'> <'timeline-trigger-range'> [ '/' <'timeline-trigger-exit-range'> ]? ]#"
14081
14732
  }
14082
14733
  ],
@@ -14096,6 +14747,10 @@ module.exports = new Map([
14096
14747
  "timeline-trigger-exit-range",
14097
14748
  "timelineTriggerExitRange"
14098
14749
  ],
14750
+ "longhands": [
14751
+ "timeline-trigger-exit-range-start",
14752
+ "timeline-trigger-exit-range-end"
14753
+ ],
14099
14754
  "syntax": "[ <'timeline-trigger-exit-range-start'> <'timeline-trigger-exit-range-end'>? ]#"
14100
14755
  }
14101
14756
  ],
@@ -14172,6 +14827,10 @@ module.exports = new Map([
14172
14827
  "timeline-trigger-range",
14173
14828
  "timelineTriggerRange"
14174
14829
  ],
14830
+ "longhands": [
14831
+ "timeline-trigger-range-start",
14832
+ "timeline-trigger-range-end"
14833
+ ],
14175
14834
  "syntax": "[ <'timeline-trigger-range-start'> <'timeline-trigger-range-end'>? ]#"
14176
14835
  }
14177
14836
  ],
@@ -14362,6 +15021,13 @@ module.exports = new Map([
14362
15021
  "styleDeclaration": [
14363
15022
  "transition"
14364
15023
  ],
15024
+ "longhands": [
15025
+ "transition-property",
15026
+ "transition-duration",
15027
+ "transition-timing-function",
15028
+ "transition-delay",
15029
+ "transition-behavior"
15030
+ ],
14365
15031
  "syntax": "<single-transition>#"
14366
15032
  }
14367
15033
  ],
@@ -14570,6 +15236,11 @@ module.exports = new Map([
14570
15236
  "vertical-align",
14571
15237
  "verticalAlign"
14572
15238
  ],
15239
+ "longhands": [
15240
+ "alignment-baseline",
15241
+ "baseline-shift",
15242
+ "baseline-source"
15243
+ ],
14573
15244
  "syntax": "[ first | last] || <'alignment-baseline'> || <'baseline-shift'>"
14574
15245
  }
14575
15246
  ],
@@ -14589,6 +15260,10 @@ module.exports = new Map([
14589
15260
  "view-timeline",
14590
15261
  "viewTimeline"
14591
15262
  ],
15263
+ "longhands": [
15264
+ "view-timeline-name",
15265
+ "view-timeline-axis"
15266
+ ],
14592
15267
  "syntax": "[ <'view-timeline-name'> [ <'view-timeline-axis'> || <'view-timeline-inset'> ]? ]#"
14593
15268
  }
14594
15269
  ],
@@ -14912,6 +15587,10 @@ module.exports = new Map([
14912
15587
  "white-space",
14913
15588
  "whiteSpace"
14914
15589
  ],
15590
+ "longhands": [
15591
+ "white-space-collapse",
15592
+ "text-wrap-mode"
15593
+ ],
14915
15594
  "syntax": "normal | pre | pre-wrap | pre-line | <'white-space-collapse'> || <'text-wrap-mode'> || <'white-space-trim'>"
14916
15595
  }
14917
15596
  ],