vscode-css-languageservice 6.2.11 → 6.2.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/esm/data/webCustomData.js +576 -375
- package/lib/esm/parser/lessParser.js +6 -4
- package/lib/umd/data/webCustomData.js +576 -375
- package/lib/umd/parser/lessParser.js +6 -4
- package/package.json +7 -7
|
@@ -95,7 +95,7 @@ export const cssData = {
|
|
|
95
95
|
}
|
|
96
96
|
],
|
|
97
97
|
"syntax": "normal | <baseline-position> | <content-distribution> | <overflow-position>? <content-position>",
|
|
98
|
-
"relevance":
|
|
98
|
+
"relevance": 66,
|
|
99
99
|
"references": [
|
|
100
100
|
{
|
|
101
101
|
"name": "MDN Reference",
|
|
@@ -170,7 +170,7 @@ export const cssData = {
|
|
|
170
170
|
}
|
|
171
171
|
],
|
|
172
172
|
"syntax": "normal | stretch | <baseline-position> | [ <overflow-position>? <self-position> ]",
|
|
173
|
-
"relevance":
|
|
173
|
+
"relevance": 87,
|
|
174
174
|
"references": [
|
|
175
175
|
{
|
|
176
176
|
"name": "MDN Reference",
|
|
@@ -255,7 +255,7 @@ export const cssData = {
|
|
|
255
255
|
}
|
|
256
256
|
],
|
|
257
257
|
"syntax": "normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ] | legacy | legacy && [ left | right | center ]",
|
|
258
|
-
"relevance":
|
|
258
|
+
"relevance": 53,
|
|
259
259
|
"references": [
|
|
260
260
|
{
|
|
261
261
|
"name": "MDN Reference",
|
|
@@ -337,7 +337,7 @@ export const cssData = {
|
|
|
337
337
|
}
|
|
338
338
|
],
|
|
339
339
|
"syntax": "auto | normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ]",
|
|
340
|
-
"relevance":
|
|
340
|
+
"relevance": 55,
|
|
341
341
|
"references": [
|
|
342
342
|
{
|
|
343
343
|
"name": "MDN Reference",
|
|
@@ -581,7 +581,7 @@ export const cssData = {
|
|
|
581
581
|
}
|
|
582
582
|
],
|
|
583
583
|
"syntax": "<single-animation-direction>#",
|
|
584
|
-
"relevance":
|
|
584
|
+
"relevance": 58,
|
|
585
585
|
"references": [
|
|
586
586
|
{
|
|
587
587
|
"name": "MDN Reference",
|
|
@@ -704,7 +704,7 @@ export const cssData = {
|
|
|
704
704
|
}
|
|
705
705
|
],
|
|
706
706
|
"syntax": "[ none | <keyframes-name> ]#",
|
|
707
|
-
"relevance":
|
|
707
|
+
"relevance": 72,
|
|
708
708
|
"references": [
|
|
709
709
|
{
|
|
710
710
|
"name": "MDN Reference",
|
|
@@ -738,7 +738,7 @@ export const cssData = {
|
|
|
738
738
|
}
|
|
739
739
|
],
|
|
740
740
|
"syntax": "<single-animation-play-state>#",
|
|
741
|
-
"relevance":
|
|
741
|
+
"relevance": 55,
|
|
742
742
|
"references": [
|
|
743
743
|
{
|
|
744
744
|
"name": "MDN Reference",
|
|
@@ -761,7 +761,7 @@ export const cssData = {
|
|
|
761
761
|
"O30"
|
|
762
762
|
],
|
|
763
763
|
"syntax": "<easing-function>#",
|
|
764
|
-
"relevance":
|
|
764
|
+
"relevance": 71,
|
|
765
765
|
"references": [
|
|
766
766
|
{
|
|
767
767
|
"name": "MDN Reference",
|
|
@@ -794,7 +794,7 @@ export const cssData = {
|
|
|
794
794
|
}
|
|
795
795
|
],
|
|
796
796
|
"syntax": "visible | hidden",
|
|
797
|
-
"relevance":
|
|
797
|
+
"relevance": 60,
|
|
798
798
|
"references": [
|
|
799
799
|
{
|
|
800
800
|
"name": "MDN Reference",
|
|
@@ -1003,7 +1003,7 @@ export const cssData = {
|
|
|
1003
1003
|
}
|
|
1004
1004
|
],
|
|
1005
1005
|
"syntax": "<blend-mode>#",
|
|
1006
|
-
"relevance":
|
|
1006
|
+
"relevance": 52,
|
|
1007
1007
|
"references": [
|
|
1008
1008
|
{
|
|
1009
1009
|
"name": "MDN Reference",
|
|
@@ -1026,7 +1026,7 @@ export const cssData = {
|
|
|
1026
1026
|
"O10.5"
|
|
1027
1027
|
],
|
|
1028
1028
|
"syntax": "<box>#",
|
|
1029
|
-
"relevance":
|
|
1029
|
+
"relevance": 69,
|
|
1030
1030
|
"references": [
|
|
1031
1031
|
{
|
|
1032
1032
|
"name": "MDN Reference",
|
|
@@ -1102,7 +1102,7 @@ export const cssData = {
|
|
|
1102
1102
|
"O10.5"
|
|
1103
1103
|
],
|
|
1104
1104
|
"syntax": "<box>#",
|
|
1105
|
-
"relevance":
|
|
1105
|
+
"relevance": 53,
|
|
1106
1106
|
"references": [
|
|
1107
1107
|
{
|
|
1108
1108
|
"name": "MDN Reference",
|
|
@@ -1227,7 +1227,7 @@ export const cssData = {
|
|
|
1227
1227
|
],
|
|
1228
1228
|
"values": [],
|
|
1229
1229
|
"syntax": "<repeat-style>#",
|
|
1230
|
-
"relevance":
|
|
1230
|
+
"relevance": 85,
|
|
1231
1231
|
"references": [
|
|
1232
1232
|
{
|
|
1233
1233
|
"name": "MDN Reference",
|
|
@@ -1264,7 +1264,7 @@ export const cssData = {
|
|
|
1264
1264
|
}
|
|
1265
1265
|
],
|
|
1266
1266
|
"syntax": "<bg-size>#",
|
|
1267
|
-
"relevance":
|
|
1267
|
+
"relevance": 85,
|
|
1268
1268
|
"references": [
|
|
1269
1269
|
{
|
|
1270
1270
|
"name": "MDN Reference",
|
|
@@ -1538,7 +1538,7 @@ export const cssData = {
|
|
|
1538
1538
|
"O3.5"
|
|
1539
1539
|
],
|
|
1540
1540
|
"syntax": "<line-width> || <line-style> || <color>",
|
|
1541
|
-
"relevance":
|
|
1541
|
+
"relevance": 87,
|
|
1542
1542
|
"references": [
|
|
1543
1543
|
{
|
|
1544
1544
|
"name": "MDN Reference",
|
|
@@ -1564,7 +1564,7 @@ export const cssData = {
|
|
|
1564
1564
|
"O3.5"
|
|
1565
1565
|
],
|
|
1566
1566
|
"syntax": "<'border-top-color'>",
|
|
1567
|
-
"relevance":
|
|
1567
|
+
"relevance": 70,
|
|
1568
1568
|
"references": [
|
|
1569
1569
|
{
|
|
1570
1570
|
"name": "MDN Reference",
|
|
@@ -1587,7 +1587,7 @@ export const cssData = {
|
|
|
1587
1587
|
"O10.5"
|
|
1588
1588
|
],
|
|
1589
1589
|
"syntax": "<length-percentage>{1,2}",
|
|
1590
|
-
"relevance":
|
|
1590
|
+
"relevance": 74,
|
|
1591
1591
|
"references": [
|
|
1592
1592
|
{
|
|
1593
1593
|
"name": "MDN Reference",
|
|
@@ -1611,7 +1611,7 @@ export const cssData = {
|
|
|
1611
1611
|
"O10.5"
|
|
1612
1612
|
],
|
|
1613
1613
|
"syntax": "<length-percentage>{1,2}",
|
|
1614
|
-
"relevance":
|
|
1614
|
+
"relevance": 74,
|
|
1615
1615
|
"references": [
|
|
1616
1616
|
{
|
|
1617
1617
|
"name": "MDN Reference",
|
|
@@ -1635,7 +1635,7 @@ export const cssData = {
|
|
|
1635
1635
|
"O9.2"
|
|
1636
1636
|
],
|
|
1637
1637
|
"syntax": "<line-style>",
|
|
1638
|
-
"relevance":
|
|
1638
|
+
"relevance": 60,
|
|
1639
1639
|
"references": [
|
|
1640
1640
|
{
|
|
1641
1641
|
"name": "MDN Reference",
|
|
@@ -1658,7 +1658,7 @@ export const cssData = {
|
|
|
1658
1658
|
"O3.5"
|
|
1659
1659
|
],
|
|
1660
1660
|
"syntax": "<line-width>",
|
|
1661
|
-
"relevance":
|
|
1661
|
+
"relevance": 65,
|
|
1662
1662
|
"references": [
|
|
1663
1663
|
{
|
|
1664
1664
|
"name": "MDN Reference",
|
|
@@ -1692,7 +1692,7 @@ export const cssData = {
|
|
|
1692
1692
|
}
|
|
1693
1693
|
],
|
|
1694
1694
|
"syntax": "collapse | separate",
|
|
1695
|
-
"relevance":
|
|
1695
|
+
"relevance": 71,
|
|
1696
1696
|
"references": [
|
|
1697
1697
|
{
|
|
1698
1698
|
"name": "MDN Reference",
|
|
@@ -1716,7 +1716,7 @@ export const cssData = {
|
|
|
1716
1716
|
],
|
|
1717
1717
|
"values": [],
|
|
1718
1718
|
"syntax": "<color>{1,4}",
|
|
1719
|
-
"relevance":
|
|
1719
|
+
"relevance": 86,
|
|
1720
1720
|
"references": [
|
|
1721
1721
|
{
|
|
1722
1722
|
"name": "MDN Reference",
|
|
@@ -2138,7 +2138,7 @@ export const cssData = {
|
|
|
2138
2138
|
"O3.5"
|
|
2139
2139
|
],
|
|
2140
2140
|
"syntax": "<line-width> || <line-style> || <color>",
|
|
2141
|
-
"relevance":
|
|
2141
|
+
"relevance": 81,
|
|
2142
2142
|
"references": [
|
|
2143
2143
|
{
|
|
2144
2144
|
"name": "MDN Reference",
|
|
@@ -2164,7 +2164,7 @@ export const cssData = {
|
|
|
2164
2164
|
"O3.5"
|
|
2165
2165
|
],
|
|
2166
2166
|
"syntax": "<color>",
|
|
2167
|
-
"relevance":
|
|
2167
|
+
"relevance": 67,
|
|
2168
2168
|
"references": [
|
|
2169
2169
|
{
|
|
2170
2170
|
"name": "MDN Reference",
|
|
@@ -2258,7 +2258,7 @@ export const cssData = {
|
|
|
2258
2258
|
"O9.2"
|
|
2259
2259
|
],
|
|
2260
2260
|
"syntax": "<line-width> || <line-style> || <color>",
|
|
2261
|
-
"relevance":
|
|
2261
|
+
"relevance": 80,
|
|
2262
2262
|
"references": [
|
|
2263
2263
|
{
|
|
2264
2264
|
"name": "MDN Reference",
|
|
@@ -2284,7 +2284,7 @@ export const cssData = {
|
|
|
2284
2284
|
"O3.5"
|
|
2285
2285
|
],
|
|
2286
2286
|
"syntax": "<color>",
|
|
2287
|
-
"relevance":
|
|
2287
|
+
"relevance": 66,
|
|
2288
2288
|
"references": [
|
|
2289
2289
|
{
|
|
2290
2290
|
"name": "MDN Reference",
|
|
@@ -2378,7 +2378,7 @@ export const cssData = {
|
|
|
2378
2378
|
],
|
|
2379
2379
|
"values": [],
|
|
2380
2380
|
"syntax": "<line-style>{1,4}",
|
|
2381
|
-
"relevance":
|
|
2381
|
+
"relevance": 79,
|
|
2382
2382
|
"references": [
|
|
2383
2383
|
{
|
|
2384
2384
|
"name": "MDN Reference",
|
|
@@ -2401,7 +2401,7 @@ export const cssData = {
|
|
|
2401
2401
|
"O3.5"
|
|
2402
2402
|
],
|
|
2403
2403
|
"syntax": "<line-width> || <line-style> || <color>",
|
|
2404
|
-
"relevance":
|
|
2404
|
+
"relevance": 86,
|
|
2405
2405
|
"references": [
|
|
2406
2406
|
{
|
|
2407
2407
|
"name": "MDN Reference",
|
|
@@ -2474,7 +2474,7 @@ export const cssData = {
|
|
|
2474
2474
|
"O10.5"
|
|
2475
2475
|
],
|
|
2476
2476
|
"syntax": "<length-percentage>{1,2}",
|
|
2477
|
-
"relevance":
|
|
2477
|
+
"relevance": 75,
|
|
2478
2478
|
"references": [
|
|
2479
2479
|
{
|
|
2480
2480
|
"name": "MDN Reference",
|
|
@@ -2642,7 +2642,7 @@ export const cssData = {
|
|
|
2642
2642
|
}
|
|
2643
2643
|
],
|
|
2644
2644
|
"syntax": "none | <shadow>#",
|
|
2645
|
-
"relevance":
|
|
2645
|
+
"relevance": 90,
|
|
2646
2646
|
"references": [
|
|
2647
2647
|
{
|
|
2648
2648
|
"name": "MDN Reference",
|
|
@@ -2976,7 +2976,7 @@ export const cssData = {
|
|
|
2976
2976
|
}
|
|
2977
2977
|
],
|
|
2978
2978
|
"syntax": "<shape> | auto",
|
|
2979
|
-
"relevance":
|
|
2979
|
+
"relevance": 74,
|
|
2980
2980
|
"references": [
|
|
2981
2981
|
{
|
|
2982
2982
|
"name": "MDN Reference",
|
|
@@ -3009,7 +3009,7 @@ export const cssData = {
|
|
|
3009
3009
|
}
|
|
3010
3010
|
],
|
|
3011
3011
|
"syntax": "<clip-source> | [ <basic-shape> || <geometry-box> ] | none",
|
|
3012
|
-
"relevance":
|
|
3012
|
+
"relevance": 64,
|
|
3013
3013
|
"references": [
|
|
3014
3014
|
{
|
|
3015
3015
|
"name": "MDN Reference",
|
|
@@ -3027,12 +3027,11 @@ export const cssData = {
|
|
|
3027
3027
|
{
|
|
3028
3028
|
"name": "clip-rule",
|
|
3029
3029
|
"browsers": [
|
|
3030
|
-
"
|
|
3031
|
-
"
|
|
3032
|
-
"
|
|
3033
|
-
"
|
|
3034
|
-
"
|
|
3035
|
-
"S6"
|
|
3030
|
+
"E80",
|
|
3031
|
+
"FF72",
|
|
3032
|
+
"S13.1",
|
|
3033
|
+
"C80",
|
|
3034
|
+
"O67"
|
|
3036
3035
|
],
|
|
3037
3036
|
"values": [
|
|
3038
3037
|
{
|
|
@@ -3076,12 +3075,11 @@ export const cssData = {
|
|
|
3076
3075
|
{
|
|
3077
3076
|
"name": "color-interpolation-filters",
|
|
3078
3077
|
"browsers": [
|
|
3079
|
-
"
|
|
3080
|
-
"
|
|
3081
|
-
"
|
|
3082
|
-
"
|
|
3083
|
-
"
|
|
3084
|
-
"S6"
|
|
3078
|
+
"E80",
|
|
3079
|
+
"FF72",
|
|
3080
|
+
"S13.1",
|
|
3081
|
+
"C80",
|
|
3082
|
+
"O67"
|
|
3085
3083
|
],
|
|
3086
3084
|
"values": [
|
|
3087
3085
|
{
|
|
@@ -3426,7 +3424,7 @@ export const cssData = {
|
|
|
3426
3424
|
}
|
|
3427
3425
|
],
|
|
3428
3426
|
"syntax": "none | strict | content | [ [ size || inline-size ] || layout || style || paint ]",
|
|
3429
|
-
"relevance":
|
|
3427
|
+
"relevance": 58,
|
|
3430
3428
|
"references": [
|
|
3431
3429
|
{
|
|
3432
3430
|
"name": "MDN Reference",
|
|
@@ -3534,7 +3532,7 @@ export const cssData = {
|
|
|
3534
3532
|
}
|
|
3535
3533
|
],
|
|
3536
3534
|
"syntax": "[ <counter-name> <integer>? | <reversed-counter-name> <integer>? ]+ | none",
|
|
3537
|
-
"relevance":
|
|
3535
|
+
"relevance": 54,
|
|
3538
3536
|
"references": [
|
|
3539
3537
|
{
|
|
3540
3538
|
"name": "MDN Reference",
|
|
@@ -4378,6 +4376,13 @@ export const cssData = {
|
|
|
4378
4376
|
},
|
|
4379
4377
|
{
|
|
4380
4378
|
"name": "fill",
|
|
4379
|
+
"browsers": [
|
|
4380
|
+
"E80",
|
|
4381
|
+
"FF72",
|
|
4382
|
+
"S13.1",
|
|
4383
|
+
"C80",
|
|
4384
|
+
"O67"
|
|
4385
|
+
],
|
|
4381
4386
|
"values": [
|
|
4382
4387
|
{
|
|
4383
4388
|
"name": "url()",
|
|
@@ -4398,6 +4403,13 @@ export const cssData = {
|
|
|
4398
4403
|
},
|
|
4399
4404
|
{
|
|
4400
4405
|
"name": "fill-opacity",
|
|
4406
|
+
"browsers": [
|
|
4407
|
+
"E80",
|
|
4408
|
+
"FF72",
|
|
4409
|
+
"S13.1",
|
|
4410
|
+
"C80",
|
|
4411
|
+
"O67"
|
|
4412
|
+
],
|
|
4401
4413
|
"relevance": 52,
|
|
4402
4414
|
"description": "Specifies the opacity of the painting operation used to paint the interior the current object.",
|
|
4403
4415
|
"restrictions": [
|
|
@@ -4406,6 +4418,13 @@ export const cssData = {
|
|
|
4406
4418
|
},
|
|
4407
4419
|
{
|
|
4408
4420
|
"name": "fill-rule",
|
|
4421
|
+
"browsers": [
|
|
4422
|
+
"E80",
|
|
4423
|
+
"FF72",
|
|
4424
|
+
"S13.1",
|
|
4425
|
+
"C80",
|
|
4426
|
+
"O67"
|
|
4427
|
+
],
|
|
4409
4428
|
"values": [
|
|
4410
4429
|
{
|
|
4411
4430
|
"name": "evenodd",
|
|
@@ -4489,7 +4508,7 @@ export const cssData = {
|
|
|
4489
4508
|
}
|
|
4490
4509
|
],
|
|
4491
4510
|
"syntax": "none | <filter-function-list>",
|
|
4492
|
-
"relevance":
|
|
4511
|
+
"relevance": 70,
|
|
4493
4512
|
"references": [
|
|
4494
4513
|
{
|
|
4495
4514
|
"name": "MDN Reference",
|
|
@@ -4535,7 +4554,7 @@ export const cssData = {
|
|
|
4535
4554
|
}
|
|
4536
4555
|
],
|
|
4537
4556
|
"syntax": "none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]",
|
|
4538
|
-
"relevance":
|
|
4557
|
+
"relevance": 81,
|
|
4539
4558
|
"references": [
|
|
4540
4559
|
{
|
|
4541
4560
|
"name": "MDN Reference",
|
|
@@ -4578,7 +4597,7 @@ export const cssData = {
|
|
|
4578
4597
|
}
|
|
4579
4598
|
],
|
|
4580
4599
|
"syntax": "content | <'width'>",
|
|
4581
|
-
"relevance":
|
|
4600
|
+
"relevance": 70,
|
|
4582
4601
|
"references": [
|
|
4583
4602
|
{
|
|
4584
4603
|
"name": "MDN Reference",
|
|
@@ -4720,7 +4739,7 @@ export const cssData = {
|
|
|
4720
4739
|
"O12.1"
|
|
4721
4740
|
],
|
|
4722
4741
|
"syntax": "<number>",
|
|
4723
|
-
"relevance":
|
|
4742
|
+
"relevance": 76,
|
|
4724
4743
|
"references": [
|
|
4725
4744
|
{
|
|
4726
4745
|
"name": "MDN Reference",
|
|
@@ -4757,7 +4776,7 @@ export const cssData = {
|
|
|
4757
4776
|
}
|
|
4758
4777
|
],
|
|
4759
4778
|
"syntax": "nowrap | wrap | wrap-reverse",
|
|
4760
|
-
"relevance":
|
|
4779
|
+
"relevance": 82,
|
|
4761
4780
|
"references": [
|
|
4762
4781
|
{
|
|
4763
4782
|
"name": "MDN Reference",
|
|
@@ -4818,7 +4837,7 @@ export const cssData = {
|
|
|
4818
4837
|
}
|
|
4819
4838
|
],
|
|
4820
4839
|
"syntax": "left | right | none | inline-start | inline-end",
|
|
4821
|
-
"relevance":
|
|
4840
|
+
"relevance": 89,
|
|
4822
4841
|
"references": [
|
|
4823
4842
|
{
|
|
4824
4843
|
"name": "MDN Reference",
|
|
@@ -4833,12 +4852,12 @@ export const cssData = {
|
|
|
4833
4852
|
{
|
|
4834
4853
|
"name": "flood-color",
|
|
4835
4854
|
"browsers": [
|
|
4836
|
-
"
|
|
4837
|
-
"C5",
|
|
4855
|
+
"E12",
|
|
4838
4856
|
"FF3",
|
|
4839
|
-
"
|
|
4840
|
-
"
|
|
4841
|
-
"
|
|
4857
|
+
"S6",
|
|
4858
|
+
"C5",
|
|
4859
|
+
"IE",
|
|
4860
|
+
"O15"
|
|
4842
4861
|
],
|
|
4843
4862
|
"relevance": 50,
|
|
4844
4863
|
"description": "Indicates what color to use to flood the current filter primitive subregion.",
|
|
@@ -4849,12 +4868,12 @@ export const cssData = {
|
|
|
4849
4868
|
{
|
|
4850
4869
|
"name": "flood-opacity",
|
|
4851
4870
|
"browsers": [
|
|
4852
|
-
"
|
|
4853
|
-
"C5",
|
|
4871
|
+
"E12",
|
|
4854
4872
|
"FF3",
|
|
4855
|
-
"
|
|
4856
|
-
"
|
|
4857
|
-
"
|
|
4873
|
+
"S6",
|
|
4874
|
+
"C5",
|
|
4875
|
+
"IE",
|
|
4876
|
+
"O15"
|
|
4858
4877
|
],
|
|
4859
4878
|
"relevance": 50,
|
|
4860
4879
|
"description": "Indicates what opacity to use to flood the current filter primitive subregion.",
|
|
@@ -5866,7 +5885,7 @@ export const cssData = {
|
|
|
5866
5885
|
"description": "Allow synthetic bold faces."
|
|
5867
5886
|
}
|
|
5868
5887
|
],
|
|
5869
|
-
"syntax": "none | [ weight || style || small-caps ]",
|
|
5888
|
+
"syntax": "none | [ weight || style || small-caps || position]",
|
|
5870
5889
|
"relevance": 50,
|
|
5871
5890
|
"references": [
|
|
5872
5891
|
{
|
|
@@ -5899,8 +5918,7 @@ export const cssData = {
|
|
|
5899
5918
|
"description": "Specifies a font that is labeled as a small-caps font. If a genuine small-caps font is not available, user agents should simulate a small-caps font."
|
|
5900
5919
|
}
|
|
5901
5920
|
],
|
|
5902
|
-
"
|
|
5903
|
-
"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 ]",
|
|
5921
|
+
"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 ]",
|
|
5904
5922
|
"relevance": 64,
|
|
5905
5923
|
"references": [
|
|
5906
5924
|
{
|
|
@@ -6166,7 +6184,7 @@ export const cssData = {
|
|
|
6166
6184
|
}
|
|
6167
6185
|
],
|
|
6168
6186
|
"syntax": "normal | none | [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> ]",
|
|
6169
|
-
"relevance":
|
|
6187
|
+
"relevance": 52,
|
|
6170
6188
|
"references": [
|
|
6171
6189
|
{
|
|
6172
6190
|
"name": "MDN Reference",
|
|
@@ -6241,8 +6259,11 @@ export const cssData = {
|
|
|
6241
6259
|
{
|
|
6242
6260
|
"name": "font-variant-position",
|
|
6243
6261
|
"browsers": [
|
|
6262
|
+
"E117",
|
|
6244
6263
|
"FF34",
|
|
6245
|
-
"S9.1"
|
|
6264
|
+
"S9.1",
|
|
6265
|
+
"C117",
|
|
6266
|
+
"O103"
|
|
6246
6267
|
],
|
|
6247
6268
|
"values": [
|
|
6248
6269
|
{
|
|
@@ -6360,6 +6381,9 @@ export const cssData = {
|
|
|
6360
6381
|
},
|
|
6361
6382
|
{
|
|
6362
6383
|
"name": "glyph-orientation-vertical",
|
|
6384
|
+
"browsers": [
|
|
6385
|
+
"S13.1"
|
|
6386
|
+
],
|
|
6363
6387
|
"values": [
|
|
6364
6388
|
{
|
|
6365
6389
|
"name": "auto",
|
|
@@ -6499,7 +6523,7 @@ export const cssData = {
|
|
|
6499
6523
|
}
|
|
6500
6524
|
],
|
|
6501
6525
|
"syntax": "[ row | column ] || dense",
|
|
6502
|
-
"relevance":
|
|
6526
|
+
"relevance": 53,
|
|
6503
6527
|
"references": [
|
|
6504
6528
|
{
|
|
6505
6529
|
"name": "MDN Reference",
|
|
@@ -6540,7 +6564,7 @@ export const cssData = {
|
|
|
6540
6564
|
}
|
|
6541
6565
|
],
|
|
6542
6566
|
"syntax": "<track-size>+",
|
|
6543
|
-
"relevance":
|
|
6567
|
+
"relevance": 52,
|
|
6544
6568
|
"references": [
|
|
6545
6569
|
{
|
|
6546
6570
|
"name": "MDN Reference",
|
|
@@ -6573,7 +6597,7 @@ export const cssData = {
|
|
|
6573
6597
|
}
|
|
6574
6598
|
],
|
|
6575
6599
|
"syntax": "<grid-line> [ / <grid-line> ]?",
|
|
6576
|
-
"relevance":
|
|
6600
|
+
"relevance": 56,
|
|
6577
6601
|
"references": [
|
|
6578
6602
|
{
|
|
6579
6603
|
"name": "MDN Reference",
|
|
@@ -6631,7 +6655,7 @@ export const cssData = {
|
|
|
6631
6655
|
],
|
|
6632
6656
|
"status": "obsolete",
|
|
6633
6657
|
"syntax": "<length-percentage>",
|
|
6634
|
-
"relevance":
|
|
6658
|
+
"relevance": 4,
|
|
6635
6659
|
"description": "Specifies the gutters between grid columns. Replaced by 'column-gap' property.",
|
|
6636
6660
|
"restrictions": [
|
|
6637
6661
|
"length"
|
|
@@ -6681,7 +6705,7 @@ export const cssData = {
|
|
|
6681
6705
|
],
|
|
6682
6706
|
"status": "obsolete",
|
|
6683
6707
|
"syntax": "<'grid-row-gap'> <'grid-column-gap'>?",
|
|
6684
|
-
"relevance":
|
|
6708
|
+
"relevance": 5,
|
|
6685
6709
|
"description": "Shorthand that specifies the gutters between grid columns and grid rows in one declaration. Replaced by 'gap' property.",
|
|
6686
6710
|
"restrictions": [
|
|
6687
6711
|
"length"
|
|
@@ -6707,7 +6731,7 @@ export const cssData = {
|
|
|
6707
6731
|
}
|
|
6708
6732
|
],
|
|
6709
6733
|
"syntax": "<grid-line> [ / <grid-line> ]?",
|
|
6710
|
-
"relevance":
|
|
6734
|
+
"relevance": 54,
|
|
6711
6735
|
"references": [
|
|
6712
6736
|
{
|
|
6713
6737
|
"name": "MDN Reference",
|
|
@@ -6877,7 +6901,7 @@ export const cssData = {
|
|
|
6877
6901
|
}
|
|
6878
6902
|
],
|
|
6879
6903
|
"syntax": "none | <string>+",
|
|
6880
|
-
"relevance":
|
|
6904
|
+
"relevance": 54,
|
|
6881
6905
|
"references": [
|
|
6882
6906
|
{
|
|
6883
6907
|
"name": "MDN Reference",
|
|
@@ -6930,7 +6954,7 @@ export const cssData = {
|
|
|
6930
6954
|
}
|
|
6931
6955
|
],
|
|
6932
6956
|
"syntax": "none | <track-list> | <auto-track-list> | subgrid <line-name-list>?",
|
|
6933
|
-
"relevance":
|
|
6957
|
+
"relevance": 64,
|
|
6934
6958
|
"references": [
|
|
6935
6959
|
{
|
|
6936
6960
|
"name": "MDN Reference",
|
|
@@ -6986,7 +7010,7 @@ export const cssData = {
|
|
|
6986
7010
|
}
|
|
6987
7011
|
],
|
|
6988
7012
|
"syntax": "none | <track-list> | <auto-track-list> | subgrid <line-name-list>?",
|
|
6989
|
-
"relevance":
|
|
7013
|
+
"relevance": 57,
|
|
6990
7014
|
"references": [
|
|
6991
7015
|
{
|
|
6992
7016
|
"name": "MDN Reference",
|
|
@@ -7054,8 +7078,7 @@ export const cssData = {
|
|
|
7054
7078
|
"description": "Use the min-content inline size or min-content block size, as appropriate to the writing mode."
|
|
7055
7079
|
}
|
|
7056
7080
|
],
|
|
7057
|
-
"
|
|
7058
|
-
"syntax": "<viewport-length>{1,2}",
|
|
7081
|
+
"syntax": "auto | <length> | <percentage> | min-content | max-content | fit-content | fit-content(<length-percentage>)",
|
|
7059
7082
|
"relevance": 96,
|
|
7060
7083
|
"references": [
|
|
7061
7084
|
{
|
|
@@ -7074,7 +7097,7 @@ export const cssData = {
|
|
|
7074
7097
|
"browsers": [
|
|
7075
7098
|
"E79",
|
|
7076
7099
|
"FF43",
|
|
7077
|
-
"
|
|
7100
|
+
"S17",
|
|
7078
7101
|
"C55",
|
|
7079
7102
|
"IE10",
|
|
7080
7103
|
"O42"
|
|
@@ -7251,7 +7274,7 @@ export const cssData = {
|
|
|
7251
7274
|
}
|
|
7252
7275
|
],
|
|
7253
7276
|
"syntax": "<'width'>",
|
|
7254
|
-
"relevance":
|
|
7277
|
+
"relevance": 54,
|
|
7255
7278
|
"references": [
|
|
7256
7279
|
{
|
|
7257
7280
|
"name": "MDN Reference",
|
|
@@ -7284,7 +7307,7 @@ export const cssData = {
|
|
|
7284
7307
|
}
|
|
7285
7308
|
],
|
|
7286
7309
|
"syntax": "auto | isolate",
|
|
7287
|
-
"relevance":
|
|
7310
|
+
"relevance": 54,
|
|
7288
7311
|
"references": [
|
|
7289
7312
|
{
|
|
7290
7313
|
"name": "MDN Reference",
|
|
@@ -7373,7 +7396,7 @@ export const cssData = {
|
|
|
7373
7396
|
}
|
|
7374
7397
|
],
|
|
7375
7398
|
"syntax": "normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ]",
|
|
7376
|
-
"relevance":
|
|
7399
|
+
"relevance": 87,
|
|
7377
7400
|
"references": [
|
|
7378
7401
|
{
|
|
7379
7402
|
"name": "MDN Reference",
|
|
@@ -7417,7 +7440,7 @@ export const cssData = {
|
|
|
7417
7440
|
}
|
|
7418
7441
|
],
|
|
7419
7442
|
"syntax": "<length> | <percentage> | auto",
|
|
7420
|
-
"relevance":
|
|
7443
|
+
"relevance": 94,
|
|
7421
7444
|
"references": [
|
|
7422
7445
|
{
|
|
7423
7446
|
"name": "MDN Reference",
|
|
@@ -7462,12 +7485,12 @@ export const cssData = {
|
|
|
7462
7485
|
{
|
|
7463
7486
|
"name": "lighting-color",
|
|
7464
7487
|
"browsers": [
|
|
7465
|
-
"
|
|
7466
|
-
"C5",
|
|
7488
|
+
"E12",
|
|
7467
7489
|
"FF3",
|
|
7468
|
-
"
|
|
7469
|
-
"
|
|
7470
|
-
"
|
|
7490
|
+
"S6",
|
|
7491
|
+
"C5",
|
|
7492
|
+
"IE",
|
|
7493
|
+
"O15"
|
|
7471
7494
|
],
|
|
7472
7495
|
"relevance": 50,
|
|
7473
7496
|
"description": "Defines the color of the light source for filter primitives 'feDiffuseLighting' and 'feSpecularLighting'.",
|
|
@@ -7635,7 +7658,7 @@ export const cssData = {
|
|
|
7635
7658
|
}
|
|
7636
7659
|
],
|
|
7637
7660
|
"syntax": "<'list-style-type'> || <'list-style-position'> || <'list-style-image'>",
|
|
7638
|
-
"relevance":
|
|
7661
|
+
"relevance": 83,
|
|
7639
7662
|
"references": [
|
|
7640
7663
|
{
|
|
7641
7664
|
"name": "MDN Reference",
|
|
@@ -7699,7 +7722,7 @@ export const cssData = {
|
|
|
7699
7722
|
}
|
|
7700
7723
|
],
|
|
7701
7724
|
"syntax": "inside | outside",
|
|
7702
|
-
"relevance":
|
|
7725
|
+
"relevance": 55,
|
|
7703
7726
|
"references": [
|
|
7704
7727
|
{
|
|
7705
7728
|
"name": "MDN Reference",
|
|
@@ -7796,7 +7819,7 @@ export const cssData = {
|
|
|
7796
7819
|
}
|
|
7797
7820
|
],
|
|
7798
7821
|
"syntax": "<counter-style> | <string> | none",
|
|
7799
|
-
"relevance":
|
|
7822
|
+
"relevance": 73,
|
|
7800
7823
|
"references": [
|
|
7801
7824
|
{
|
|
7802
7825
|
"name": "MDN Reference",
|
|
@@ -7881,7 +7904,7 @@ export const cssData = {
|
|
|
7881
7904
|
}
|
|
7882
7905
|
],
|
|
7883
7906
|
"syntax": "<'margin-left'>",
|
|
7884
|
-
"relevance":
|
|
7907
|
+
"relevance": 56,
|
|
7885
7908
|
"references": [
|
|
7886
7909
|
{
|
|
7887
7910
|
"name": "MDN Reference",
|
|
@@ -7938,7 +7961,7 @@ export const cssData = {
|
|
|
7938
7961
|
}
|
|
7939
7962
|
],
|
|
7940
7963
|
"syntax": "<'margin-left'>",
|
|
7941
|
-
"relevance":
|
|
7964
|
+
"relevance": 58,
|
|
7942
7965
|
"references": [
|
|
7943
7966
|
{
|
|
7944
7967
|
"name": "MDN Reference",
|
|
@@ -7966,7 +7989,7 @@ export const cssData = {
|
|
|
7966
7989
|
}
|
|
7967
7990
|
],
|
|
7968
7991
|
"syntax": "<'margin-left'>",
|
|
7969
|
-
"relevance":
|
|
7992
|
+
"relevance": 59,
|
|
7970
7993
|
"references": [
|
|
7971
7994
|
{
|
|
7972
7995
|
"name": "MDN Reference",
|
|
@@ -8068,6 +8091,13 @@ export const cssData = {
|
|
|
8068
8091
|
},
|
|
8069
8092
|
{
|
|
8070
8093
|
"name": "marker",
|
|
8094
|
+
"browsers": [
|
|
8095
|
+
"E80",
|
|
8096
|
+
"FF72",
|
|
8097
|
+
"S13.1",
|
|
8098
|
+
"C80",
|
|
8099
|
+
"O67"
|
|
8100
|
+
],
|
|
8071
8101
|
"values": [
|
|
8072
8102
|
{
|
|
8073
8103
|
"name": "none",
|
|
@@ -8086,6 +8116,13 @@ export const cssData = {
|
|
|
8086
8116
|
},
|
|
8087
8117
|
{
|
|
8088
8118
|
"name": "marker-end",
|
|
8119
|
+
"browsers": [
|
|
8120
|
+
"E80",
|
|
8121
|
+
"FF72",
|
|
8122
|
+
"S13.1",
|
|
8123
|
+
"C80",
|
|
8124
|
+
"O67"
|
|
8125
|
+
],
|
|
8089
8126
|
"values": [
|
|
8090
8127
|
{
|
|
8091
8128
|
"name": "none",
|
|
@@ -8104,6 +8141,13 @@ export const cssData = {
|
|
|
8104
8141
|
},
|
|
8105
8142
|
{
|
|
8106
8143
|
"name": "marker-mid",
|
|
8144
|
+
"browsers": [
|
|
8145
|
+
"E80",
|
|
8146
|
+
"FF72",
|
|
8147
|
+
"S13.1",
|
|
8148
|
+
"C80",
|
|
8149
|
+
"O67"
|
|
8150
|
+
],
|
|
8107
8151
|
"values": [
|
|
8108
8152
|
{
|
|
8109
8153
|
"name": "none",
|
|
@@ -8122,6 +8166,13 @@ export const cssData = {
|
|
|
8122
8166
|
},
|
|
8123
8167
|
{
|
|
8124
8168
|
"name": "marker-start",
|
|
8169
|
+
"browsers": [
|
|
8170
|
+
"E80",
|
|
8171
|
+
"FF72",
|
|
8172
|
+
"S13.1",
|
|
8173
|
+
"C80",
|
|
8174
|
+
"O67"
|
|
8175
|
+
],
|
|
8125
8176
|
"values": [
|
|
8126
8177
|
{
|
|
8127
8178
|
"name": "none",
|
|
@@ -8144,7 +8195,7 @@ export const cssData = {
|
|
|
8144
8195
|
"E79",
|
|
8145
8196
|
"FF53",
|
|
8146
8197
|
"S15.4",
|
|
8147
|
-
"
|
|
8198
|
+
"C120",
|
|
8148
8199
|
"O15"
|
|
8149
8200
|
],
|
|
8150
8201
|
"values": [
|
|
@@ -8158,7 +8209,7 @@ export const cssData = {
|
|
|
8158
8209
|
}
|
|
8159
8210
|
],
|
|
8160
8211
|
"syntax": "<mask-reference>#",
|
|
8161
|
-
"relevance":
|
|
8212
|
+
"relevance": 57,
|
|
8162
8213
|
"references": [
|
|
8163
8214
|
{
|
|
8164
8215
|
"name": "MDN Reference",
|
|
@@ -8175,8 +8226,11 @@ export const cssData = {
|
|
|
8175
8226
|
{
|
|
8176
8227
|
"name": "mask-mode",
|
|
8177
8228
|
"browsers": [
|
|
8229
|
+
"E120",
|
|
8178
8230
|
"FF53",
|
|
8179
|
-
"S15.4"
|
|
8231
|
+
"S15.4",
|
|
8232
|
+
"C120",
|
|
8233
|
+
"O106"
|
|
8180
8234
|
],
|
|
8181
8235
|
"values": [
|
|
8182
8236
|
{
|
|
@@ -8210,11 +8264,11 @@ export const cssData = {
|
|
|
8210
8264
|
{
|
|
8211
8265
|
"name": "mask-origin",
|
|
8212
8266
|
"browsers": [
|
|
8213
|
-
"
|
|
8267
|
+
"E120",
|
|
8214
8268
|
"FF53",
|
|
8215
8269
|
"S15.4",
|
|
8216
|
-
"
|
|
8217
|
-
"
|
|
8270
|
+
"C120",
|
|
8271
|
+
"O106"
|
|
8218
8272
|
],
|
|
8219
8273
|
"syntax": "<geometry-box>#",
|
|
8220
8274
|
"relevance": 50,
|
|
@@ -8236,11 +8290,11 @@ export const cssData = {
|
|
|
8236
8290
|
"E79",
|
|
8237
8291
|
"FF53",
|
|
8238
8292
|
"S15.4",
|
|
8239
|
-
"
|
|
8240
|
-
"
|
|
8293
|
+
"C120",
|
|
8294
|
+
"O106"
|
|
8241
8295
|
],
|
|
8242
8296
|
"syntax": "<position>#",
|
|
8243
|
-
"relevance":
|
|
8297
|
+
"relevance": 52,
|
|
8244
8298
|
"references": [
|
|
8245
8299
|
{
|
|
8246
8300
|
"name": "MDN Reference",
|
|
@@ -8260,11 +8314,11 @@ export const cssData = {
|
|
|
8260
8314
|
"E79",
|
|
8261
8315
|
"FF53",
|
|
8262
8316
|
"S15.4",
|
|
8263
|
-
"
|
|
8264
|
-
"
|
|
8317
|
+
"C120",
|
|
8318
|
+
"O106"
|
|
8265
8319
|
],
|
|
8266
8320
|
"syntax": "<repeat-style>#",
|
|
8267
|
-
"relevance":
|
|
8321
|
+
"relevance": 53,
|
|
8268
8322
|
"references": [
|
|
8269
8323
|
{
|
|
8270
8324
|
"name": "MDN Reference",
|
|
@@ -8282,8 +8336,8 @@ export const cssData = {
|
|
|
8282
8336
|
"E79",
|
|
8283
8337
|
"FF53",
|
|
8284
8338
|
"S15.4",
|
|
8285
|
-
"
|
|
8286
|
-
"
|
|
8339
|
+
"C120",
|
|
8340
|
+
"O106"
|
|
8287
8341
|
],
|
|
8288
8342
|
"values": [
|
|
8289
8343
|
{
|
|
@@ -8300,7 +8354,7 @@ export const cssData = {
|
|
|
8300
8354
|
}
|
|
8301
8355
|
],
|
|
8302
8356
|
"syntax": "<bg-size>#",
|
|
8303
|
-
"relevance":
|
|
8357
|
+
"relevance": 54,
|
|
8304
8358
|
"references": [
|
|
8305
8359
|
{
|
|
8306
8360
|
"name": "MDN Reference",
|
|
@@ -8362,7 +8416,7 @@ export const cssData = {
|
|
|
8362
8416
|
}
|
|
8363
8417
|
],
|
|
8364
8418
|
"syntax": "<'max-width'>",
|
|
8365
|
-
"relevance":
|
|
8419
|
+
"relevance": 53,
|
|
8366
8420
|
"references": [
|
|
8367
8421
|
{
|
|
8368
8422
|
"name": "MDN Reference",
|
|
@@ -8427,8 +8481,7 @@ export const cssData = {
|
|
|
8427
8481
|
"description": "Use the min-content inline size or min-content block size, as appropriate to the writing mode."
|
|
8428
8482
|
}
|
|
8429
8483
|
],
|
|
8430
|
-
"
|
|
8431
|
-
"syntax": "<viewport-length>",
|
|
8484
|
+
"syntax": "none | <length-percentage> | min-content | max-content | fit-content | fit-content(<length-percentage>)",
|
|
8432
8485
|
"relevance": 85,
|
|
8433
8486
|
"references": [
|
|
8434
8487
|
{
|
|
@@ -8458,7 +8511,7 @@ export const cssData = {
|
|
|
8458
8511
|
}
|
|
8459
8512
|
],
|
|
8460
8513
|
"syntax": "<'max-width'>",
|
|
8461
|
-
"relevance":
|
|
8514
|
+
"relevance": 54,
|
|
8462
8515
|
"references": [
|
|
8463
8516
|
{
|
|
8464
8517
|
"name": "MDN Reference",
|
|
@@ -8523,9 +8576,8 @@ export const cssData = {
|
|
|
8523
8576
|
"description": "Use the min-content inline size or min-content block size, as appropriate to the writing mode."
|
|
8524
8577
|
}
|
|
8525
8578
|
],
|
|
8526
|
-
"
|
|
8527
|
-
"
|
|
8528
|
-
"relevance": 90,
|
|
8579
|
+
"syntax": "none | <length-percentage> | min-content | max-content | fit-content | fit-content(<length-percentage>)",
|
|
8580
|
+
"relevance": 91,
|
|
8529
8581
|
"references": [
|
|
8530
8582
|
{
|
|
8531
8583
|
"name": "MDN Reference",
|
|
@@ -8548,7 +8600,7 @@ export const cssData = {
|
|
|
8548
8600
|
"O44"
|
|
8549
8601
|
],
|
|
8550
8602
|
"syntax": "<'min-width'>",
|
|
8551
|
-
"relevance":
|
|
8603
|
+
"relevance": 53,
|
|
8552
8604
|
"references": [
|
|
8553
8605
|
{
|
|
8554
8606
|
"name": "MDN Reference",
|
|
@@ -8620,8 +8672,7 @@ export const cssData = {
|
|
|
8620
8672
|
"description": "Use the min-content inline size or min-content block size, as appropriate to the writing mode."
|
|
8621
8673
|
}
|
|
8622
8674
|
],
|
|
8623
|
-
"
|
|
8624
|
-
"syntax": "<viewport-length>",
|
|
8675
|
+
"syntax": "auto | <length> | <percentage> | min-content | max-content | fit-content | fit-content(<length-percentage>)",
|
|
8625
8676
|
"relevance": 89,
|
|
8626
8677
|
"references": [
|
|
8627
8678
|
{
|
|
@@ -8645,7 +8696,7 @@ export const cssData = {
|
|
|
8645
8696
|
"O44"
|
|
8646
8697
|
],
|
|
8647
8698
|
"syntax": "<'min-width'>",
|
|
8648
|
-
"relevance":
|
|
8699
|
+
"relevance": 54,
|
|
8649
8700
|
"references": [
|
|
8650
8701
|
{
|
|
8651
8702
|
"name": "MDN Reference",
|
|
@@ -8717,8 +8768,7 @@ export const cssData = {
|
|
|
8717
8768
|
"description": "Use the min-content inline size or min-content block size, as appropriate to the writing mode."
|
|
8718
8769
|
}
|
|
8719
8770
|
],
|
|
8720
|
-
"
|
|
8721
|
-
"syntax": "<viewport-length>",
|
|
8771
|
+
"syntax": "auto | <length> | <percentage> | min-content | max-content | fit-content | fit-content(<length-percentage>)",
|
|
8722
8772
|
"relevance": 88,
|
|
8723
8773
|
"references": [
|
|
8724
8774
|
{
|
|
@@ -8836,7 +8886,7 @@ export const cssData = {
|
|
|
8836
8886
|
}
|
|
8837
8887
|
],
|
|
8838
8888
|
"syntax": "<blend-mode> | plus-lighter",
|
|
8839
|
-
"relevance":
|
|
8889
|
+
"relevance": 54,
|
|
8840
8890
|
"references": [
|
|
8841
8891
|
{
|
|
8842
8892
|
"name": "MDN Reference",
|
|
@@ -12860,7 +12910,7 @@ export const cssData = {
|
|
|
12860
12910
|
}
|
|
12861
12911
|
],
|
|
12862
12912
|
"syntax": "fill | contain | cover | none | scale-down",
|
|
12863
|
-
"relevance":
|
|
12913
|
+
"relevance": 72,
|
|
12864
12914
|
"references": [
|
|
12865
12915
|
{
|
|
12866
12916
|
"name": "MDN Reference",
|
|
@@ -12997,7 +13047,7 @@ export const cssData = {
|
|
|
12997
13047
|
"O9"
|
|
12998
13048
|
],
|
|
12999
13049
|
"syntax": "<alpha-value>",
|
|
13000
|
-
"relevance":
|
|
13050
|
+
"relevance": 92,
|
|
13001
13051
|
"references": [
|
|
13002
13052
|
{
|
|
13003
13053
|
"name": "MDN Reference",
|
|
@@ -13020,7 +13070,7 @@ export const cssData = {
|
|
|
13020
13070
|
"O12.1"
|
|
13021
13071
|
],
|
|
13022
13072
|
"syntax": "<integer>",
|
|
13023
|
-
"relevance":
|
|
13073
|
+
"relevance": 67,
|
|
13024
13074
|
"references": [
|
|
13025
13075
|
{
|
|
13026
13076
|
"name": "MDN Reference",
|
|
@@ -13426,8 +13476,8 @@ export const cssData = {
|
|
|
13426
13476
|
"description": "Performs a color inversion on the pixels on the screen."
|
|
13427
13477
|
}
|
|
13428
13478
|
],
|
|
13429
|
-
"syntax": "<color>
|
|
13430
|
-
"relevance":
|
|
13479
|
+
"syntax": "auto | <color>",
|
|
13480
|
+
"relevance": 61,
|
|
13431
13481
|
"references": [
|
|
13432
13482
|
{
|
|
13433
13483
|
"name": "MDN Reference",
|
|
@@ -13503,7 +13553,7 @@ export const cssData = {
|
|
|
13503
13553
|
"O7"
|
|
13504
13554
|
],
|
|
13505
13555
|
"syntax": "<line-width>",
|
|
13506
|
-
"relevance":
|
|
13556
|
+
"relevance": 62,
|
|
13507
13557
|
"references": [
|
|
13508
13558
|
{
|
|
13509
13559
|
"name": "MDN Reference",
|
|
@@ -13736,7 +13786,7 @@ export const cssData = {
|
|
|
13736
13786
|
"O3.5"
|
|
13737
13787
|
],
|
|
13738
13788
|
"syntax": "<length> | <percentage>",
|
|
13739
|
-
"relevance":
|
|
13789
|
+
"relevance": 88,
|
|
13740
13790
|
"references": [
|
|
13741
13791
|
{
|
|
13742
13792
|
"name": "MDN Reference",
|
|
@@ -13852,7 +13902,7 @@ export const cssData = {
|
|
|
13852
13902
|
"O3.5"
|
|
13853
13903
|
],
|
|
13854
13904
|
"syntax": "<length> | <percentage>",
|
|
13855
|
-
"relevance":
|
|
13905
|
+
"relevance": 89,
|
|
13856
13906
|
"references": [
|
|
13857
13907
|
{
|
|
13858
13908
|
"name": "MDN Reference",
|
|
@@ -13876,7 +13926,7 @@ export const cssData = {
|
|
|
13876
13926
|
"O3.5"
|
|
13877
13927
|
],
|
|
13878
13928
|
"syntax": "<length> | <percentage>",
|
|
13879
|
-
"relevance":
|
|
13929
|
+
"relevance": 88,
|
|
13880
13930
|
"references": [
|
|
13881
13931
|
{
|
|
13882
13932
|
"name": "MDN Reference",
|
|
@@ -13900,7 +13950,7 @@ export const cssData = {
|
|
|
13900
13950
|
"O3.5"
|
|
13901
13951
|
],
|
|
13902
13952
|
"syntax": "<length> | <percentage>",
|
|
13903
|
-
"relevance":
|
|
13953
|
+
"relevance": 89,
|
|
13904
13954
|
"references": [
|
|
13905
13955
|
{
|
|
13906
13956
|
"name": "MDN Reference",
|
|
@@ -14039,9 +14089,9 @@ export const cssData = {
|
|
|
14039
14089
|
{
|
|
14040
14090
|
"name": "paint-order",
|
|
14041
14091
|
"browsers": [
|
|
14042
|
-
"
|
|
14092
|
+
"E79",
|
|
14043
14093
|
"FF60",
|
|
14044
|
-
"
|
|
14094
|
+
"S11",
|
|
14045
14095
|
"C35",
|
|
14046
14096
|
"O22"
|
|
14047
14097
|
],
|
|
@@ -14090,7 +14140,7 @@ export const cssData = {
|
|
|
14090
14140
|
}
|
|
14091
14141
|
],
|
|
14092
14142
|
"syntax": "none | <length>",
|
|
14093
|
-
"relevance":
|
|
14143
|
+
"relevance": 55,
|
|
14094
14144
|
"references": [
|
|
14095
14145
|
{
|
|
14096
14146
|
"name": "MDN Reference",
|
|
@@ -14362,7 +14412,7 @@ export const cssData = {
|
|
|
14362
14412
|
}
|
|
14363
14413
|
],
|
|
14364
14414
|
"syntax": "none | both | horizontal | vertical | block | inline",
|
|
14365
|
-
"relevance":
|
|
14415
|
+
"relevance": 66,
|
|
14366
14416
|
"references": [
|
|
14367
14417
|
{
|
|
14368
14418
|
"name": "MDN Reference",
|
|
@@ -14407,13 +14457,15 @@ export const cssData = {
|
|
|
14407
14457
|
{
|
|
14408
14458
|
"name": "ruby-align",
|
|
14409
14459
|
"browsers": [
|
|
14410
|
-
"FF38"
|
|
14460
|
+
"FF38",
|
|
14461
|
+
"Spreview"
|
|
14411
14462
|
],
|
|
14412
14463
|
"values": [
|
|
14413
14464
|
{
|
|
14414
14465
|
"name": "auto",
|
|
14415
14466
|
"browsers": [
|
|
14416
|
-
"FF38"
|
|
14467
|
+
"FF38",
|
|
14468
|
+
"Spreview"
|
|
14417
14469
|
],
|
|
14418
14470
|
"description": "The user agent determines how the ruby contents are aligned. This is the initial value."
|
|
14419
14471
|
},
|
|
@@ -14424,14 +14476,16 @@ export const cssData = {
|
|
|
14424
14476
|
{
|
|
14425
14477
|
"name": "distribute-letter",
|
|
14426
14478
|
"browsers": [
|
|
14427
|
-
"FF38"
|
|
14479
|
+
"FF38",
|
|
14480
|
+
"Spreview"
|
|
14428
14481
|
],
|
|
14429
14482
|
"description": "If the width of the ruby text is smaller than that of the base, then the ruby text contents are evenly distributed across the width of the base, with the first and last ruby text glyphs lining up with the corresponding first and last base glyphs. If the width of the ruby text is at least the width of the base, then the letters of the base are evenly distributed across the width of the ruby text."
|
|
14430
14483
|
},
|
|
14431
14484
|
{
|
|
14432
14485
|
"name": "distribute-space",
|
|
14433
14486
|
"browsers": [
|
|
14434
|
-
"FF38"
|
|
14487
|
+
"FF38",
|
|
14488
|
+
"Spreview"
|
|
14435
14489
|
],
|
|
14436
14490
|
"description": "If the width of the ruby text is smaller than that of the base, then the ruby text contents are evenly distributed across the width of the base, with a certain amount of white space preceding the first and following the last character in the ruby text. That amount of white space is normally equal to half the amount of inter-character space of the ruby text."
|
|
14437
14491
|
},
|
|
@@ -14442,35 +14496,40 @@ export const cssData = {
|
|
|
14442
14496
|
{
|
|
14443
14497
|
"name": "line-edge",
|
|
14444
14498
|
"browsers": [
|
|
14445
|
-
"FF38"
|
|
14499
|
+
"FF38",
|
|
14500
|
+
"Spreview"
|
|
14446
14501
|
],
|
|
14447
14502
|
"description": "If the ruby text is not adjacent to a line edge, it is aligned as in 'auto'. If it is adjacent to a line edge, then it is still aligned as in auto, but the side of the ruby text that touches the end of the line is lined up with the corresponding edge of the base."
|
|
14448
14503
|
},
|
|
14449
14504
|
{
|
|
14450
14505
|
"name": "right",
|
|
14451
14506
|
"browsers": [
|
|
14452
|
-
"FF38"
|
|
14507
|
+
"FF38",
|
|
14508
|
+
"Spreview"
|
|
14453
14509
|
],
|
|
14454
14510
|
"description": "The ruby text content is aligned with the end edge of the base."
|
|
14455
14511
|
},
|
|
14456
14512
|
{
|
|
14457
14513
|
"name": "start",
|
|
14458
14514
|
"browsers": [
|
|
14459
|
-
"FF38"
|
|
14515
|
+
"FF38",
|
|
14516
|
+
"Spreview"
|
|
14460
14517
|
],
|
|
14461
14518
|
"description": "The ruby text content is aligned with the start edge of the base."
|
|
14462
14519
|
},
|
|
14463
14520
|
{
|
|
14464
14521
|
"name": "space-between",
|
|
14465
14522
|
"browsers": [
|
|
14466
|
-
"FF38"
|
|
14523
|
+
"FF38",
|
|
14524
|
+
"Spreview"
|
|
14467
14525
|
],
|
|
14468
14526
|
"description": "The ruby content expands as defined for normal text justification (as defined by 'text-justify'),"
|
|
14469
14527
|
},
|
|
14470
14528
|
{
|
|
14471
14529
|
"name": "space-around",
|
|
14472
14530
|
"browsers": [
|
|
14473
|
-
"FF38"
|
|
14531
|
+
"FF38",
|
|
14532
|
+
"Spreview"
|
|
14474
14533
|
],
|
|
14475
14534
|
"description": "As for 'space-between' except that there exists an extra justification opportunities whose space is distributed half before and half after the ruby content."
|
|
14476
14535
|
}
|
|
@@ -14849,7 +14908,7 @@ export const cssData = {
|
|
|
14849
14908
|
}
|
|
14850
14909
|
],
|
|
14851
14910
|
"syntax": "none | [ x | y | block | inline | both ] [ mandatory | proximity ]?",
|
|
14852
|
-
"relevance":
|
|
14911
|
+
"relevance": 53,
|
|
14853
14912
|
"references": [
|
|
14854
14913
|
{
|
|
14855
14914
|
"name": "MDN Reference",
|
|
@@ -14944,6 +15003,13 @@ export const cssData = {
|
|
|
14944
15003
|
},
|
|
14945
15004
|
{
|
|
14946
15005
|
"name": "shape-rendering",
|
|
15006
|
+
"browsers": [
|
|
15007
|
+
"E80",
|
|
15008
|
+
"FF72",
|
|
15009
|
+
"S13.1",
|
|
15010
|
+
"C80",
|
|
15011
|
+
"O67"
|
|
15012
|
+
],
|
|
14947
15013
|
"values": [
|
|
14948
15014
|
{
|
|
14949
15015
|
"name": "auto",
|
|
@@ -15010,6 +15076,13 @@ export const cssData = {
|
|
|
15010
15076
|
},
|
|
15011
15077
|
{
|
|
15012
15078
|
"name": "stop-color",
|
|
15079
|
+
"browsers": [
|
|
15080
|
+
"E80",
|
|
15081
|
+
"FF72",
|
|
15082
|
+
"S13.1",
|
|
15083
|
+
"C80",
|
|
15084
|
+
"O67"
|
|
15085
|
+
],
|
|
15013
15086
|
"relevance": 50,
|
|
15014
15087
|
"description": "Indicates what color to use at that gradient stop.",
|
|
15015
15088
|
"restrictions": [
|
|
@@ -15018,6 +15091,13 @@ export const cssData = {
|
|
|
15018
15091
|
},
|
|
15019
15092
|
{
|
|
15020
15093
|
"name": "stop-opacity",
|
|
15094
|
+
"browsers": [
|
|
15095
|
+
"E80",
|
|
15096
|
+
"FF72",
|
|
15097
|
+
"S13.1",
|
|
15098
|
+
"C80",
|
|
15099
|
+
"O67"
|
|
15100
|
+
],
|
|
15021
15101
|
"relevance": 50,
|
|
15022
15102
|
"description": "Defines the opacity of a given gradient stop.",
|
|
15023
15103
|
"restrictions": [
|
|
@@ -15026,6 +15106,13 @@ export const cssData = {
|
|
|
15026
15106
|
},
|
|
15027
15107
|
{
|
|
15028
15108
|
"name": "stroke",
|
|
15109
|
+
"browsers": [
|
|
15110
|
+
"E80",
|
|
15111
|
+
"FF72",
|
|
15112
|
+
"S13.1",
|
|
15113
|
+
"C80",
|
|
15114
|
+
"O67"
|
|
15115
|
+
],
|
|
15029
15116
|
"values": [
|
|
15030
15117
|
{
|
|
15031
15118
|
"name": "url()",
|
|
@@ -15036,7 +15123,7 @@ export const cssData = {
|
|
|
15036
15123
|
"description": "No paint is applied in this layer."
|
|
15037
15124
|
}
|
|
15038
15125
|
],
|
|
15039
|
-
"relevance":
|
|
15126
|
+
"relevance": 67,
|
|
15040
15127
|
"description": "Paints along the outline of the given graphical element.",
|
|
15041
15128
|
"restrictions": [
|
|
15042
15129
|
"color",
|
|
@@ -15046,6 +15133,13 @@ export const cssData = {
|
|
|
15046
15133
|
},
|
|
15047
15134
|
{
|
|
15048
15135
|
"name": "stroke-dasharray",
|
|
15136
|
+
"browsers": [
|
|
15137
|
+
"E80",
|
|
15138
|
+
"FF72",
|
|
15139
|
+
"S13.1",
|
|
15140
|
+
"C80",
|
|
15141
|
+
"O67"
|
|
15142
|
+
],
|
|
15049
15143
|
"values": [
|
|
15050
15144
|
{
|
|
15051
15145
|
"name": "none",
|
|
@@ -15063,6 +15157,13 @@ export const cssData = {
|
|
|
15063
15157
|
},
|
|
15064
15158
|
{
|
|
15065
15159
|
"name": "stroke-dashoffset",
|
|
15160
|
+
"browsers": [
|
|
15161
|
+
"E80",
|
|
15162
|
+
"FF72",
|
|
15163
|
+
"S13.1",
|
|
15164
|
+
"C80",
|
|
15165
|
+
"O67"
|
|
15166
|
+
],
|
|
15066
15167
|
"relevance": 62,
|
|
15067
15168
|
"description": "Specifies the distance into the dash pattern to start the dash.",
|
|
15068
15169
|
"restrictions": [
|
|
@@ -15072,6 +15173,13 @@ export const cssData = {
|
|
|
15072
15173
|
},
|
|
15073
15174
|
{
|
|
15074
15175
|
"name": "stroke-linecap",
|
|
15176
|
+
"browsers": [
|
|
15177
|
+
"E80",
|
|
15178
|
+
"FF72",
|
|
15179
|
+
"S13.1",
|
|
15180
|
+
"C80",
|
|
15181
|
+
"O67"
|
|
15182
|
+
],
|
|
15075
15183
|
"values": [
|
|
15076
15184
|
{
|
|
15077
15185
|
"name": "butt",
|
|
@@ -15094,6 +15202,13 @@ export const cssData = {
|
|
|
15094
15202
|
},
|
|
15095
15203
|
{
|
|
15096
15204
|
"name": "stroke-linejoin",
|
|
15205
|
+
"browsers": [
|
|
15206
|
+
"E80",
|
|
15207
|
+
"FF72",
|
|
15208
|
+
"S13.1",
|
|
15209
|
+
"C80",
|
|
15210
|
+
"O67"
|
|
15211
|
+
],
|
|
15097
15212
|
"values": [
|
|
15098
15213
|
{
|
|
15099
15214
|
"name": "bevel",
|
|
@@ -15116,6 +15231,13 @@ export const cssData = {
|
|
|
15116
15231
|
},
|
|
15117
15232
|
{
|
|
15118
15233
|
"name": "stroke-miterlimit",
|
|
15234
|
+
"browsers": [
|
|
15235
|
+
"E80",
|
|
15236
|
+
"FF72",
|
|
15237
|
+
"S13.1",
|
|
15238
|
+
"C80",
|
|
15239
|
+
"O67"
|
|
15240
|
+
],
|
|
15119
15241
|
"relevance": 51,
|
|
15120
15242
|
"description": "When two line segments meet at a sharp angle and miter joins have been specified for 'stroke-linejoin', it is possible for the miter to extend far beyond the thickness of the line stroking the path.",
|
|
15121
15243
|
"restrictions": [
|
|
@@ -15124,6 +15246,13 @@ export const cssData = {
|
|
|
15124
15246
|
},
|
|
15125
15247
|
{
|
|
15126
15248
|
"name": "stroke-opacity",
|
|
15249
|
+
"browsers": [
|
|
15250
|
+
"E80",
|
|
15251
|
+
"FF72",
|
|
15252
|
+
"S13.1",
|
|
15253
|
+
"C80",
|
|
15254
|
+
"O67"
|
|
15255
|
+
],
|
|
15127
15256
|
"relevance": 52,
|
|
15128
15257
|
"description": "Specifies the opacity of the painting operation used to stroke the current object.",
|
|
15129
15258
|
"restrictions": [
|
|
@@ -15132,7 +15261,14 @@ export const cssData = {
|
|
|
15132
15261
|
},
|
|
15133
15262
|
{
|
|
15134
15263
|
"name": "stroke-width",
|
|
15135
|
-
"
|
|
15264
|
+
"browsers": [
|
|
15265
|
+
"E80",
|
|
15266
|
+
"FF72",
|
|
15267
|
+
"S13.1",
|
|
15268
|
+
"C80",
|
|
15269
|
+
"O67"
|
|
15270
|
+
],
|
|
15271
|
+
"relevance": 64,
|
|
15136
15272
|
"description": "Specifies the width of the stroke on the current object.",
|
|
15137
15273
|
"restrictions": [
|
|
15138
15274
|
"percentage",
|
|
@@ -15234,7 +15370,7 @@ export const cssData = {
|
|
|
15234
15370
|
}
|
|
15235
15371
|
],
|
|
15236
15372
|
"syntax": "auto | fixed",
|
|
15237
|
-
"relevance":
|
|
15373
|
+
"relevance": 58,
|
|
15238
15374
|
"references": [
|
|
15239
15375
|
{
|
|
15240
15376
|
"name": "MDN Reference",
|
|
@@ -15381,6 +15517,13 @@ export const cssData = {
|
|
|
15381
15517
|
},
|
|
15382
15518
|
{
|
|
15383
15519
|
"name": "text-anchor",
|
|
15520
|
+
"browsers": [
|
|
15521
|
+
"E80",
|
|
15522
|
+
"FF72",
|
|
15523
|
+
"S13.1",
|
|
15524
|
+
"C80",
|
|
15525
|
+
"O67"
|
|
15526
|
+
],
|
|
15384
15527
|
"values": [
|
|
15385
15528
|
{
|
|
15386
15529
|
"name": "end",
|
|
@@ -15585,7 +15728,7 @@ export const cssData = {
|
|
|
15585
15728
|
],
|
|
15586
15729
|
"values": [],
|
|
15587
15730
|
"syntax": "<length-percentage> && hanging? && each-line?",
|
|
15588
|
-
"relevance":
|
|
15731
|
+
"relevance": 67,
|
|
15589
15732
|
"references": [
|
|
15590
15733
|
{
|
|
15591
15734
|
"name": "MDN Reference",
|
|
@@ -15723,7 +15866,7 @@ export const cssData = {
|
|
|
15723
15866
|
}
|
|
15724
15867
|
],
|
|
15725
15868
|
"syntax": "[ clip | ellipsis | <string> ]{1,2}",
|
|
15726
|
-
"relevance":
|
|
15869
|
+
"relevance": 82,
|
|
15727
15870
|
"references": [
|
|
15728
15871
|
{
|
|
15729
15872
|
"name": "MDN Reference",
|
|
@@ -15763,7 +15906,7 @@ export const cssData = {
|
|
|
15763
15906
|
}
|
|
15764
15907
|
],
|
|
15765
15908
|
"syntax": "auto | optimizeSpeed | optimizeLegibility | geometricPrecision",
|
|
15766
|
-
"relevance":
|
|
15909
|
+
"relevance": 68,
|
|
15767
15910
|
"references": [
|
|
15768
15911
|
{
|
|
15769
15912
|
"name": "MDN Reference",
|
|
@@ -15792,7 +15935,7 @@ export const cssData = {
|
|
|
15792
15935
|
}
|
|
15793
15936
|
],
|
|
15794
15937
|
"syntax": "none | <shadow-t>#",
|
|
15795
|
-
"relevance":
|
|
15938
|
+
"relevance": 73,
|
|
15796
15939
|
"references": [
|
|
15797
15940
|
{
|
|
15798
15941
|
"name": "MDN Reference",
|
|
@@ -15834,7 +15977,7 @@ export const cssData = {
|
|
|
15834
15977
|
}
|
|
15835
15978
|
],
|
|
15836
15979
|
"syntax": "none | capitalize | uppercase | lowercase | full-width | full-size-kana",
|
|
15837
|
-
"relevance":
|
|
15980
|
+
"relevance": 86,
|
|
15838
15981
|
"references": [
|
|
15839
15982
|
{
|
|
15840
15983
|
"name": "MDN Reference",
|
|
@@ -16165,7 +16308,7 @@ export const cssData = {
|
|
|
16165
16308
|
}
|
|
16166
16309
|
],
|
|
16167
16310
|
"syntax": "flat | preserve-3d",
|
|
16168
|
-
"relevance":
|
|
16311
|
+
"relevance": 56,
|
|
16169
16312
|
"references": [
|
|
16170
16313
|
{
|
|
16171
16314
|
"name": "MDN Reference",
|
|
@@ -16198,7 +16341,7 @@ export const cssData = {
|
|
|
16198
16341
|
}
|
|
16199
16342
|
],
|
|
16200
16343
|
"syntax": "<single-transition>#",
|
|
16201
|
-
"relevance":
|
|
16344
|
+
"relevance": 89,
|
|
16202
16345
|
"references": [
|
|
16203
16346
|
{
|
|
16204
16347
|
"name": "MDN Reference",
|
|
@@ -16224,7 +16367,7 @@ export const cssData = {
|
|
|
16224
16367
|
"O12.1"
|
|
16225
16368
|
],
|
|
16226
16369
|
"syntax": "<time>#",
|
|
16227
|
-
"relevance":
|
|
16370
|
+
"relevance": 64,
|
|
16228
16371
|
"references": [
|
|
16229
16372
|
{
|
|
16230
16373
|
"name": "MDN Reference",
|
|
@@ -16247,7 +16390,7 @@ export const cssData = {
|
|
|
16247
16390
|
"O12.1"
|
|
16248
16391
|
],
|
|
16249
16392
|
"syntax": "<time>#",
|
|
16250
|
-
"relevance":
|
|
16393
|
+
"relevance": 68,
|
|
16251
16394
|
"references": [
|
|
16252
16395
|
{
|
|
16253
16396
|
"name": "MDN Reference",
|
|
@@ -16280,7 +16423,7 @@ export const cssData = {
|
|
|
16280
16423
|
}
|
|
16281
16424
|
],
|
|
16282
16425
|
"syntax": "none | <single-transition-property>#",
|
|
16283
|
-
"relevance":
|
|
16426
|
+
"relevance": 68,
|
|
16284
16427
|
"references": [
|
|
16285
16428
|
{
|
|
16286
16429
|
"name": "MDN Reference",
|
|
@@ -16303,7 +16446,7 @@ export const cssData = {
|
|
|
16303
16446
|
"O12.1"
|
|
16304
16447
|
],
|
|
16305
16448
|
"syntax": "<easing-function>#",
|
|
16306
|
-
"relevance":
|
|
16449
|
+
"relevance": 65,
|
|
16307
16450
|
"references": [
|
|
16308
16451
|
{
|
|
16309
16452
|
"name": "MDN Reference",
|
|
@@ -16812,7 +16955,7 @@ export const cssData = {
|
|
|
16812
16955
|
}
|
|
16813
16956
|
],
|
|
16814
16957
|
"syntax": "baseline | sub | super | text-top | text-bottom | middle | top | bottom | <percentage> | <length>",
|
|
16815
|
-
"relevance":
|
|
16958
|
+
"relevance": 90,
|
|
16816
16959
|
"references": [
|
|
16817
16960
|
{
|
|
16818
16961
|
"name": "MDN Reference",
|
|
@@ -17749,8 +17892,10 @@ export const cssData = {
|
|
|
17749
17892
|
{
|
|
17750
17893
|
"name": "-webkit-column-break-after",
|
|
17751
17894
|
"browsers": [
|
|
17752
|
-
"
|
|
17753
|
-
"
|
|
17895
|
+
"E80",
|
|
17896
|
+
"S13.1",
|
|
17897
|
+
"C80",
|
|
17898
|
+
"O67"
|
|
17754
17899
|
],
|
|
17755
17900
|
"values": [
|
|
17756
17901
|
{
|
|
@@ -17805,8 +17950,10 @@ export const cssData = {
|
|
|
17805
17950
|
{
|
|
17806
17951
|
"name": "-webkit-column-break-before",
|
|
17807
17952
|
"browsers": [
|
|
17808
|
-
"
|
|
17809
|
-
"
|
|
17953
|
+
"E80",
|
|
17954
|
+
"S13.1",
|
|
17955
|
+
"C80",
|
|
17956
|
+
"O67"
|
|
17810
17957
|
],
|
|
17811
17958
|
"values": [
|
|
17812
17959
|
{
|
|
@@ -17861,8 +18008,10 @@ export const cssData = {
|
|
|
17861
18008
|
{
|
|
17862
18009
|
"name": "-webkit-column-break-inside",
|
|
17863
18010
|
"browsers": [
|
|
17864
|
-
"
|
|
17865
|
-
"
|
|
18011
|
+
"E80",
|
|
18012
|
+
"S13.1",
|
|
18013
|
+
"C80",
|
|
18014
|
+
"O67"
|
|
17866
18015
|
],
|
|
17867
18016
|
"values": [
|
|
17868
18017
|
{
|
|
@@ -18418,8 +18567,7 @@ export const cssData = {
|
|
|
18418
18567
|
{
|
|
18419
18568
|
"name": "-webkit-nbsp-mode",
|
|
18420
18569
|
"browsers": [
|
|
18421
|
-
"
|
|
18422
|
-
"S3"
|
|
18570
|
+
"S13.1"
|
|
18423
18571
|
],
|
|
18424
18572
|
"values": [
|
|
18425
18573
|
{
|
|
@@ -18797,8 +18945,10 @@ export const cssData = {
|
|
|
18797
18945
|
{
|
|
18798
18946
|
"name": "-webkit-transform-origin-x",
|
|
18799
18947
|
"browsers": [
|
|
18800
|
-
"
|
|
18801
|
-
"
|
|
18948
|
+
"E80",
|
|
18949
|
+
"S13.1",
|
|
18950
|
+
"C80",
|
|
18951
|
+
"O67"
|
|
18802
18952
|
],
|
|
18803
18953
|
"relevance": 50,
|
|
18804
18954
|
"description": "The x coordinate of the origin for transforms applied to an element with respect to its border box.",
|
|
@@ -18810,8 +18960,10 @@ export const cssData = {
|
|
|
18810
18960
|
{
|
|
18811
18961
|
"name": "-webkit-transform-origin-y",
|
|
18812
18962
|
"browsers": [
|
|
18813
|
-
"
|
|
18814
|
-
"
|
|
18963
|
+
"E80",
|
|
18964
|
+
"S13.1",
|
|
18965
|
+
"C80",
|
|
18966
|
+
"O67"
|
|
18815
18967
|
],
|
|
18816
18968
|
"relevance": 50,
|
|
18817
18969
|
"description": "The y coordinate of the origin for transforms applied to an element with respect to its border box.",
|
|
@@ -18823,8 +18975,10 @@ export const cssData = {
|
|
|
18823
18975
|
{
|
|
18824
18976
|
"name": "-webkit-transform-origin-z",
|
|
18825
18977
|
"browsers": [
|
|
18826
|
-
"
|
|
18827
|
-
"
|
|
18978
|
+
"E80",
|
|
18979
|
+
"S13.1",
|
|
18980
|
+
"C80",
|
|
18981
|
+
"O67"
|
|
18828
18982
|
],
|
|
18829
18983
|
"relevance": 50,
|
|
18830
18984
|
"description": "The z coordinate of the origin for transforms applied to an element with respect to its border box.",
|
|
@@ -18942,7 +19096,10 @@ export const cssData = {
|
|
|
18942
19096
|
{
|
|
18943
19097
|
"name": "-webkit-user-drag",
|
|
18944
19098
|
"browsers": [
|
|
18945
|
-
"
|
|
19099
|
+
"E80",
|
|
19100
|
+
"S13.1",
|
|
19101
|
+
"C80",
|
|
19102
|
+
"O67"
|
|
18946
19103
|
],
|
|
18947
19104
|
"values": [
|
|
18948
19105
|
{
|
|
@@ -18963,8 +19120,10 @@ export const cssData = {
|
|
|
18963
19120
|
{
|
|
18964
19121
|
"name": "-webkit-user-modify",
|
|
18965
19122
|
"browsers": [
|
|
18966
|
-
"
|
|
18967
|
-
"
|
|
19123
|
+
"E80",
|
|
19124
|
+
"S13.1",
|
|
19125
|
+
"C80",
|
|
19126
|
+
"O67"
|
|
18968
19127
|
],
|
|
18969
19128
|
"values": [
|
|
18970
19129
|
{
|
|
@@ -18977,9 +19136,8 @@ export const cssData = {
|
|
|
18977
19136
|
"name": "read-write-plaintext-only"
|
|
18978
19137
|
}
|
|
18979
19138
|
],
|
|
18980
|
-
"status": "nonstandard",
|
|
18981
19139
|
"syntax": "read-only | read-write | read-write-plaintext-only",
|
|
18982
|
-
"relevance":
|
|
19140
|
+
"relevance": 50,
|
|
18983
19141
|
"description": "Determines whether a user can edit the content of an element.",
|
|
18984
19142
|
"restrictions": [
|
|
18985
19143
|
"enum"
|
|
@@ -19082,8 +19240,7 @@ export const cssData = {
|
|
|
19082
19240
|
"description": "Use the min-content inline size or min-content block size, as appropriate to the writing mode."
|
|
19083
19241
|
}
|
|
19084
19242
|
],
|
|
19085
|
-
"
|
|
19086
|
-
"syntax": "<viewport-length>{1,2}",
|
|
19243
|
+
"syntax": "auto | <length> | <percentage> | min-content | max-content | fit-content | fit-content(<length-percentage>)",
|
|
19087
19244
|
"relevance": 96,
|
|
19088
19245
|
"references": [
|
|
19089
19246
|
{
|
|
@@ -19203,6 +19360,13 @@ export const cssData = {
|
|
|
19203
19360
|
},
|
|
19204
19361
|
{
|
|
19205
19362
|
"name": "word-wrap",
|
|
19363
|
+
"browsers": [
|
|
19364
|
+
"E80",
|
|
19365
|
+
"FF72",
|
|
19366
|
+
"S13.1",
|
|
19367
|
+
"C80",
|
|
19368
|
+
"O67"
|
|
19369
|
+
],
|
|
19206
19370
|
"values": [
|
|
19207
19371
|
{
|
|
19208
19372
|
"name": "break-word",
|
|
@@ -19314,6 +19478,7 @@ export const cssData = {
|
|
|
19314
19478
|
"name": "zoom",
|
|
19315
19479
|
"browsers": [
|
|
19316
19480
|
"E12",
|
|
19481
|
+
"FFpreview",
|
|
19317
19482
|
"S3.1",
|
|
19318
19483
|
"C1",
|
|
19319
19484
|
"IE5.5",
|
|
@@ -19324,9 +19489,9 @@ export const cssData = {
|
|
|
19324
19489
|
"name": "normal"
|
|
19325
19490
|
}
|
|
19326
19491
|
],
|
|
19327
|
-
"
|
|
19328
|
-
"syntax": "
|
|
19329
|
-
"relevance":
|
|
19492
|
+
"status": "nonstandard",
|
|
19493
|
+
"syntax": "normal | reset | <number> | <percentage>",
|
|
19494
|
+
"relevance": 15,
|
|
19330
19495
|
"references": [
|
|
19331
19496
|
{
|
|
19332
19497
|
"name": "MDN Reference",
|
|
@@ -19712,7 +19877,6 @@ export const cssData = {
|
|
|
19712
19877
|
"relevance": 0,
|
|
19713
19878
|
"browsers": [
|
|
19714
19879
|
"E18",
|
|
19715
|
-
"FF53",
|
|
19716
19880
|
"S3.1",
|
|
19717
19881
|
"C1",
|
|
19718
19882
|
"O15"
|
|
@@ -19899,7 +20063,8 @@ export const cssData = {
|
|
|
19899
20063
|
"relevance": 50,
|
|
19900
20064
|
"browsers": [
|
|
19901
20065
|
"E115",
|
|
19902
|
-
"C115"
|
|
20066
|
+
"C115",
|
|
20067
|
+
"O101"
|
|
19903
20068
|
],
|
|
19904
20069
|
"references": [
|
|
19905
20070
|
{
|
|
@@ -19916,7 +20081,8 @@ export const cssData = {
|
|
|
19916
20081
|
"relevance": 50,
|
|
19917
20082
|
"browsers": [
|
|
19918
20083
|
"E115",
|
|
19919
|
-
"C115"
|
|
20084
|
+
"C115",
|
|
20085
|
+
"O101"
|
|
19920
20086
|
],
|
|
19921
20087
|
"references": [
|
|
19922
20088
|
{
|
|
@@ -19933,7 +20099,8 @@ export const cssData = {
|
|
|
19933
20099
|
"relevance": 50,
|
|
19934
20100
|
"browsers": [
|
|
19935
20101
|
"E115",
|
|
19936
|
-
"C115"
|
|
20102
|
+
"C115",
|
|
20103
|
+
"O101"
|
|
19937
20104
|
],
|
|
19938
20105
|
"references": [
|
|
19939
20106
|
{
|
|
@@ -19952,7 +20119,7 @@ export const cssData = {
|
|
|
19952
20119
|
"E115",
|
|
19953
20120
|
"FF110",
|
|
19954
20121
|
"C115",
|
|
19955
|
-
"
|
|
20122
|
+
"O101"
|
|
19956
20123
|
],
|
|
19957
20124
|
"references": [
|
|
19958
20125
|
{
|
|
@@ -19984,7 +20151,7 @@ export const cssData = {
|
|
|
19984
20151
|
{
|
|
19985
20152
|
"name": "aspect-ratio",
|
|
19986
20153
|
"syntax": "auto | <ratio>",
|
|
19987
|
-
"relevance":
|
|
20154
|
+
"relevance": 60,
|
|
19988
20155
|
"browsers": [
|
|
19989
20156
|
"E88",
|
|
19990
20157
|
"FF89",
|
|
@@ -20010,7 +20177,7 @@ export const cssData = {
|
|
|
20010
20177
|
{
|
|
20011
20178
|
"name": "backdrop-filter",
|
|
20012
20179
|
"syntax": "none | <filter-function-list>",
|
|
20013
|
-
"relevance":
|
|
20180
|
+
"relevance": 58,
|
|
20014
20181
|
"browsers": [
|
|
20015
20182
|
"E17",
|
|
20016
20183
|
"FF103",
|
|
@@ -20703,6 +20870,7 @@ export const cssData = {
|
|
|
20703
20870
|
"browsers": [
|
|
20704
20871
|
"E85",
|
|
20705
20872
|
"FFpreview",
|
|
20873
|
+
"Spreview",
|
|
20706
20874
|
"C85",
|
|
20707
20875
|
"O71"
|
|
20708
20876
|
],
|
|
@@ -20721,6 +20889,7 @@ export const cssData = {
|
|
|
20721
20889
|
"browsers": [
|
|
20722
20890
|
"E85",
|
|
20723
20891
|
"FF68",
|
|
20892
|
+
"S17.2",
|
|
20724
20893
|
"C85",
|
|
20725
20894
|
"O71"
|
|
20726
20895
|
],
|
|
@@ -20818,6 +20987,29 @@ export const cssData = {
|
|
|
20818
20987
|
],
|
|
20819
20988
|
"description": "The font-smooth CSS property controls the application of anti-aliasing when fonts are rendered."
|
|
20820
20989
|
},
|
|
20990
|
+
{
|
|
20991
|
+
"name": "font-synthesis-position",
|
|
20992
|
+
"syntax": "auto | none",
|
|
20993
|
+
"values": [
|
|
20994
|
+
{
|
|
20995
|
+
"name": "auto"
|
|
20996
|
+
},
|
|
20997
|
+
{
|
|
20998
|
+
"name": "none"
|
|
20999
|
+
}
|
|
21000
|
+
],
|
|
21001
|
+
"relevance": 50,
|
|
21002
|
+
"browsers": [
|
|
21003
|
+
"FF118"
|
|
21004
|
+
],
|
|
21005
|
+
"references": [
|
|
21006
|
+
{
|
|
21007
|
+
"name": "MDN Reference",
|
|
21008
|
+
"url": "https://developer.mozilla.org/docs/Web/CSS/font-synthesis-position"
|
|
21009
|
+
}
|
|
21010
|
+
],
|
|
21011
|
+
"description": "The font-synthesis-position CSS property lets you specify whether or not a browser may synthesize the subscript and superscript \"position\" typefaces when they are missing in a font family, while using font-variant-position to set the positions."
|
|
21012
|
+
},
|
|
20821
21013
|
{
|
|
20822
21014
|
"name": "font-synthesis-small-caps",
|
|
20823
21015
|
"syntax": "auto | none",
|
|
@@ -20958,7 +21150,7 @@ export const cssData = {
|
|
|
20958
21150
|
{
|
|
20959
21151
|
"name": "gap",
|
|
20960
21152
|
"syntax": "<'row-gap'> <'column-gap'>?",
|
|
20961
|
-
"relevance":
|
|
21153
|
+
"relevance": 70,
|
|
20962
21154
|
"browsers": [
|
|
20963
21155
|
"E16",
|
|
20964
21156
|
"FF52",
|
|
@@ -20996,7 +21188,7 @@ export const cssData = {
|
|
|
20996
21188
|
"browsers": [
|
|
20997
21189
|
"E106",
|
|
20998
21190
|
"FF98",
|
|
20999
|
-
"
|
|
21191
|
+
"S17",
|
|
21000
21192
|
"C106",
|
|
21001
21193
|
"O92"
|
|
21002
21194
|
],
|
|
@@ -21075,7 +21267,7 @@ export const cssData = {
|
|
|
21075
21267
|
{
|
|
21076
21268
|
"name": "inset",
|
|
21077
21269
|
"syntax": "<'top'>{1,4}",
|
|
21078
|
-
"relevance":
|
|
21270
|
+
"relevance": 58,
|
|
21079
21271
|
"browsers": [
|
|
21080
21272
|
"E87",
|
|
21081
21273
|
"FF66",
|
|
@@ -21094,7 +21286,7 @@ export const cssData = {
|
|
|
21094
21286
|
{
|
|
21095
21287
|
"name": "inset-block",
|
|
21096
21288
|
"syntax": "<'top'>{1,2}",
|
|
21097
|
-
"relevance":
|
|
21289
|
+
"relevance": 53,
|
|
21098
21290
|
"browsers": [
|
|
21099
21291
|
"E87",
|
|
21100
21292
|
"FF63",
|
|
@@ -21132,7 +21324,7 @@ export const cssData = {
|
|
|
21132
21324
|
{
|
|
21133
21325
|
"name": "inset-block-start",
|
|
21134
21326
|
"syntax": "<'top'>",
|
|
21135
|
-
"relevance":
|
|
21327
|
+
"relevance": 53,
|
|
21136
21328
|
"browsers": [
|
|
21137
21329
|
"E87",
|
|
21138
21330
|
"FF63",
|
|
@@ -21151,7 +21343,7 @@ export const cssData = {
|
|
|
21151
21343
|
{
|
|
21152
21344
|
"name": "inset-inline",
|
|
21153
21345
|
"syntax": "<'top'>{1,2}",
|
|
21154
|
-
"relevance":
|
|
21346
|
+
"relevance": 53,
|
|
21155
21347
|
"browsers": [
|
|
21156
21348
|
"E87",
|
|
21157
21349
|
"FF63",
|
|
@@ -21189,7 +21381,7 @@ export const cssData = {
|
|
|
21189
21381
|
{
|
|
21190
21382
|
"name": "inset-inline-start",
|
|
21191
21383
|
"syntax": "<'top'>",
|
|
21192
|
-
"relevance":
|
|
21384
|
+
"relevance": 54,
|
|
21193
21385
|
"browsers": [
|
|
21194
21386
|
"E87",
|
|
21195
21387
|
"FF63",
|
|
@@ -21249,7 +21441,7 @@ export const cssData = {
|
|
|
21249
21441
|
{
|
|
21250
21442
|
"name": "margin-block",
|
|
21251
21443
|
"syntax": "<'margin-left'>{1,2}",
|
|
21252
|
-
"relevance":
|
|
21444
|
+
"relevance": 54,
|
|
21253
21445
|
"browsers": [
|
|
21254
21446
|
"E87",
|
|
21255
21447
|
"FF66",
|
|
@@ -21268,7 +21460,7 @@ export const cssData = {
|
|
|
21268
21460
|
{
|
|
21269
21461
|
"name": "margin-inline",
|
|
21270
21462
|
"syntax": "<'margin-left'>{1,2}",
|
|
21271
|
-
"relevance":
|
|
21463
|
+
"relevance": 54,
|
|
21272
21464
|
"browsers": [
|
|
21273
21465
|
"E87",
|
|
21274
21466
|
"FF66",
|
|
@@ -21314,11 +21506,11 @@ export const cssData = {
|
|
|
21314
21506
|
{
|
|
21315
21507
|
"name": "mask",
|
|
21316
21508
|
"syntax": "<mask-layer>#",
|
|
21317
|
-
"relevance":
|
|
21509
|
+
"relevance": 55,
|
|
21318
21510
|
"browsers": [
|
|
21319
21511
|
"E79",
|
|
21320
|
-
"
|
|
21321
|
-
"
|
|
21512
|
+
"FF53",
|
|
21513
|
+
"S15.4",
|
|
21322
21514
|
"C1",
|
|
21323
21515
|
"O15"
|
|
21324
21516
|
],
|
|
@@ -21336,7 +21528,7 @@ export const cssData = {
|
|
|
21336
21528
|
"relevance": 50,
|
|
21337
21529
|
"browsers": [
|
|
21338
21530
|
"E79",
|
|
21339
|
-
"
|
|
21531
|
+
"S17.2",
|
|
21340
21532
|
"C1",
|
|
21341
21533
|
"O15"
|
|
21342
21534
|
],
|
|
@@ -21368,7 +21560,7 @@ export const cssData = {
|
|
|
21368
21560
|
"relevance": 50,
|
|
21369
21561
|
"browsers": [
|
|
21370
21562
|
"E79",
|
|
21371
|
-
"
|
|
21563
|
+
"S17.2",
|
|
21372
21564
|
"C1",
|
|
21373
21565
|
"O15"
|
|
21374
21566
|
],
|
|
@@ -21386,7 +21578,7 @@ export const cssData = {
|
|
|
21386
21578
|
"relevance": 50,
|
|
21387
21579
|
"browsers": [
|
|
21388
21580
|
"E79",
|
|
21389
|
-
"
|
|
21581
|
+
"S17.2",
|
|
21390
21582
|
"C1",
|
|
21391
21583
|
"O15"
|
|
21392
21584
|
],
|
|
@@ -21404,7 +21596,7 @@ export const cssData = {
|
|
|
21404
21596
|
"relevance": 50,
|
|
21405
21597
|
"browsers": [
|
|
21406
21598
|
"E79",
|
|
21407
|
-
"
|
|
21599
|
+
"S17.2",
|
|
21408
21600
|
"C1",
|
|
21409
21601
|
"O15"
|
|
21410
21602
|
],
|
|
@@ -21422,7 +21614,7 @@ export const cssData = {
|
|
|
21422
21614
|
"relevance": 50,
|
|
21423
21615
|
"browsers": [
|
|
21424
21616
|
"E79",
|
|
21425
|
-
"
|
|
21617
|
+
"S17.2",
|
|
21426
21618
|
"C1",
|
|
21427
21619
|
"O15"
|
|
21428
21620
|
],
|
|
@@ -21440,7 +21632,7 @@ export const cssData = {
|
|
|
21440
21632
|
"relevance": 50,
|
|
21441
21633
|
"browsers": [
|
|
21442
21634
|
"E79",
|
|
21443
|
-
"
|
|
21635
|
+
"S17.2",
|
|
21444
21636
|
"C1",
|
|
21445
21637
|
"O15"
|
|
21446
21638
|
],
|
|
@@ -21457,11 +21649,11 @@ export const cssData = {
|
|
|
21457
21649
|
"syntax": "[ <geometry-box> | no-clip ]#",
|
|
21458
21650
|
"relevance": 50,
|
|
21459
21651
|
"browsers": [
|
|
21460
|
-
"
|
|
21652
|
+
"E120",
|
|
21461
21653
|
"FF53",
|
|
21462
21654
|
"S15.4",
|
|
21463
|
-
"
|
|
21464
|
-
"
|
|
21655
|
+
"C120",
|
|
21656
|
+
"O106"
|
|
21465
21657
|
],
|
|
21466
21658
|
"references": [
|
|
21467
21659
|
{
|
|
@@ -21478,7 +21670,9 @@ export const cssData = {
|
|
|
21478
21670
|
"browsers": [
|
|
21479
21671
|
"E18",
|
|
21480
21672
|
"FF53",
|
|
21481
|
-
"S15.4"
|
|
21673
|
+
"S15.4",
|
|
21674
|
+
"C120",
|
|
21675
|
+
"O106"
|
|
21482
21676
|
],
|
|
21483
21677
|
"references": [
|
|
21484
21678
|
{
|
|
@@ -21605,8 +21799,11 @@ export const cssData = {
|
|
|
21605
21799
|
"syntax": "auto | <position>",
|
|
21606
21800
|
"relevance": 50,
|
|
21607
21801
|
"browsers": [
|
|
21802
|
+
"E116",
|
|
21608
21803
|
"FF72",
|
|
21609
|
-
"
|
|
21804
|
+
"S16",
|
|
21805
|
+
"C116",
|
|
21806
|
+
"O102"
|
|
21610
21807
|
],
|
|
21611
21808
|
"references": [
|
|
21612
21809
|
{
|
|
@@ -21623,7 +21820,7 @@ export const cssData = {
|
|
|
21623
21820
|
"browsers": [
|
|
21624
21821
|
"E79",
|
|
21625
21822
|
"FF72",
|
|
21626
|
-
"
|
|
21823
|
+
"S16",
|
|
21627
21824
|
"C55",
|
|
21628
21825
|
"O42"
|
|
21629
21826
|
],
|
|
@@ -21656,14 +21853,14 @@ export const cssData = {
|
|
|
21656
21853
|
},
|
|
21657
21854
|
{
|
|
21658
21855
|
"name": "offset-position",
|
|
21659
|
-
"status": "experimental",
|
|
21660
21856
|
"syntax": "normal | auto | <position>",
|
|
21661
21857
|
"relevance": 50,
|
|
21662
21858
|
"browsers": [
|
|
21663
|
-
"
|
|
21664
|
-
"
|
|
21665
|
-
"
|
|
21666
|
-
"
|
|
21859
|
+
"E116",
|
|
21860
|
+
"FF122",
|
|
21861
|
+
"S16",
|
|
21862
|
+
"C116",
|
|
21863
|
+
"O102"
|
|
21667
21864
|
],
|
|
21668
21865
|
"references": [
|
|
21669
21866
|
{
|
|
@@ -21680,7 +21877,7 @@ export const cssData = {
|
|
|
21680
21877
|
"browsers": [
|
|
21681
21878
|
"E79",
|
|
21682
21879
|
"FF72",
|
|
21683
|
-
"
|
|
21880
|
+
"S16",
|
|
21684
21881
|
"C56",
|
|
21685
21882
|
"O43"
|
|
21686
21883
|
],
|
|
@@ -21707,6 +21904,7 @@ export const cssData = {
|
|
|
21707
21904
|
"browsers": [
|
|
21708
21905
|
"E79",
|
|
21709
21906
|
"FF66",
|
|
21907
|
+
"Spreview",
|
|
21710
21908
|
"C56",
|
|
21711
21909
|
"O43"
|
|
21712
21910
|
],
|
|
@@ -21815,6 +22013,32 @@ export const cssData = {
|
|
|
21815
22013
|
],
|
|
21816
22014
|
"description": "The overflow-inline CSS media feature can be used to test how the output device handles content that overflows the initial containing block along the inline axis."
|
|
21817
22015
|
},
|
|
22016
|
+
{
|
|
22017
|
+
"name": "overlay",
|
|
22018
|
+
"status": "experimental",
|
|
22019
|
+
"syntax": "none | auto",
|
|
22020
|
+
"values": [
|
|
22021
|
+
{
|
|
22022
|
+
"name": "none"
|
|
22023
|
+
},
|
|
22024
|
+
{
|
|
22025
|
+
"name": "auto"
|
|
22026
|
+
}
|
|
22027
|
+
],
|
|
22028
|
+
"relevance": 50,
|
|
22029
|
+
"browsers": [
|
|
22030
|
+
"E117",
|
|
22031
|
+
"C117",
|
|
22032
|
+
"O103"
|
|
22033
|
+
],
|
|
22034
|
+
"references": [
|
|
22035
|
+
{
|
|
22036
|
+
"name": "MDN Reference",
|
|
22037
|
+
"url": "https://developer.mozilla.org/docs/Web/CSS/overlay"
|
|
22038
|
+
}
|
|
22039
|
+
],
|
|
22040
|
+
"description": "The overlay CSS property specifies whether an element appearing in the top layer (for example, a shown popover or modal {{htmlelement(\"dialog\")}} element) is actually rendered in the top layer. This property is only relevant within a list of transition-property values, and only if allow-discrete is set as the transition-behavior."
|
|
22041
|
+
},
|
|
21818
22042
|
{
|
|
21819
22043
|
"name": "overscroll-behavior",
|
|
21820
22044
|
"syntax": "[ contain | none | auto ]{1,2}",
|
|
@@ -21957,7 +22181,7 @@ export const cssData = {
|
|
|
21957
22181
|
{
|
|
21958
22182
|
"name": "padding-block",
|
|
21959
22183
|
"syntax": "<'padding-left'>{1,2}",
|
|
21960
|
-
"relevance":
|
|
22184
|
+
"relevance": 54,
|
|
21961
22185
|
"browsers": [
|
|
21962
22186
|
"E87",
|
|
21963
22187
|
"FF66",
|
|
@@ -21999,7 +22223,7 @@ export const cssData = {
|
|
|
21999
22223
|
"browsers": [
|
|
22000
22224
|
"E85",
|
|
22001
22225
|
"FF110",
|
|
22002
|
-
"
|
|
22226
|
+
"S13.1",
|
|
22003
22227
|
"C85",
|
|
22004
22228
|
"O71"
|
|
22005
22229
|
],
|
|
@@ -22014,7 +22238,7 @@ export const cssData = {
|
|
|
22014
22238
|
{
|
|
22015
22239
|
"name": "place-content",
|
|
22016
22240
|
"syntax": "<'align-content'> <'justify-content'>?",
|
|
22017
|
-
"relevance":
|
|
22241
|
+
"relevance": 51,
|
|
22018
22242
|
"browsers": [
|
|
22019
22243
|
"E79",
|
|
22020
22244
|
"FF45",
|
|
@@ -22033,7 +22257,7 @@ export const cssData = {
|
|
|
22033
22257
|
{
|
|
22034
22258
|
"name": "place-items",
|
|
22035
22259
|
"syntax": "<'align-items'> <'justify-items'>?",
|
|
22036
|
-
"relevance":
|
|
22260
|
+
"relevance": 51,
|
|
22037
22261
|
"browsers": [
|
|
22038
22262
|
"E79",
|
|
22039
22263
|
"FF45",
|
|
@@ -22117,7 +22341,7 @@ export const cssData = {
|
|
|
22117
22341
|
{
|
|
22118
22342
|
"name": "row-gap",
|
|
22119
22343
|
"syntax": "normal | <length-percentage>",
|
|
22120
|
-
"relevance":
|
|
22344
|
+
"relevance": 58,
|
|
22121
22345
|
"browsers": [
|
|
22122
22346
|
"E16",
|
|
22123
22347
|
"FF52",
|
|
@@ -22154,7 +22378,7 @@ export const cssData = {
|
|
|
22154
22378
|
{
|
|
22155
22379
|
"name": "scale",
|
|
22156
22380
|
"syntax": "none | <number>{1,3}",
|
|
22157
|
-
"relevance":
|
|
22381
|
+
"relevance": 51,
|
|
22158
22382
|
"browsers": [
|
|
22159
22383
|
"E104",
|
|
22160
22384
|
"FF72",
|
|
@@ -22173,11 +22397,11 @@ export const cssData = {
|
|
|
22173
22397
|
{
|
|
22174
22398
|
"name": "scrollbar-color",
|
|
22175
22399
|
"syntax": "auto | <color>{2}",
|
|
22176
|
-
"relevance":
|
|
22400
|
+
"relevance": 52,
|
|
22177
22401
|
"browsers": [
|
|
22178
|
-
"
|
|
22402
|
+
"E121",
|
|
22179
22403
|
"FF64",
|
|
22180
|
-
"
|
|
22404
|
+
"C121"
|
|
22181
22405
|
],
|
|
22182
22406
|
"references": [
|
|
22183
22407
|
{
|
|
@@ -22194,6 +22418,7 @@ export const cssData = {
|
|
|
22194
22418
|
"browsers": [
|
|
22195
22419
|
"E94",
|
|
22196
22420
|
"FF97",
|
|
22421
|
+
"S17",
|
|
22197
22422
|
"C94",
|
|
22198
22423
|
"O80"
|
|
22199
22424
|
],
|
|
@@ -22219,11 +22444,11 @@ export const cssData = {
|
|
|
22219
22444
|
"name": "none"
|
|
22220
22445
|
}
|
|
22221
22446
|
],
|
|
22222
|
-
"relevance":
|
|
22447
|
+
"relevance": 63,
|
|
22223
22448
|
"browsers": [
|
|
22224
|
-
"
|
|
22449
|
+
"E121",
|
|
22225
22450
|
"FF64",
|
|
22226
|
-
"
|
|
22451
|
+
"C121"
|
|
22227
22452
|
],
|
|
22228
22453
|
"references": [
|
|
22229
22454
|
{
|
|
@@ -22635,7 +22860,7 @@ export const cssData = {
|
|
|
22635
22860
|
{
|
|
22636
22861
|
"name": "scroll-padding-top",
|
|
22637
22862
|
"syntax": "auto | <length-percentage>",
|
|
22638
|
-
"relevance":
|
|
22863
|
+
"relevance": 50,
|
|
22639
22864
|
"browsers": [
|
|
22640
22865
|
"E79",
|
|
22641
22866
|
"FF68",
|
|
@@ -22741,7 +22966,8 @@ export const cssData = {
|
|
|
22741
22966
|
"browsers": [
|
|
22742
22967
|
"E115",
|
|
22743
22968
|
"FF111",
|
|
22744
|
-
"C115"
|
|
22969
|
+
"C115",
|
|
22970
|
+
"O101"
|
|
22745
22971
|
],
|
|
22746
22972
|
"references": [
|
|
22747
22973
|
{
|
|
@@ -22760,7 +22986,7 @@ export const cssData = {
|
|
|
22760
22986
|
"E115",
|
|
22761
22987
|
"FF111",
|
|
22762
22988
|
"C115",
|
|
22763
|
-
"
|
|
22989
|
+
"O101"
|
|
22764
22990
|
],
|
|
22765
22991
|
"references": [
|
|
22766
22992
|
{
|
|
@@ -22779,7 +23005,7 @@ export const cssData = {
|
|
|
22779
23005
|
"E115",
|
|
22780
23006
|
"FF111",
|
|
22781
23007
|
"C115",
|
|
22782
|
-
"
|
|
23008
|
+
"O101"
|
|
22783
23009
|
],
|
|
22784
23010
|
"references": [
|
|
22785
23011
|
{
|
|
@@ -22956,7 +23182,7 @@ export const cssData = {
|
|
|
22956
23182
|
"name": "text-size-adjust",
|
|
22957
23183
|
"status": "experimental",
|
|
22958
23184
|
"syntax": "none | auto | <percentage>",
|
|
22959
|
-
"relevance":
|
|
23185
|
+
"relevance": 57,
|
|
22960
23186
|
"browsers": [
|
|
22961
23187
|
"E79",
|
|
22962
23188
|
"C54",
|
|
@@ -23009,10 +23235,13 @@ export const cssData = {
|
|
|
23009
23235
|
"name": "pretty"
|
|
23010
23236
|
}
|
|
23011
23237
|
],
|
|
23012
|
-
"relevance":
|
|
23238
|
+
"relevance": 54,
|
|
23013
23239
|
"browsers": [
|
|
23014
23240
|
"E114",
|
|
23015
|
-
"
|
|
23241
|
+
"FF121",
|
|
23242
|
+
"Spreview",
|
|
23243
|
+
"C114",
|
|
23244
|
+
"O100"
|
|
23016
23245
|
],
|
|
23017
23246
|
"references": [
|
|
23018
23247
|
{
|
|
@@ -23029,7 +23258,8 @@ export const cssData = {
|
|
|
23029
23258
|
"relevance": 50,
|
|
23030
23259
|
"browsers": [
|
|
23031
23260
|
"E116",
|
|
23032
|
-
"C116"
|
|
23261
|
+
"C116",
|
|
23262
|
+
"O102"
|
|
23033
23263
|
],
|
|
23034
23264
|
"references": [
|
|
23035
23265
|
{
|
|
@@ -23075,6 +23305,24 @@ export const cssData = {
|
|
|
23075
23305
|
],
|
|
23076
23306
|
"description": "The transform-box CSS property defines the layout box to which the transform and transform-origin properties relate."
|
|
23077
23307
|
},
|
|
23308
|
+
{
|
|
23309
|
+
"name": "transition-behavior",
|
|
23310
|
+
"status": "experimental",
|
|
23311
|
+
"syntax": "<transition-behavior-value>#",
|
|
23312
|
+
"relevance": 50,
|
|
23313
|
+
"browsers": [
|
|
23314
|
+
"E117",
|
|
23315
|
+
"C117",
|
|
23316
|
+
"O103"
|
|
23317
|
+
],
|
|
23318
|
+
"references": [
|
|
23319
|
+
{
|
|
23320
|
+
"name": "MDN Reference",
|
|
23321
|
+
"url": "https://developer.mozilla.org/docs/Web/CSS/transition-behavior"
|
|
23322
|
+
}
|
|
23323
|
+
],
|
|
23324
|
+
"description": "The transition-behavior CSS property specifies whether transitions will be started for properties whose animation behavior is discrete."
|
|
23325
|
+
},
|
|
23078
23326
|
{
|
|
23079
23327
|
"name": "translate",
|
|
23080
23328
|
"syntax": "none | <length-percentage> [ <length-percentage> <length>? ]?",
|
|
@@ -23102,7 +23350,8 @@ export const cssData = {
|
|
|
23102
23350
|
"browsers": [
|
|
23103
23351
|
"E115",
|
|
23104
23352
|
"FF114",
|
|
23105
|
-
"C115"
|
|
23353
|
+
"C115",
|
|
23354
|
+
"O101"
|
|
23106
23355
|
],
|
|
23107
23356
|
"references": [
|
|
23108
23357
|
{
|
|
@@ -23120,7 +23369,8 @@ export const cssData = {
|
|
|
23120
23369
|
"browsers": [
|
|
23121
23370
|
"E115",
|
|
23122
23371
|
"FF114",
|
|
23123
|
-
"C115"
|
|
23372
|
+
"C115",
|
|
23373
|
+
"O101"
|
|
23124
23374
|
],
|
|
23125
23375
|
"references": [
|
|
23126
23376
|
{
|
|
@@ -23137,7 +23387,8 @@ export const cssData = {
|
|
|
23137
23387
|
"relevance": 50,
|
|
23138
23388
|
"browsers": [
|
|
23139
23389
|
"E115",
|
|
23140
|
-
"C115"
|
|
23390
|
+
"C115",
|
|
23391
|
+
"O101"
|
|
23141
23392
|
],
|
|
23142
23393
|
"references": [
|
|
23143
23394
|
{
|
|
@@ -23155,7 +23406,8 @@ export const cssData = {
|
|
|
23155
23406
|
"browsers": [
|
|
23156
23407
|
"E115",
|
|
23157
23408
|
"FF111",
|
|
23158
|
-
"C115"
|
|
23409
|
+
"C115",
|
|
23410
|
+
"O101"
|
|
23159
23411
|
],
|
|
23160
23412
|
"references": [
|
|
23161
23413
|
{
|
|
@@ -23229,7 +23481,9 @@ export const cssData = {
|
|
|
23229
23481
|
"relevance": 50,
|
|
23230
23482
|
"browsers": [
|
|
23231
23483
|
"E114",
|
|
23232
|
-
"
|
|
23484
|
+
"Spreview",
|
|
23485
|
+
"C114",
|
|
23486
|
+
"O100"
|
|
23233
23487
|
],
|
|
23234
23488
|
"references": [
|
|
23235
23489
|
{
|
|
@@ -23239,17 +23493,14 @@ export const cssData = {
|
|
|
23239
23493
|
],
|
|
23240
23494
|
"description": "The white-space-collapse CSS property controls how white space inside an element is collapsed."
|
|
23241
23495
|
},
|
|
23242
|
-
{
|
|
23243
|
-
"name": "white-space-trim",
|
|
23244
|
-
"syntax": "none | discard-before || discard-after || discard-inner",
|
|
23245
|
-
"relevance": 50,
|
|
23246
|
-
"description": ""
|
|
23247
|
-
},
|
|
23248
23496
|
{
|
|
23249
23497
|
"name": "speak-as",
|
|
23250
23498
|
"atRule": "@counter-style",
|
|
23251
23499
|
"syntax": "auto | bullets | numbers | words | spell-out | <counter-style-name>",
|
|
23252
23500
|
"relevance": 50,
|
|
23501
|
+
"browsers": [
|
|
23502
|
+
"S11.1"
|
|
23503
|
+
],
|
|
23253
23504
|
"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."
|
|
23254
23505
|
},
|
|
23255
23506
|
{
|
|
@@ -23287,7 +23538,7 @@ export const cssData = {
|
|
|
23287
23538
|
"atRule": "@font-face",
|
|
23288
23539
|
"status": "experimental",
|
|
23289
23540
|
"syntax": "[ auto | block | swap | fallback | optional ]",
|
|
23290
|
-
"relevance":
|
|
23541
|
+
"relevance": 74,
|
|
23291
23542
|
"description": "The font-display descriptor determines how a font face is displayed based on whether and when it is downloaded and ready to use."
|
|
23292
23543
|
},
|
|
23293
23544
|
{
|
|
@@ -23355,74 +23606,9 @@ export const cssData = {
|
|
|
23355
23606
|
"name": "initial-value",
|
|
23356
23607
|
"atRule": "@property",
|
|
23357
23608
|
"status": "experimental",
|
|
23358
|
-
"syntax": "<
|
|
23609
|
+
"syntax": "<declaration-value>?",
|
|
23359
23610
|
"relevance": 50,
|
|
23360
23611
|
"description": "Specifies the initial value of the custom property registration represented by the @property rule, controlling the property’s initial value."
|
|
23361
|
-
},
|
|
23362
|
-
{
|
|
23363
|
-
"name": "max-zoom",
|
|
23364
|
-
"atRule": "@viewport",
|
|
23365
|
-
"syntax": "auto | <number> | <percentage>",
|
|
23366
|
-
"relevance": 50,
|
|
23367
|
-
"description": "The max-zoom CSS descriptor sets the maximum zoom factor of a document defined by the @viewport at-rule. The browser will not zoom in any further than this, whether automatically or at the user's request.\n\nA zoom factor of 1.0 or 100% corresponds to no zooming. Larger values are zoomed in. Smaller values are zoomed out."
|
|
23368
|
-
},
|
|
23369
|
-
{
|
|
23370
|
-
"name": "min-zoom",
|
|
23371
|
-
"atRule": "@viewport",
|
|
23372
|
-
"syntax": "auto | <number> | <percentage>",
|
|
23373
|
-
"relevance": 50,
|
|
23374
|
-
"description": "The min-zoom CSS descriptor sets the minimum zoom factor of a document defined by the @viewport at-rule. The browser will not zoom out any further than this, whether automatically or at the user's request.\n\nA zoom factor of 1.0 or 100% corresponds to no zooming. Larger values are zoomed in. Smaller values are zoomed out."
|
|
23375
|
-
},
|
|
23376
|
-
{
|
|
23377
|
-
"name": "orientation",
|
|
23378
|
-
"atRule": "@viewport",
|
|
23379
|
-
"syntax": "auto | portrait | landscape",
|
|
23380
|
-
"values": [
|
|
23381
|
-
{
|
|
23382
|
-
"name": "auto"
|
|
23383
|
-
},
|
|
23384
|
-
{
|
|
23385
|
-
"name": "portrait"
|
|
23386
|
-
},
|
|
23387
|
-
{
|
|
23388
|
-
"name": "landscape"
|
|
23389
|
-
}
|
|
23390
|
-
],
|
|
23391
|
-
"relevance": 50,
|
|
23392
|
-
"description": "The orientation CSS @media media feature can be used to apply styles based on the orientation of the viewport (or the page box, for paged media)."
|
|
23393
|
-
},
|
|
23394
|
-
{
|
|
23395
|
-
"name": "user-zoom",
|
|
23396
|
-
"atRule": "@viewport",
|
|
23397
|
-
"syntax": "zoom | fixed",
|
|
23398
|
-
"values": [
|
|
23399
|
-
{
|
|
23400
|
-
"name": "zoom"
|
|
23401
|
-
},
|
|
23402
|
-
{
|
|
23403
|
-
"name": "fixed"
|
|
23404
|
-
}
|
|
23405
|
-
],
|
|
23406
|
-
"relevance": 50,
|
|
23407
|
-
"description": "The user-zoom CSS descriptor controls whether or not the user can change the zoom factor of a document defined by @viewport."
|
|
23408
|
-
},
|
|
23409
|
-
{
|
|
23410
|
-
"name": "viewport-fit",
|
|
23411
|
-
"atRule": "@viewport",
|
|
23412
|
-
"syntax": "auto | contain | cover",
|
|
23413
|
-
"values": [
|
|
23414
|
-
{
|
|
23415
|
-
"name": "auto"
|
|
23416
|
-
},
|
|
23417
|
-
{
|
|
23418
|
-
"name": "contain"
|
|
23419
|
-
},
|
|
23420
|
-
{
|
|
23421
|
-
"name": "cover"
|
|
23422
|
-
}
|
|
23423
|
-
],
|
|
23424
|
-
"relevance": 50,
|
|
23425
|
-
"description": "The border-block-style CSS property defines the style of the logical block borders of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation."
|
|
23426
23612
|
}
|
|
23427
23613
|
],
|
|
23428
23614
|
"atDirectives": [
|
|
@@ -23482,8 +23668,11 @@ export const cssData = {
|
|
|
23482
23668
|
{
|
|
23483
23669
|
"name": "@font-feature-values",
|
|
23484
23670
|
"browsers": [
|
|
23671
|
+
"E111",
|
|
23485
23672
|
"FF34",
|
|
23486
|
-
"S9.1"
|
|
23673
|
+
"S9.1",
|
|
23674
|
+
"C111",
|
|
23675
|
+
"O97"
|
|
23487
23676
|
],
|
|
23488
23677
|
"references": [
|
|
23489
23678
|
{
|
|
@@ -23623,7 +23812,7 @@ export const cssData = {
|
|
|
23623
23812
|
"browsers": [
|
|
23624
23813
|
"E12",
|
|
23625
23814
|
"FF19",
|
|
23626
|
-
"
|
|
23815
|
+
"S13.1",
|
|
23627
23816
|
"C2",
|
|
23628
23817
|
"IE8",
|
|
23629
23818
|
"O6"
|
|
@@ -23840,6 +24029,7 @@ export const cssData = {
|
|
|
23840
24029
|
"name": ":first",
|
|
23841
24030
|
"browsers": [
|
|
23842
24031
|
"E12",
|
|
24032
|
+
"FF116",
|
|
23843
24033
|
"S6",
|
|
23844
24034
|
"C18",
|
|
23845
24035
|
"IE8",
|
|
@@ -23912,7 +24102,7 @@ export const cssData = {
|
|
|
23912
24102
|
"browsers": [
|
|
23913
24103
|
"E12",
|
|
23914
24104
|
"FF64",
|
|
23915
|
-
"
|
|
24105
|
+
"S16.4",
|
|
23916
24106
|
"C71",
|
|
23917
24107
|
"IE11",
|
|
23918
24108
|
"O58"
|
|
@@ -23928,7 +24118,10 @@ export const cssData = {
|
|
|
23928
24118
|
{
|
|
23929
24119
|
"name": ":future",
|
|
23930
24120
|
"browsers": [
|
|
23931
|
-
"
|
|
24121
|
+
"E79",
|
|
24122
|
+
"S7",
|
|
24123
|
+
"C23",
|
|
24124
|
+
"O15"
|
|
23932
24125
|
],
|
|
23933
24126
|
"references": [
|
|
23934
24127
|
{
|
|
@@ -24185,7 +24378,7 @@ export const cssData = {
|
|
|
24185
24378
|
{
|
|
24186
24379
|
"name": ":-moz-first-node",
|
|
24187
24380
|
"browsers": [
|
|
24188
|
-
"
|
|
24381
|
+
"FF72"
|
|
24189
24382
|
],
|
|
24190
24383
|
"description": "Non-standard. Represents an element that is the first child node of some other element."
|
|
24191
24384
|
},
|
|
@@ -24206,7 +24399,7 @@ export const cssData = {
|
|
|
24206
24399
|
{
|
|
24207
24400
|
"name": ":-moz-last-node",
|
|
24208
24401
|
"browsers": [
|
|
24209
|
-
"
|
|
24402
|
+
"FF72"
|
|
24210
24403
|
],
|
|
24211
24404
|
"description": "Non-standard. Represents an element that is the last child node of some other element."
|
|
24212
24405
|
},
|
|
@@ -24462,7 +24655,10 @@ export const cssData = {
|
|
|
24462
24655
|
{
|
|
24463
24656
|
"name": ":past",
|
|
24464
24657
|
"browsers": [
|
|
24465
|
-
"
|
|
24658
|
+
"E79",
|
|
24659
|
+
"S7",
|
|
24660
|
+
"C23",
|
|
24661
|
+
"O15"
|
|
24466
24662
|
],
|
|
24467
24663
|
"references": [
|
|
24468
24664
|
{
|
|
@@ -24715,8 +24911,11 @@ export const cssData = {
|
|
|
24715
24911
|
{
|
|
24716
24912
|
"name": ":dir",
|
|
24717
24913
|
"browsers": [
|
|
24914
|
+
"E120",
|
|
24718
24915
|
"FF49",
|
|
24719
|
-
"S16.4"
|
|
24916
|
+
"S16.4",
|
|
24917
|
+
"C120",
|
|
24918
|
+
"O106"
|
|
24720
24919
|
],
|
|
24721
24920
|
"references": [
|
|
24722
24921
|
{
|
|
@@ -24765,7 +24964,7 @@ export const cssData = {
|
|
|
24765
24964
|
"status": "experimental",
|
|
24766
24965
|
"browsers": [
|
|
24767
24966
|
"E105",
|
|
24768
|
-
"
|
|
24967
|
+
"FF121",
|
|
24769
24968
|
"S15.4",
|
|
24770
24969
|
"C105",
|
|
24771
24970
|
"O91"
|
|
@@ -24801,16 +25000,6 @@ export const cssData = {
|
|
|
24801
25000
|
"status": "experimental",
|
|
24802
25001
|
"description": "The :local-link CSS pseudo-class represents an link to the same document"
|
|
24803
25002
|
},
|
|
24804
|
-
{
|
|
24805
|
-
"name": ":nth-col",
|
|
24806
|
-
"status": "experimental",
|
|
24807
|
-
"description": "The :nth-col() CSS pseudo-class is designed for tables and grids. It accepts the An+B notation such as used with the :nth-child selector, using this to target every nth column. "
|
|
24808
|
-
},
|
|
24809
|
-
{
|
|
24810
|
-
"name": ":nth-last-col",
|
|
24811
|
-
"status": "experimental",
|
|
24812
|
-
"description": "The :nth-last-col() CSS pseudo-class is designed for tables and grids. It accepts the An+B notation such as used with the :nth-child selector, using this to target every nth column before it, therefore counting back from the end of the set of columns."
|
|
24813
|
-
},
|
|
24814
25003
|
{
|
|
24815
25004
|
"name": ":paused",
|
|
24816
25005
|
"status": "experimental",
|
|
@@ -24873,8 +25062,11 @@ export const cssData = {
|
|
|
24873
25062
|
"name": ":user-invalid",
|
|
24874
25063
|
"status": "experimental",
|
|
24875
25064
|
"browsers": [
|
|
25065
|
+
"E119",
|
|
24876
25066
|
"FF88",
|
|
24877
|
-
"S16.5"
|
|
25067
|
+
"S16.5",
|
|
25068
|
+
"C119",
|
|
25069
|
+
"O105"
|
|
24878
25070
|
],
|
|
24879
25071
|
"references": [
|
|
24880
25072
|
{
|
|
@@ -24888,8 +25080,11 @@ export const cssData = {
|
|
|
24888
25080
|
"name": ":user-valid",
|
|
24889
25081
|
"status": "experimental",
|
|
24890
25082
|
"browsers": [
|
|
25083
|
+
"E119",
|
|
24891
25084
|
"FF88",
|
|
24892
|
-
"S16.5"
|
|
25085
|
+
"S16.5",
|
|
25086
|
+
"C119",
|
|
25087
|
+
"O105"
|
|
24893
25088
|
],
|
|
24894
25089
|
"references": [
|
|
24895
25090
|
{
|
|
@@ -24922,6 +25117,7 @@ export const cssData = {
|
|
|
24922
25117
|
"status": "experimental",
|
|
24923
25118
|
"browsers": [
|
|
24924
25119
|
"E110",
|
|
25120
|
+
"S13.1",
|
|
24925
25121
|
"C110",
|
|
24926
25122
|
"O96"
|
|
24927
25123
|
],
|
|
@@ -25076,7 +25272,7 @@ export const cssData = {
|
|
|
25076
25272
|
{
|
|
25077
25273
|
"name": "::-moz-focus-inner",
|
|
25078
25274
|
"browsers": [
|
|
25079
|
-
"
|
|
25275
|
+
"FF72"
|
|
25080
25276
|
]
|
|
25081
25277
|
},
|
|
25082
25278
|
{
|
|
@@ -25088,14 +25284,14 @@ export const cssData = {
|
|
|
25088
25284
|
{
|
|
25089
25285
|
"name": "::-moz-list-bullet",
|
|
25090
25286
|
"browsers": [
|
|
25091
|
-
"
|
|
25287
|
+
"FF72"
|
|
25092
25288
|
],
|
|
25093
25289
|
"description": "Used to style the bullet of a list element. Similar to the standardized ::marker."
|
|
25094
25290
|
},
|
|
25095
25291
|
{
|
|
25096
25292
|
"name": "::-moz-list-number",
|
|
25097
25293
|
"browsers": [
|
|
25098
|
-
"
|
|
25294
|
+
"FF72"
|
|
25099
25295
|
],
|
|
25100
25296
|
"description": "Used to style the numbers of a list element. Similar to the standardized ::marker."
|
|
25101
25297
|
},
|
|
@@ -25109,7 +25305,7 @@ export const cssData = {
|
|
|
25109
25305
|
{
|
|
25110
25306
|
"name": "::-moz-progress-bar",
|
|
25111
25307
|
"browsers": [
|
|
25112
|
-
"
|
|
25308
|
+
"FF72"
|
|
25113
25309
|
],
|
|
25114
25310
|
"description": "Represents the bar portion of a progress bar."
|
|
25115
25311
|
},
|
|
@@ -25366,14 +25562,9 @@ export const cssData = {
|
|
|
25366
25562
|
{
|
|
25367
25563
|
"name": "::-webkit-outer-spin-button",
|
|
25368
25564
|
"browsers": [
|
|
25369
|
-
"
|
|
25370
|
-
"
|
|
25371
|
-
|
|
25372
|
-
"references": [
|
|
25373
|
-
{
|
|
25374
|
-
"name": "MDN Reference",
|
|
25375
|
-
"url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-outer-spin-button"
|
|
25376
|
-
}
|
|
25565
|
+
"C",
|
|
25566
|
+
"O",
|
|
25567
|
+
"S6"
|
|
25377
25568
|
]
|
|
25378
25569
|
},
|
|
25379
25570
|
{
|
|
@@ -25573,17 +25764,17 @@ export const cssData = {
|
|
|
25573
25764
|
{
|
|
25574
25765
|
"name": "::-webkit-slider-runnable-track",
|
|
25575
25766
|
"browsers": [
|
|
25576
|
-
"
|
|
25577
|
-
"
|
|
25578
|
-
"
|
|
25767
|
+
"E83",
|
|
25768
|
+
"C83",
|
|
25769
|
+
"O69"
|
|
25579
25770
|
]
|
|
25580
25771
|
},
|
|
25581
25772
|
{
|
|
25582
25773
|
"name": "::-webkit-slider-thumb",
|
|
25583
25774
|
"browsers": [
|
|
25584
|
-
"
|
|
25585
|
-
"
|
|
25586
|
-
"
|
|
25775
|
+
"E83",
|
|
25776
|
+
"C83",
|
|
25777
|
+
"O69"
|
|
25587
25778
|
]
|
|
25588
25779
|
},
|
|
25589
25780
|
{
|
|
@@ -25708,6 +25899,11 @@ export const cssData = {
|
|
|
25708
25899
|
{
|
|
25709
25900
|
"name": "::grammar-error",
|
|
25710
25901
|
"status": "experimental",
|
|
25902
|
+
"browsers": [
|
|
25903
|
+
"E121",
|
|
25904
|
+
"Spreview",
|
|
25905
|
+
"C121"
|
|
25906
|
+
],
|
|
25711
25907
|
"references": [
|
|
25712
25908
|
{
|
|
25713
25909
|
"name": "MDN Reference",
|
|
@@ -25788,6 +25984,11 @@ export const cssData = {
|
|
|
25788
25984
|
{
|
|
25789
25985
|
"name": "::spelling-error",
|
|
25790
25986
|
"status": "experimental",
|
|
25987
|
+
"browsers": [
|
|
25988
|
+
"E121",
|
|
25989
|
+
"Spreview",
|
|
25990
|
+
"C121"
|
|
25991
|
+
],
|
|
25791
25992
|
"references": [
|
|
25792
25993
|
{
|
|
25793
25994
|
"name": "MDN Reference",
|
|
@@ -25800,9 +26001,9 @@ export const cssData = {
|
|
|
25800
26001
|
"name": "::view-transition",
|
|
25801
26002
|
"status": "experimental",
|
|
25802
26003
|
"browsers": [
|
|
25803
|
-
"
|
|
25804
|
-
"
|
|
25805
|
-
"
|
|
26004
|
+
"E109",
|
|
26005
|
+
"C109",
|
|
26006
|
+
"O95"
|
|
25806
26007
|
],
|
|
25807
26008
|
"references": [
|
|
25808
26009
|
{
|
|
@@ -25816,9 +26017,9 @@ export const cssData = {
|
|
|
25816
26017
|
"name": "::view-transition-group",
|
|
25817
26018
|
"status": "experimental",
|
|
25818
26019
|
"browsers": [
|
|
25819
|
-
"
|
|
25820
|
-
"
|
|
25821
|
-
"
|
|
26020
|
+
"E109",
|
|
26021
|
+
"C109",
|
|
26022
|
+
"O95"
|
|
25822
26023
|
],
|
|
25823
26024
|
"references": [
|
|
25824
26025
|
{
|
|
@@ -25832,9 +26033,9 @@ export const cssData = {
|
|
|
25832
26033
|
"name": "::view-transition-image-pair",
|
|
25833
26034
|
"status": "experimental",
|
|
25834
26035
|
"browsers": [
|
|
25835
|
-
"
|
|
25836
|
-
"
|
|
25837
|
-
"
|
|
26036
|
+
"E109",
|
|
26037
|
+
"C109",
|
|
26038
|
+
"O95"
|
|
25838
26039
|
],
|
|
25839
26040
|
"references": [
|
|
25840
26041
|
{
|
|
@@ -25848,9 +26049,9 @@ export const cssData = {
|
|
|
25848
26049
|
"name": "::view-transition-new",
|
|
25849
26050
|
"status": "experimental",
|
|
25850
26051
|
"browsers": [
|
|
25851
|
-
"
|
|
25852
|
-
"
|
|
25853
|
-
"
|
|
26052
|
+
"E109",
|
|
26053
|
+
"C109",
|
|
26054
|
+
"O95"
|
|
25854
26055
|
],
|
|
25855
26056
|
"references": [
|
|
25856
26057
|
{
|
|
@@ -25864,9 +26065,9 @@ export const cssData = {
|
|
|
25864
26065
|
"name": "::view-transition-old",
|
|
25865
26066
|
"status": "experimental",
|
|
25866
26067
|
"browsers": [
|
|
25867
|
-
"
|
|
25868
|
-
"
|
|
25869
|
-
"
|
|
26068
|
+
"E109",
|
|
26069
|
+
"C109",
|
|
26070
|
+
"O95"
|
|
25870
26071
|
],
|
|
25871
26072
|
"references": [
|
|
25872
26073
|
{
|