vscode-css-languageservice 5.1.5 → 5.1.9

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.
@@ -50,7 +50,7 @@ export var cssData = {
50
50
  }
51
51
  ],
52
52
  "syntax": "normal | <baseline-position> | <content-distribution> | <overflow-position>? <content-position>",
53
- "relevance": 60,
53
+ "relevance": 61,
54
54
  "description": "Aligns a flex container’s lines within the flex container when there is extra space in the cross-axis, similar to how 'justify-content' aligns individual items within the main-axis.",
55
55
  "restrictions": [
56
56
  "enum"
@@ -81,7 +81,7 @@ export var cssData = {
81
81
  }
82
82
  ],
83
83
  "syntax": "normal | stretch | <baseline-position> | [ <overflow-position>? <self-position> ]",
84
- "relevance": 84,
84
+ "relevance": 85,
85
85
  "description": "Aligns flex items along the cross axis of the current line of the flex container.",
86
86
  "restrictions": [
87
87
  "enum"
@@ -255,7 +255,7 @@ export var cssData = {
255
255
  }
256
256
  ],
257
257
  "syntax": "auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position>",
258
- "relevance": 71,
258
+ "relevance": 70,
259
259
  "description": "Allows the default alignment along the cross axis to be overridden for individual flex items.",
260
260
  "restrictions": [
261
261
  "enum"
@@ -344,7 +344,7 @@ export var cssData = {
344
344
  }
345
345
  ],
346
346
  "syntax": "<single-animation>#",
347
- "relevance": 81,
347
+ "relevance": 82,
348
348
  "references": [
349
349
  {
350
350
  "name": "MDN Reference",
@@ -363,7 +363,7 @@ export var cssData = {
363
363
  {
364
364
  "name": "animation-delay",
365
365
  "syntax": "<time>#",
366
- "relevance": 63,
366
+ "relevance": 62,
367
367
  "references": [
368
368
  {
369
369
  "name": "MDN Reference",
@@ -528,7 +528,7 @@ export var cssData = {
528
528
  {
529
529
  "name": "animation-timing-function",
530
530
  "syntax": "<easing-function>#",
531
- "relevance": 69,
531
+ "relevance": 68,
532
532
  "references": [
533
533
  {
534
534
  "name": "MDN Reference",
@@ -753,7 +753,7 @@ export var cssData = {
753
753
  {
754
754
  "name": "background-clip",
755
755
  "syntax": "<box>#",
756
- "relevance": 68,
756
+ "relevance": 67,
757
757
  "references": [
758
758
  {
759
759
  "name": "MDN Reference",
@@ -976,7 +976,7 @@ export var cssData = {
976
976
  "url": "https://developer.mozilla.org/docs/Web/CSS/block-size"
977
977
  }
978
978
  ],
979
- "description": "Logical 'width'. Mapping depends on the element’s 'writing-mode'.",
979
+ "description": "Size of an element in the direction opposite that of the direction specified by 'writing-mode'.",
980
980
  "restrictions": [
981
981
  "length",
982
982
  "percentage"
@@ -1205,7 +1205,7 @@ export var cssData = {
1205
1205
  {
1206
1206
  "name": "border-bottom-color",
1207
1207
  "syntax": "<'border-top-color'>",
1208
- "relevance": 72,
1208
+ "relevance": 71,
1209
1209
  "references": [
1210
1210
  {
1211
1211
  "name": "MDN Reference",
@@ -1236,7 +1236,7 @@ export var cssData = {
1236
1236
  {
1237
1237
  "name": "border-bottom-right-radius",
1238
1238
  "syntax": "<length-percentage>{1,2}",
1239
- "relevance": 75,
1239
+ "relevance": 74,
1240
1240
  "references": [
1241
1241
  {
1242
1242
  "name": "MDN Reference",
@@ -1293,7 +1293,7 @@ export var cssData = {
1293
1293
  }
1294
1294
  ],
1295
1295
  "syntax": "collapse | separate",
1296
- "relevance": 76,
1296
+ "relevance": 75,
1297
1297
  "references": [
1298
1298
  {
1299
1299
  "name": "MDN Reference",
@@ -1357,7 +1357,7 @@ export var cssData = {
1357
1357
  }
1358
1358
  ],
1359
1359
  "syntax": "<'border-image-source'> || <'border-image-slice'> [ / <'border-image-width'> | / <'border-image-width'>? / <'border-image-outset'> ]? || <'border-image-repeat'>",
1360
- "relevance": 52,
1360
+ "relevance": 53,
1361
1361
  "references": [
1362
1362
  {
1363
1363
  "name": "MDN Reference",
@@ -1675,7 +1675,7 @@ export var cssData = {
1675
1675
  {
1676
1676
  "name": "border-left",
1677
1677
  "syntax": "<line-width> || <line-style> || <color>",
1678
- "relevance": 83,
1678
+ "relevance": 82,
1679
1679
  "references": [
1680
1680
  {
1681
1681
  "name": "MDN Reference",
@@ -1708,7 +1708,7 @@ export var cssData = {
1708
1708
  {
1709
1709
  "name": "border-left-style",
1710
1710
  "syntax": "<line-style>",
1711
- "relevance": 53,
1711
+ "relevance": 54,
1712
1712
  "references": [
1713
1713
  {
1714
1714
  "name": "MDN Reference",
@@ -1723,7 +1723,7 @@ export var cssData = {
1723
1723
  {
1724
1724
  "name": "border-left-width",
1725
1725
  "syntax": "<line-width>",
1726
- "relevance": 58,
1726
+ "relevance": 59,
1727
1727
  "references": [
1728
1728
  {
1729
1729
  "name": "MDN Reference",
@@ -1835,7 +1835,7 @@ export var cssData = {
1835
1835
  "name": "border-style",
1836
1836
  "values": [],
1837
1837
  "syntax": "<line-style>{1,4}",
1838
- "relevance": 81,
1838
+ "relevance": 80,
1839
1839
  "references": [
1840
1840
  {
1841
1841
  "name": "MDN Reference",
@@ -1915,7 +1915,7 @@ export var cssData = {
1915
1915
  {
1916
1916
  "name": "border-top-style",
1917
1917
  "syntax": "<line-style>",
1918
- "relevance": 59,
1918
+ "relevance": 58,
1919
1919
  "references": [
1920
1920
  {
1921
1921
  "name": "MDN Reference",
@@ -1947,7 +1947,7 @@ export var cssData = {
1947
1947
  "name": "border-width",
1948
1948
  "values": [],
1949
1949
  "syntax": "<line-width>{1,4}",
1950
- "relevance": 82,
1950
+ "relevance": 81,
1951
1951
  "references": [
1952
1952
  {
1953
1953
  "name": "MDN Reference",
@@ -1987,7 +1987,7 @@ export var cssData = {
1987
1987
  "browsers": [
1988
1988
  "E79",
1989
1989
  "FF32",
1990
- "S6.1",
1990
+ "S7",
1991
1991
  "C22",
1992
1992
  "O15"
1993
1993
  ],
@@ -2054,7 +2054,7 @@ export var cssData = {
2054
2054
  }
2055
2055
  ],
2056
2056
  "syntax": "content-box | border-box",
2057
- "relevance": 92,
2057
+ "relevance": 93,
2058
2058
  "references": [
2059
2059
  {
2060
2060
  "name": "MDN Reference",
@@ -2228,7 +2228,7 @@ export var cssData = {
2228
2228
  }
2229
2229
  ],
2230
2230
  "syntax": "auto | <color>",
2231
- "relevance": 51,
2231
+ "relevance": 52,
2232
2232
  "references": [
2233
2233
  {
2234
2234
  "name": "MDN Reference",
@@ -2454,7 +2454,7 @@ export var cssData = {
2454
2454
  }
2455
2455
  ],
2456
2456
  "syntax": "normal | <length-percentage>",
2457
- "relevance": 53,
2457
+ "relevance": 54,
2458
2458
  "description": "Sets the gap between columns. If there is a column rule between columns, it will appear in the middle of the gap.",
2459
2459
  "restrictions": [
2460
2460
  "length",
@@ -2634,7 +2634,7 @@ export var cssData = {
2634
2634
  }
2635
2635
  ],
2636
2636
  "syntax": "none | strict | content | [ size || layout || style || paint ]",
2637
- "relevance": 55,
2637
+ "relevance": 54,
2638
2638
  "references": [
2639
2639
  {
2640
2640
  "name": "MDN Reference",
@@ -2718,7 +2718,7 @@ export var cssData = {
2718
2718
  }
2719
2719
  ],
2720
2720
  "syntax": "[ <custom-ident> <integer>? ]+ | none",
2721
- "relevance": 52,
2721
+ "relevance": 53,
2722
2722
  "references": [
2723
2723
  {
2724
2724
  "name": "MDN Reference",
@@ -2939,7 +2939,7 @@ export var cssData = {
2939
2939
  }
2940
2940
  ],
2941
2941
  "syntax": "ltr | rtl",
2942
- "relevance": 69,
2942
+ "relevance": 70,
2943
2943
  "references": [
2944
2944
  {
2945
2945
  "name": "MDN Reference",
@@ -3479,7 +3479,7 @@ export var cssData = {
3479
3479
  {
3480
3480
  "name": "flex-shrink",
3481
3481
  "syntax": "<number>",
3482
- "relevance": 72,
3482
+ "relevance": 73,
3483
3483
  "references": [
3484
3484
  {
3485
3485
  "name": "MDN Reference",
@@ -3710,7 +3710,7 @@ export var cssData = {
3710
3710
  }
3711
3711
  ],
3712
3712
  "syntax": "[ [ <'font-style'> || <font-variant-css21> || <'font-weight'> || <'font-stretch'> ]? <'font-size'> [ / <'line-height'> ]? <'font-family'> ] | caption | icon | menu | message-box | small-caption | status-bar",
3713
- "relevance": 84,
3713
+ "relevance": 83,
3714
3714
  "references": [
3715
3715
  {
3716
3716
  "name": "MDN Reference",
@@ -4410,7 +4410,7 @@ export var cssData = {
4410
4410
  "description": "Do not preserve the font’s x-height."
4411
4411
  }
4412
4412
  ],
4413
- "syntax": "none | <number>",
4413
+ "syntax": "none | [ ex-height | cap-height | ch-width | ic-width | ic-height ]? [ from-font | <number> ]",
4414
4414
  "relevance": 50,
4415
4415
  "references": [
4416
4416
  {
@@ -4550,7 +4550,7 @@ export var cssData = {
4550
4550
  }
4551
4551
  ],
4552
4552
  "syntax": "normal | none | [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> || 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>) || [ small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps ] || <numeric-figure-values> || <numeric-spacing-values> || <numeric-fraction-values> || ordinal || slashed-zero || <east-asian-variant-values> || <east-asian-width-values> || ruby ]",
4553
- "relevance": 64,
4553
+ "relevance": 65,
4554
4554
  "references": [
4555
4555
  {
4556
4556
  "name": "MDN Reference",
@@ -5302,7 +5302,7 @@ export var cssData = {
5302
5302
  ],
5303
5303
  "status": "obsolete",
5304
5304
  "syntax": "<'grid-row-gap'> <'grid-column-gap'>?",
5305
- "relevance": 2,
5305
+ "relevance": 3,
5306
5306
  "description": "Shorthand that specifies the gutters between grid columns and grid rows in one declaration. Replaced by 'gap' property.",
5307
5307
  "restrictions": [
5308
5308
  "length"
@@ -5543,7 +5543,7 @@ export var cssData = {
5543
5543
  }
5544
5544
  ],
5545
5545
  "syntax": "none | <track-list> | <auto-track-list> | subgrid <line-name-list>?",
5546
- "relevance": 57,
5546
+ "relevance": 58,
5547
5547
  "references": [
5548
5548
  {
5549
5549
  "name": "MDN Reference",
@@ -5591,7 +5591,7 @@ export var cssData = {
5591
5591
  }
5592
5592
  ],
5593
5593
  "syntax": "none | <track-list> | <auto-track-list> | subgrid <line-name-list>?",
5594
- "relevance": 52,
5594
+ "relevance": 53,
5595
5595
  "references": [
5596
5596
  {
5597
5597
  "name": "MDN Reference",
@@ -5822,7 +5822,7 @@ export var cssData = {
5822
5822
  "url": "https://developer.mozilla.org/docs/Web/CSS/inline-size"
5823
5823
  }
5824
5824
  ],
5825
- "description": "Logical 'height'. Mapping depends on the element’s 'writing-mode'.",
5825
+ "description": "Size of an element in the direction specified by 'writing-mode'.",
5826
5826
  "restrictions": [
5827
5827
  "length",
5828
5828
  "percentage"
@@ -5929,7 +5929,7 @@ export var cssData = {
5929
5929
  }
5930
5930
  ],
5931
5931
  "syntax": "normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ]",
5932
- "relevance": 84,
5932
+ "relevance": 85,
5933
5933
  "description": "Aligns flex items along the main axis of the current line of the flex container.",
5934
5934
  "restrictions": [
5935
5935
  "enum"
@@ -6290,7 +6290,7 @@ export var cssData = {
6290
6290
  "url": "https://developer.mozilla.org/docs/Web/CSS/margin"
6291
6291
  }
6292
6292
  ],
6293
- "description": "Shorthand property to set values the thickness of the margin area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. Negative values for margin properties are allowed, but there may be implementation-specific limits.",
6293
+ "description": "Shorthand property to set values for the thickness of the margin area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. Negative values for margin properties are allowed, but there may be implementation-specific limits.",
6294
6294
  "restrictions": [
6295
6295
  "length",
6296
6296
  "percentage"
@@ -6339,7 +6339,7 @@ export var cssData = {
6339
6339
  }
6340
6340
  ],
6341
6341
  "syntax": "<'margin-left'>",
6342
- "relevance": 53,
6342
+ "relevance": 52,
6343
6343
  "references": [
6344
6344
  {
6345
6345
  "name": "MDN Reference",
@@ -6360,14 +6360,14 @@ export var cssData = {
6360
6360
  }
6361
6361
  ],
6362
6362
  "syntax": "<length> | <percentage> | auto",
6363
- "relevance": 92,
6363
+ "relevance": 91,
6364
6364
  "references": [
6365
6365
  {
6366
6366
  "name": "MDN Reference",
6367
6367
  "url": "https://developer.mozilla.org/docs/Web/CSS/margin-bottom"
6368
6368
  }
6369
6369
  ],
6370
- "description": "Shorthand property to set values the thickness of the margin area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. Negative values for margin properties are allowed, but there may be implementation-specific limits..",
6370
+ "description": "Shorthand property to set values for the thickness of the margin area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. Negative values for margin properties are allowed, but there may be implementation-specific limits..",
6371
6371
  "restrictions": [
6372
6372
  "length",
6373
6373
  "percentage"
@@ -6444,7 +6444,7 @@ export var cssData = {
6444
6444
  "url": "https://developer.mozilla.org/docs/Web/CSS/margin-left"
6445
6445
  }
6446
6446
  ],
6447
- "description": "Shorthand property to set values the thickness of the margin area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. Negative values for margin properties are allowed, but there may be implementation-specific limits..",
6447
+ "description": "Shorthand property to set values for the thickness of the margin area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. Negative values for margin properties are allowed, but there may be implementation-specific limits..",
6448
6448
  "restrictions": [
6449
6449
  "length",
6450
6450
  "percentage"
@@ -6465,7 +6465,7 @@ export var cssData = {
6465
6465
  "url": "https://developer.mozilla.org/docs/Web/CSS/margin-right"
6466
6466
  }
6467
6467
  ],
6468
- "description": "Shorthand property to set values the thickness of the margin area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. Negative values for margin properties are allowed, but there may be implementation-specific limits..",
6468
+ "description": "Shorthand property to set values for the thickness of the margin area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. Negative values for margin properties are allowed, but there may be implementation-specific limits..",
6469
6469
  "restrictions": [
6470
6470
  "length",
6471
6471
  "percentage"
@@ -6486,7 +6486,7 @@ export var cssData = {
6486
6486
  "url": "https://developer.mozilla.org/docs/Web/CSS/margin-top"
6487
6487
  }
6488
6488
  ],
6489
- "description": "Shorthand property to set values the thickness of the margin area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. Negative values for margin properties are allowed, but there may be implementation-specific limits..",
6489
+ "description": "Shorthand property to set values for the thickness of the margin area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. Negative values for margin properties are allowed, but there may be implementation-specific limits..",
6490
6490
  "restrictions": [
6491
6491
  "length",
6492
6492
  "percentage"
@@ -6567,7 +6567,7 @@ export var cssData = {
6567
6567
  {
6568
6568
  "name": "mask-image",
6569
6569
  "browsers": [
6570
- "E16",
6570
+ "E79",
6571
6571
  "FF53",
6572
6572
  "S4",
6573
6573
  "C1",
@@ -6658,9 +6658,9 @@ export var cssData = {
6658
6658
  {
6659
6659
  "name": "mask-position",
6660
6660
  "browsers": [
6661
- "E18",
6661
+ "E79",
6662
6662
  "FF53",
6663
- "S3.2",
6663
+ "S3.1",
6664
6664
  "C1",
6665
6665
  "O15"
6666
6666
  ],
@@ -6682,9 +6682,9 @@ export var cssData = {
6682
6682
  {
6683
6683
  "name": "mask-repeat",
6684
6684
  "browsers": [
6685
- "E18",
6685
+ "E79",
6686
6686
  "FF53",
6687
- "S3.2",
6687
+ "S3.1",
6688
6688
  "C1",
6689
6689
  "O15"
6690
6690
  ],
@@ -6704,7 +6704,7 @@ export var cssData = {
6704
6704
  {
6705
6705
  "name": "mask-size",
6706
6706
  "browsers": [
6707
- "E18",
6707
+ "E79",
6708
6708
  "FF53",
6709
6709
  "S4",
6710
6710
  "C4",
@@ -6744,7 +6744,7 @@ export var cssData = {
6744
6744
  "browsers": [
6745
6745
  "E79",
6746
6746
  "FF35",
6747
- "S6.1",
6747
+ "S7",
6748
6748
  "C24",
6749
6749
  "O15"
6750
6750
  ],
@@ -6794,7 +6794,7 @@ export var cssData = {
6794
6794
  "url": "https://developer.mozilla.org/docs/Web/CSS/max-block-size"
6795
6795
  }
6796
6796
  ],
6797
- "description": "Logical 'max-width'. Mapping depends on the element’s 'writing-mode'.",
6797
+ "description": "Maximum size of an element in the direction opposite that of the direction specified by 'writing-mode'.",
6798
6798
  "restrictions": [
6799
6799
  "length",
6800
6800
  "percentage"
@@ -6857,7 +6857,7 @@ export var cssData = {
6857
6857
  "url": "https://developer.mozilla.org/docs/Web/CSS/max-inline-size"
6858
6858
  }
6859
6859
  ],
6860
- "description": "Logical 'max-height'. Mapping depends on the element’s 'writing-mode'.",
6860
+ "description": "Maximum size of an element in the direction specified by 'writing-mode'.",
6861
6861
  "restrictions": [
6862
6862
  "length",
6863
6863
  "percentage"
@@ -6914,7 +6914,7 @@ export var cssData = {
6914
6914
  "url": "https://developer.mozilla.org/docs/Web/CSS/min-block-size"
6915
6915
  }
6916
6916
  ],
6917
- "description": "Logical 'min-width'. Mapping depends on the element’s 'writing-mode'.",
6917
+ "description": "Minimal size of an element in the direction opposite that of the direction specified by 'writing-mode'.",
6918
6918
  "restrictions": [
6919
6919
  "length",
6920
6920
  "percentage"
@@ -6970,7 +6970,7 @@ export var cssData = {
6970
6970
  "url": "https://developer.mozilla.org/docs/Web/CSS/min-inline-size"
6971
6971
  }
6972
6972
  ],
6973
- "description": "Logical 'min-height'. Mapping depends on the element’s 'writing-mode'.",
6973
+ "description": "Minimal size of an element in the direction specified by 'writing-mode'.",
6974
6974
  "restrictions": [
6975
6975
  "length",
6976
6976
  "percentage"
@@ -11142,7 +11142,7 @@ export var cssData = {
11142
11142
  }
11143
11143
  ],
11144
11144
  "syntax": "fill | contain | cover | none | scale-down",
11145
- "relevance": 67,
11145
+ "relevance": 68,
11146
11146
  "references": [
11147
11147
  {
11148
11148
  "name": "MDN Reference",
@@ -11286,7 +11286,7 @@ export var cssData = {
11286
11286
  {
11287
11287
  "name": "order",
11288
11288
  "syntax": "<integer>",
11289
- "relevance": 63,
11289
+ "relevance": 64,
11290
11290
  "references": [
11291
11291
  {
11292
11292
  "name": "MDN Reference",
@@ -11684,7 +11684,7 @@ export var cssData = {
11684
11684
  "O9.5"
11685
11685
  ],
11686
11686
  "syntax": "<length>",
11687
- "relevance": 65,
11687
+ "relevance": 67,
11688
11688
  "references": [
11689
11689
  {
11690
11690
  "name": "MDN Reference",
@@ -11721,7 +11721,7 @@ export var cssData = {
11721
11721
  {
11722
11722
  "name": "outline-width",
11723
11723
  "syntax": "<line-width>",
11724
- "relevance": 62,
11724
+ "relevance": 61,
11725
11725
  "references": [
11726
11726
  {
11727
11727
  "name": "MDN Reference",
@@ -11784,7 +11784,7 @@ export var cssData = {
11784
11784
  }
11785
11785
  ],
11786
11786
  "syntax": "normal | break-word | anywhere",
11787
- "relevance": 65,
11787
+ "relevance": 64,
11788
11788
  "references": [
11789
11789
  {
11790
11790
  "name": "MDN Reference",
@@ -11888,7 +11888,7 @@ export var cssData = {
11888
11888
  "url": "https://developer.mozilla.org/docs/Web/CSS/padding"
11889
11889
  }
11890
11890
  ],
11891
- "description": "Shorthand property to set values the thickness of the padding area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. The value may not be negative.",
11891
+ "description": "Shorthand property to set values for the thickness of the padding area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. The value may not be negative.",
11892
11892
  "restrictions": [
11893
11893
  "length",
11894
11894
  "percentage"
@@ -11904,7 +11904,7 @@ export var cssData = {
11904
11904
  "url": "https://developer.mozilla.org/docs/Web/CSS/padding-bottom"
11905
11905
  }
11906
11906
  ],
11907
- "description": "Shorthand property to set values the thickness of the padding area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. The value may not be negative.",
11907
+ "description": "Shorthand property to set values for the thickness of the padding area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. The value may not be negative.",
11908
11908
  "restrictions": [
11909
11909
  "length",
11910
11910
  "percentage"
@@ -12005,14 +12005,14 @@ export var cssData = {
12005
12005
  {
12006
12006
  "name": "padding-left",
12007
12007
  "syntax": "<length> | <percentage>",
12008
- "relevance": 91,
12008
+ "relevance": 90,
12009
12009
  "references": [
12010
12010
  {
12011
12011
  "name": "MDN Reference",
12012
12012
  "url": "https://developer.mozilla.org/docs/Web/CSS/padding-left"
12013
12013
  }
12014
12014
  ],
12015
- "description": "Shorthand property to set values the thickness of the padding area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. The value may not be negative.",
12015
+ "description": "Shorthand property to set values for the thickness of the padding area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. The value may not be negative.",
12016
12016
  "restrictions": [
12017
12017
  "length",
12018
12018
  "percentage"
@@ -12021,14 +12021,14 @@ export var cssData = {
12021
12021
  {
12022
12022
  "name": "padding-right",
12023
12023
  "syntax": "<length> | <percentage>",
12024
- "relevance": 90,
12024
+ "relevance": 89,
12025
12025
  "references": [
12026
12026
  {
12027
12027
  "name": "MDN Reference",
12028
12028
  "url": "https://developer.mozilla.org/docs/Web/CSS/padding-right"
12029
12029
  }
12030
12030
  ],
12031
- "description": "Shorthand property to set values the thickness of the padding area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. The value may not be negative.",
12031
+ "description": "Shorthand property to set values for the thickness of the padding area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. The value may not be negative.",
12032
12032
  "restrictions": [
12033
12033
  "length",
12034
12034
  "percentage"
@@ -12044,7 +12044,7 @@ export var cssData = {
12044
12044
  "url": "https://developer.mozilla.org/docs/Web/CSS/padding-top"
12045
12045
  }
12046
12046
  ],
12047
- "description": "Shorthand property to set values the thickness of the padding area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. The value may not be negative.",
12047
+ "description": "Shorthand property to set values for the thickness of the padding area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. The value may not be negative.",
12048
12048
  "restrictions": [
12049
12049
  "length",
12050
12050
  "percentage"
@@ -12137,7 +12137,7 @@ export var cssData = {
12137
12137
  }
12138
12138
  ],
12139
12139
  "syntax": "auto | avoid",
12140
- "relevance": 52,
12140
+ "relevance": 53,
12141
12141
  "references": [
12142
12142
  {
12143
12143
  "name": "MDN Reference",
@@ -12195,7 +12195,7 @@ export var cssData = {
12195
12195
  }
12196
12196
  ],
12197
12197
  "syntax": "none | <length>",
12198
- "relevance": 56,
12198
+ "relevance": 55,
12199
12199
  "references": [
12200
12200
  {
12201
12201
  "name": "MDN Reference",
@@ -12250,7 +12250,7 @@ export var cssData = {
12250
12250
  },
12251
12251
  {
12252
12252
  "name": "visible",
12253
- "description": "The given element can be the target element for pointer events when the ‘visibility’ property is set to visible and the pointer is over either the interior or the perimete of the element."
12253
+ "description": "The given element can be the target element for pointer events when the ‘visibility’ property is set to visible and the pointer is over either the interior or the perimeter of the element."
12254
12254
  },
12255
12255
  {
12256
12256
  "name": "visibleFill",
@@ -12409,7 +12409,7 @@ export var cssData = {
12409
12409
  }
12410
12410
  ],
12411
12411
  "syntax": "none | both | horizontal | vertical | block | inline",
12412
- "relevance": 60,
12412
+ "relevance": 59,
12413
12413
  "references": [
12414
12414
  {
12415
12415
  "name": "MDN Reference",
@@ -12907,7 +12907,7 @@ export var cssData = {
12907
12907
  }
12908
12908
  ],
12909
12909
  "syntax": "none | [ x | y | block | inline | both ] [ mandatory | proximity ]?",
12910
- "relevance": 51,
12910
+ "relevance": 52,
12911
12911
  "references": [
12912
12912
  {
12913
12913
  "name": "MDN Reference",
@@ -13056,7 +13056,7 @@ export var cssData = {
13056
13056
  }
13057
13057
  ],
13058
13058
  "syntax": "[ <url> [ format( <string># ) ]? | local( <family-name> ) ]#",
13059
- "relevance": 64,
13059
+ "relevance": 66,
13060
13060
  "description": "@font-face descriptor. Specifies the resource containing font data. It is required, whether the font is downloadable or locally installed.",
13061
13061
  "restrictions": [
13062
13062
  "enum",
@@ -13295,8 +13295,8 @@ export var cssData = {
13295
13295
  "name": "tab-size",
13296
13296
  "browsers": [
13297
13297
  "E79",
13298
- "FF4",
13299
- "S6.1",
13298
+ "FF91",
13299
+ "S7",
13300
13300
  "C21",
13301
13301
  "O15"
13302
13302
  ],
@@ -13589,7 +13589,7 @@ export var cssData = {
13589
13589
  "name": "text-indent",
13590
13590
  "values": [],
13591
13591
  "syntax": "<length-percentage> && hanging? && each-line?",
13592
- "relevance": 69,
13592
+ "relevance": 68,
13593
13593
  "references": [
13594
13594
  {
13595
13595
  "name": "MDN Reference",
@@ -13663,7 +13663,7 @@ export var cssData = {
13663
13663
  "FF41",
13664
13664
  "S14",
13665
13665
  "C48",
13666
- "O15"
13666
+ "O35"
13667
13667
  ],
13668
13668
  "values": [
13669
13669
  {
@@ -13673,7 +13673,7 @@ export var cssData = {
13673
13673
  "FF41",
13674
13674
  "S14",
13675
13675
  "C48",
13676
- "O15"
13676
+ "O35"
13677
13677
  ],
13678
13678
  "description": "This value is equivalent to 'sideways-right' in 'vertical-rl' writing mode and equivalent to 'sideways-left' in 'vertical-lr' writing mode."
13679
13679
  },
@@ -13684,7 +13684,7 @@ export var cssData = {
13684
13684
  "FF41",
13685
13685
  "S14",
13686
13686
  "C48",
13687
- "O15"
13687
+ "O35"
13688
13688
  ],
13689
13689
  "description": "In vertical writing modes, this causes text to be set as if in a horizontal layout, but rotated 90° clockwise."
13690
13690
  },
@@ -13780,7 +13780,7 @@ export var cssData = {
13780
13780
  }
13781
13781
  ],
13782
13782
  "syntax": "none | <shadow-t>#",
13783
- "relevance": 75,
13783
+ "relevance": 74,
13784
13784
  "references": [
13785
13785
  {
13786
13786
  "name": "MDN Reference",
@@ -13913,7 +13913,7 @@ export var cssData = {
13913
13913
  }
13914
13914
  ],
13915
13915
  "syntax": "auto | none | [ [ pan-x | pan-left | pan-right ] || [ pan-y | pan-up | pan-down ] || pinch-zoom ] | manipulation",
13916
- "relevance": 67,
13916
+ "relevance": 68,
13917
13917
  "references": [
13918
13918
  {
13919
13919
  "name": "MDN Reference",
@@ -14116,7 +14116,7 @@ export var cssData = {
14116
14116
  {
14117
14117
  "name": "transition-delay",
14118
14118
  "syntax": "<time>#",
14119
- "relevance": 63,
14119
+ "relevance": 62,
14120
14120
  "references": [
14121
14121
  {
14122
14122
  "name": "MDN Reference",
@@ -14156,7 +14156,7 @@ export var cssData = {
14156
14156
  }
14157
14157
  ],
14158
14158
  "syntax": "none | <single-transition-property>#",
14159
- "relevance": 65,
14159
+ "relevance": 63,
14160
14160
  "references": [
14161
14161
  {
14162
14162
  "name": "MDN Reference",
@@ -14171,7 +14171,7 @@ export var cssData = {
14171
14171
  {
14172
14172
  "name": "transition-timing-function",
14173
14173
  "syntax": "<easing-function>#",
14174
- "relevance": 64,
14174
+ "relevance": 63,
14175
14175
  "references": [
14176
14176
  {
14177
14177
  "name": "MDN Reference",
@@ -14537,7 +14537,7 @@ export var cssData = {
14537
14537
  }
14538
14538
  ],
14539
14539
  "syntax": "<unicode-range>#",
14540
- "relevance": 57,
14540
+ "relevance": 58,
14541
14541
  "description": "@font-face descriptor. Defines the set of Unicode codepoints that may be supported by the font face for which it is declared.",
14542
14542
  "restrictions": [
14543
14543
  "unicode-range"
@@ -14567,7 +14567,7 @@ export var cssData = {
14567
14567
  }
14568
14568
  ],
14569
14569
  "syntax": "auto | text | none | contain | all",
14570
- "relevance": 76,
14570
+ "relevance": 77,
14571
14571
  "references": [
14572
14572
  {
14573
14573
  "name": "MDN Reference",
@@ -16330,7 +16330,7 @@ export var cssData = {
16330
16330
  "browsers": [
16331
16331
  "E12",
16332
16332
  "C16",
16333
- "O≤15"
16333
+ "O15"
16334
16334
  ],
16335
16335
  "status": "nonstandard",
16336
16336
  "syntax": "<color>",
@@ -16840,7 +16840,7 @@ export var cssData = {
16840
16840
  }
16841
16841
  ],
16842
16842
  "syntax": "normal | pre | nowrap | pre-wrap | pre-line | break-spaces",
16843
- "relevance": 89,
16843
+ "relevance": 90,
16844
16844
  "references": [
16845
16845
  {
16846
16846
  "name": "MDN Reference",
@@ -16932,7 +16932,7 @@ export var cssData = {
16932
16932
  }
16933
16933
  ],
16934
16934
  "syntax": "auto | <animateable-feature>#",
16935
- "relevance": 64,
16935
+ "relevance": 63,
16936
16936
  "references": [
16937
16937
  {
16938
16938
  "name": "MDN Reference",
@@ -17009,7 +17009,7 @@ export var cssData = {
17009
17009
  }
17010
17010
  ],
17011
17011
  "syntax": "normal | break-word",
17012
- "relevance": 78,
17012
+ "relevance": 77,
17013
17013
  "description": "Specifies whether the UA may break within a word to prevent overflow when an otherwise-unbreakable string is too long to fit.",
17014
17014
  "restrictions": [
17015
17015
  "enum"
@@ -17428,7 +17428,7 @@ export var cssData = {
17428
17428
  "browsers": [
17429
17429
  "E18",
17430
17430
  "FF53",
17431
- "S3.2",
17431
+ "S3.1",
17432
17432
  "C1",
17433
17433
  "O15"
17434
17434
  ],
@@ -17455,7 +17455,7 @@ export var cssData = {
17455
17455
  "browsers": [
17456
17456
  "E18",
17457
17457
  "FF49",
17458
- "S3.2",
17458
+ "S3.1",
17459
17459
  "C1",
17460
17460
  "O15"
17461
17461
  ],
@@ -17475,7 +17475,7 @@ export var cssData = {
17475
17475
  "browsers": [
17476
17476
  "E18",
17477
17477
  "FF49",
17478
- "S3.2",
17478
+ "S3.1",
17479
17479
  "C1",
17480
17480
  "O15"
17481
17481
  ],
@@ -17525,6 +17525,23 @@ export var cssData = {
17525
17525
  ],
17526
17526
  "description": "The -webkit-mask-repeat-y property specifies whether and how a mask image is repeated (tiled) vertically."
17527
17527
  },
17528
+ {
17529
+ "name": "accent-color",
17530
+ "syntax": "auto | <color>",
17531
+ "relevance": 50,
17532
+ "browsers": [
17533
+ "E93",
17534
+ "FF92",
17535
+ "C93"
17536
+ ],
17537
+ "references": [
17538
+ {
17539
+ "name": "MDN Reference",
17540
+ "url": "https://developer.mozilla.org/docs/Web/CSS/accent-color"
17541
+ }
17542
+ ],
17543
+ "description": "Sets the color of the elements accent"
17544
+ },
17528
17545
  {
17529
17546
  "name": "align-tracks",
17530
17547
  "status": "experimental",
@@ -17545,7 +17562,7 @@ export var cssData = {
17545
17562
  "name": "appearance",
17546
17563
  "status": "experimental",
17547
17564
  "syntax": "none | auto | textfield | menulist-button | <compat-auto>",
17548
- "relevance": 60,
17565
+ "relevance": 61,
17549
17566
  "browsers": [
17550
17567
  "E84",
17551
17568
  "FF80",
@@ -17565,10 +17582,11 @@ export var cssData = {
17565
17582
  "name": "aspect-ratio",
17566
17583
  "status": "experimental",
17567
17584
  "syntax": "auto | <ratio>",
17568
- "relevance": 51,
17585
+ "relevance": 52,
17569
17586
  "browsers": [
17570
17587
  "E88",
17571
17588
  "FF89",
17589
+ "S15",
17572
17590
  "C88",
17573
17591
  "O74"
17574
17592
  ],
@@ -17689,6 +17707,7 @@ export var cssData = {
17689
17707
  "browsers": [
17690
17708
  "E89",
17691
17709
  "FF66",
17710
+ "S15",
17692
17711
  "C89",
17693
17712
  "O75"
17694
17713
  ],
@@ -17707,6 +17726,7 @@ export var cssData = {
17707
17726
  "browsers": [
17708
17727
  "E89",
17709
17728
  "FF66",
17729
+ "S15",
17710
17730
  "C89",
17711
17731
  "O75"
17712
17732
  ],
@@ -17801,6 +17821,7 @@ export var cssData = {
17801
17821
  "browsers": [
17802
17822
  "E89",
17803
17823
  "FF66",
17824
+ "S15",
17804
17825
  "C89",
17805
17826
  "O75"
17806
17827
  ],
@@ -17819,6 +17840,7 @@ export var cssData = {
17819
17840
  "browsers": [
17820
17841
  "E89",
17821
17842
  "FF66",
17843
+ "S15",
17822
17844
  "C89",
17823
17845
  "O75"
17824
17846
  ],
@@ -18008,7 +18030,7 @@ export var cssData = {
18008
18030
  {
18009
18031
  "name": "color-scheme",
18010
18032
  "syntax": "normal | [ light | dark | <custom-ident> ]+",
18011
- "relevance": 50,
18033
+ "relevance": 51,
18012
18034
  "browsers": [
18013
18035
  "E81",
18014
18036
  "S13",
@@ -18120,7 +18142,7 @@ export var cssData = {
18120
18142
  "name": "forced-color-adjust",
18121
18143
  "status": "experimental",
18122
18144
  "syntax": "auto | none",
18123
- "relevance": 51,
18145
+ "relevance": 50,
18124
18146
  "browsers": [
18125
18147
  "E79",
18126
18148
  "C89",
@@ -18137,7 +18159,7 @@ export var cssData = {
18137
18159
  {
18138
18160
  "name": "gap",
18139
18161
  "syntax": "<'row-gap'> <'column-gap'>?",
18140
- "relevance": 50,
18162
+ "relevance": 51,
18141
18163
  "browsers": [
18142
18164
  "E84",
18143
18165
  "FF63",
@@ -18203,7 +18225,7 @@ export var cssData = {
18203
18225
  "syntax": "<'top'>{1,4}",
18204
18226
  "relevance": 50,
18205
18227
  "browsers": [
18206
- "E79",
18228
+ "E87",
18207
18229
  "FF66",
18208
18230
  "S14.1",
18209
18231
  "C87",
@@ -18222,7 +18244,7 @@ export var cssData = {
18222
18244
  "syntax": "<'top'>{1,2}",
18223
18245
  "relevance": 50,
18224
18246
  "browsers": [
18225
- "E79",
18247
+ "E87",
18226
18248
  "FF63",
18227
18249
  "S14.1",
18228
18250
  "C87",
@@ -18241,7 +18263,7 @@ export var cssData = {
18241
18263
  "syntax": "<'top'>",
18242
18264
  "relevance": 50,
18243
18265
  "browsers": [
18244
- "E79",
18266
+ "E87",
18245
18267
  "FF63",
18246
18268
  "S14.1",
18247
18269
  "C87",
@@ -18260,7 +18282,7 @@ export var cssData = {
18260
18282
  "syntax": "<'top'>",
18261
18283
  "relevance": 50,
18262
18284
  "browsers": [
18263
- "E79",
18285
+ "E87",
18264
18286
  "FF63",
18265
18287
  "S14.1",
18266
18288
  "C87",
@@ -18279,7 +18301,7 @@ export var cssData = {
18279
18301
  "syntax": "<'top'>{1,2}",
18280
18302
  "relevance": 50,
18281
18303
  "browsers": [
18282
- "E79",
18304
+ "E87",
18283
18305
  "FF63",
18284
18306
  "S14.1",
18285
18307
  "C87",
@@ -18298,7 +18320,7 @@ export var cssData = {
18298
18320
  "syntax": "<'top'>",
18299
18321
  "relevance": 50,
18300
18322
  "browsers": [
18301
- "E79",
18323
+ "E87",
18302
18324
  "FF63",
18303
18325
  "S14.1",
18304
18326
  "C87",
@@ -18317,7 +18339,7 @@ export var cssData = {
18317
18339
  "syntax": "<'top'>",
18318
18340
  "relevance": 50,
18319
18341
  "browsers": [
18320
- "E79",
18342
+ "E87",
18321
18343
  "FF63",
18322
18344
  "S14.1",
18323
18345
  "C87",
@@ -18428,9 +18450,9 @@ export var cssData = {
18428
18450
  "syntax": "<mask-layer>#",
18429
18451
  "relevance": 50,
18430
18452
  "browsers": [
18431
- "E12",
18453
+ "E79",
18432
18454
  "FF2",
18433
- "S3.2",
18455
+ "S3.1",
18434
18456
  "C1",
18435
18457
  "O15"
18436
18458
  ],
@@ -18785,7 +18807,8 @@ export var cssData = {
18785
18807
  "relevance": 50,
18786
18808
  "browsers": [
18787
18809
  "E90",
18788
- "C90"
18810
+ "C90",
18811
+ "O76"
18789
18812
  ],
18790
18813
  "references": [
18791
18814
  {
@@ -18924,7 +18947,7 @@ export var cssData = {
18924
18947
  "syntax": "<'padding-left'>{1,2}",
18925
18948
  "relevance": 50,
18926
18949
  "browsers": [
18927
- "E79",
18950
+ "E87",
18928
18951
  "FF66",
18929
18952
  "S14.1",
18930
18953
  "C87",
@@ -18944,11 +18967,17 @@ export var cssData = {
18944
18967
  "relevance": 50,
18945
18968
  "browsers": [
18946
18969
  "E79",
18947
- "FF53",
18970
+ "FF45",
18948
18971
  "S9",
18949
18972
  "C59",
18950
18973
  "O46"
18951
18974
  ],
18975
+ "references": [
18976
+ {
18977
+ "name": "MDN Reference",
18978
+ "url": "https://developer.mozilla.org/docs/Web/CSS/place-content"
18979
+ }
18980
+ ],
18952
18981
  "description": "The place-content CSS shorthand property sets both the align-content and justify-content properties."
18953
18982
  },
18954
18983
  {
@@ -18962,6 +18991,12 @@ export var cssData = {
18962
18991
  "C59",
18963
18992
  "O46"
18964
18993
  ],
18994
+ "references": [
18995
+ {
18996
+ "name": "MDN Reference",
18997
+ "url": "https://developer.mozilla.org/docs/Web/CSS/place-items"
18998
+ }
18999
+ ],
18965
19000
  "description": "The CSS place-items shorthand property sets both the align-items and justify-items properties. The first value is the align-items property value, the second the justify-items one. If the second value is not present, the first value is also used for it."
18966
19001
  },
18967
19002
  {
@@ -18975,6 +19010,12 @@ export var cssData = {
18975
19010
  "C59",
18976
19011
  "O46"
18977
19012
  ],
19013
+ "references": [
19014
+ {
19015
+ "name": "MDN Reference",
19016
+ "url": "https://developer.mozilla.org/docs/Web/CSS/place-self"
19017
+ }
19018
+ ],
18978
19019
  "description": "The place-self CSS property is a shorthand property sets both the align-self and justify-self properties. The first value is the align-self property value, the second the justify-self one. If the second value is not present, the first value is also used for it."
18979
19020
  },
18980
19021
  {
@@ -19031,7 +19072,7 @@ export var cssData = {
19031
19072
  },
19032
19073
  {
19033
19074
  "name": "scrollbar-color",
19034
- "syntax": "auto | dark | light | <color>{2}",
19075
+ "syntax": "auto | <color>{2}",
19035
19076
  "relevance": 50,
19036
19077
  "browsers": [
19037
19078
  "FF64"
@@ -19046,7 +19087,7 @@ export var cssData = {
19046
19087
  },
19047
19088
  {
19048
19089
  "name": "scrollbar-gutter",
19049
- "syntax": "auto | [ stable | always ] && both? && force?",
19090
+ "syntax": "auto | stable && both-edges?",
19050
19091
  "relevance": 50,
19051
19092
  "browsers": [
19052
19093
  "C88"
@@ -19306,6 +19347,7 @@ export var cssData = {
19306
19347
  "browsers": [
19307
19348
  "E79",
19308
19349
  "FF68",
19350
+ "S15",
19309
19351
  "C69",
19310
19352
  "O56"
19311
19353
  ],
@@ -19324,6 +19366,7 @@ export var cssData = {
19324
19366
  "browsers": [
19325
19367
  "E79",
19326
19368
  "FF68",
19369
+ "S15",
19327
19370
  "C69",
19328
19371
  "O56"
19329
19372
  ],
@@ -19342,6 +19385,7 @@ export var cssData = {
19342
19385
  "browsers": [
19343
19386
  "E79",
19344
19387
  "FF68",
19388
+ "S15",
19345
19389
  "C69",
19346
19390
  "O56"
19347
19391
  ],
@@ -19379,6 +19423,7 @@ export var cssData = {
19379
19423
  "browsers": [
19380
19424
  "E79",
19381
19425
  "FF68",
19426
+ "S15",
19382
19427
  "C69",
19383
19428
  "O56"
19384
19429
  ],
@@ -19397,6 +19442,7 @@ export var cssData = {
19397
19442
  "browsers": [
19398
19443
  "E79",
19399
19444
  "FF68",
19445
+ "S15",
19400
19446
  "C69",
19401
19447
  "O56"
19402
19448
  ],
@@ -19415,6 +19461,7 @@ export var cssData = {
19415
19461
  "browsers": [
19416
19462
  "E79",
19417
19463
  "FF68",
19464
+ "S15",
19418
19465
  "C69",
19419
19466
  "O56"
19420
19467
  ],
@@ -19486,7 +19533,7 @@ export var cssData = {
19486
19533
  {
19487
19534
  "name": "scroll-snap-align",
19488
19535
  "syntax": "[ none | start | end | center ]{1,2}",
19489
- "relevance": 51,
19536
+ "relevance": 52,
19490
19537
  "browsers": [
19491
19538
  "E79",
19492
19539
  "FF68",
@@ -19508,6 +19555,7 @@ export var cssData = {
19508
19555
  "relevance": 50,
19509
19556
  "browsers": [
19510
19557
  "E79",
19558
+ "S15",
19511
19559
  "C75",
19512
19560
  "O62"
19513
19561
  ],
@@ -19626,7 +19674,7 @@ export var cssData = {
19626
19674
  "browsers": [
19627
19675
  "E79",
19628
19676
  "FF46",
19629
- "S6.1",
19677
+ "S7",
19630
19678
  "C25",
19631
19679
  "O15"
19632
19680
  ],
@@ -19645,7 +19693,7 @@ export var cssData = {
19645
19693
  "browsers": [
19646
19694
  "E79",
19647
19695
  "FF46",
19648
- "S6.1",
19696
+ "S7",
19649
19697
  "C25",
19650
19698
  "O15"
19651
19699
  ],
@@ -19664,7 +19712,7 @@ export var cssData = {
19664
19712
  "browsers": [
19665
19713
  "E79",
19666
19714
  "FF46",
19667
- "S6.1",
19715
+ "S7",
19668
19716
  "C25",
19669
19717
  "O15"
19670
19718
  ],
@@ -19683,7 +19731,7 @@ export var cssData = {
19683
19731
  "browsers": [
19684
19732
  "E79",
19685
19733
  "FF46",
19686
- "S6.1",
19734
+ "S7",
19687
19735
  "C25",
19688
19736
  "O15"
19689
19737
  ],
@@ -19699,7 +19747,7 @@ export var cssData = {
19699
19747
  "name": "text-size-adjust",
19700
19748
  "status": "experimental",
19701
19749
  "syntax": "none | auto | <percentage>",
19702
- "relevance": 57,
19750
+ "relevance": 59,
19703
19751
  "browsers": [
19704
19752
  "E79",
19705
19753
  "C54",
@@ -19773,13 +19821,41 @@ export var cssData = {
19773
19821
  "relevance": 50,
19774
19822
  "description": "The speak-as descriptor specifies how a counter symbol constructed with a given @counter-style will be represented in the spoken form. For example, an author can specify a counter symbol to be either spoken as its numerical value or just represented with an audio cue."
19775
19823
  },
19824
+ {
19825
+ "name": "ascent-override",
19826
+ "status": "experimental",
19827
+ "syntax": "normal | <percentage>",
19828
+ "relevance": 50,
19829
+ "description": "Describes the ascent metric of a font."
19830
+ },
19831
+ {
19832
+ "name": "descent-override",
19833
+ "status": "experimental",
19834
+ "syntax": "normal | <percentage>",
19835
+ "relevance": 50,
19836
+ "description": "Describes the descent metric of a font."
19837
+ },
19776
19838
  {
19777
19839
  "name": "font-display",
19778
19840
  "status": "experimental",
19779
19841
  "syntax": "[ auto | block | swap | fallback | optional ]",
19780
- "relevance": 57,
19842
+ "relevance": 58,
19781
19843
  "description": "The font-display descriptor determines how a font face is displayed based on whether and when it is downloaded and ready to use."
19782
19844
  },
19845
+ {
19846
+ "name": "line-gap-override",
19847
+ "status": "experimental",
19848
+ "syntax": "normal | <percentage>",
19849
+ "relevance": 50,
19850
+ "description": "Describes the line-gap metric of a font."
19851
+ },
19852
+ {
19853
+ "name": "size-adjust",
19854
+ "status": "experimental",
19855
+ "syntax": "<percentage>",
19856
+ "relevance": 50,
19857
+ "description": "A multiplier for glyph outlines and metrics of a font."
19858
+ },
19783
19859
  {
19784
19860
  "name": "bleed",
19785
19861
  "syntax": "auto | <length>",
@@ -19858,8 +19934,10 @@ export var cssData = {
19858
19934
  {
19859
19935
  "name": "@counter-style",
19860
19936
  "browsers": [
19937
+ "E91",
19861
19938
  "FF33",
19862
- "C91"
19939
+ "C91",
19940
+ "O77"
19863
19941
  ],
19864
19942
  "references": [
19865
19943
  {
@@ -20922,11 +21000,11 @@ export var cssData = {
20922
21000
  "name": ":is",
20923
21001
  "status": "experimental",
20924
21002
  "browsers": [
20925
- "E79",
21003
+ "E88",
20926
21004
  "FF78",
20927
21005
  "S14",
20928
21006
  "C88",
20929
- "O55"
21007
+ "O74"
20930
21008
  ],
20931
21009
  "references": [
20932
21010
  {
@@ -21049,7 +21127,7 @@ export var cssData = {
21049
21127
  {
21050
21128
  "name": "::backdrop",
21051
21129
  "browsers": [
21052
- "E12",
21130
+ "E79",
21053
21131
  "FF47",
21054
21132
  "C37",
21055
21133
  "IE11",
@@ -21440,7 +21518,7 @@ export var cssData = {
21440
21518
  "name": "::-webkit-progress-bar",
21441
21519
  "browsers": [
21442
21520
  "E79",
21443
- "S6.1",
21521
+ "S7",
21444
21522
  "C25",
21445
21523
  "O15"
21446
21524
  ],
@@ -21455,7 +21533,7 @@ export var cssData = {
21455
21533
  "name": "::-webkit-progress-inner-element",
21456
21534
  "browsers": [
21457
21535
  "E79",
21458
- "S6.1",
21536
+ "S7",
21459
21537
  "C23",
21460
21538
  "O15"
21461
21539
  ],
@@ -21470,7 +21548,7 @@ export var cssData = {
21470
21548
  "name": "::-webkit-progress-value",
21471
21549
  "browsers": [
21472
21550
  "E79",
21473
- "S6.1",
21551
+ "S7",
21474
21552
  "C25",
21475
21553
  "O15"
21476
21554
  ],
@@ -21814,7 +21892,7 @@ export var cssData = {
21814
21892
  {
21815
21893
  "name": "::placeholder",
21816
21894
  "browsers": [
21817
- "E12",
21895
+ "E79",
21818
21896
  "FF51",
21819
21897
  "S10.1",
21820
21898
  "C57",