mdn-data 2.0.0 → 2.0.4
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/api/inheritance.json +137 -0
- package/css/definitions.json +1 -0
- package/css/properties.json +979 -129
- package/css/properties.schema.json +4 -0
- package/css/selectors.json +66 -21
- package/css/syntaxes.json +111 -33
- package/css/types.json +78 -1
- package/l10n/css.json +17 -1
- package/package.json +1 -1
package/css/properties.json
CHANGED
|
@@ -1280,6 +1280,23 @@
|
|
|
1280
1280
|
"status": "nonstandard",
|
|
1281
1281
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-box-reflect"
|
|
1282
1282
|
},
|
|
1283
|
+
"-webkit-line-clamp": {
|
|
1284
|
+
"syntax": "none | <integer>",
|
|
1285
|
+
"media": "visual",
|
|
1286
|
+
"inherited": false,
|
|
1287
|
+
"animationType": "byComputedValueType",
|
|
1288
|
+
"percentages": "no",
|
|
1289
|
+
"groups": [
|
|
1290
|
+
"WebKit Extensions",
|
|
1291
|
+
"CSS Overflow"
|
|
1292
|
+
],
|
|
1293
|
+
"initial": "none",
|
|
1294
|
+
"appliesto": "allElements",
|
|
1295
|
+
"computed": "asSpecified",
|
|
1296
|
+
"order": "uniqueOrder",
|
|
1297
|
+
"status": "standard",
|
|
1298
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-line-clamp"
|
|
1299
|
+
},
|
|
1283
1300
|
"-webkit-mask": {
|
|
1284
1301
|
"syntax": "[ <mask-reference> || <position> [ / <bg-size> ]? || <repeat-style> || [ <box> | border | padding | content | text ] || [ <box> | border | padding | content ] ]#",
|
|
1285
1302
|
"media": "visual",
|
|
@@ -1505,7 +1522,7 @@
|
|
|
1505
1522
|
"-webkit-overflow-scrolling": {
|
|
1506
1523
|
"syntax": "auto | touch",
|
|
1507
1524
|
"media": "visual",
|
|
1508
|
-
"inherited":
|
|
1525
|
+
"inherited": true,
|
|
1509
1526
|
"animationType": "discrete",
|
|
1510
1527
|
"percentages": "no",
|
|
1511
1528
|
"groups": [
|
|
@@ -1645,7 +1662,7 @@
|
|
|
1645
1662
|
"animationType": "discrete",
|
|
1646
1663
|
"percentages": "no",
|
|
1647
1664
|
"groups": [
|
|
1648
|
-
"CSS
|
|
1665
|
+
"CSS Box Alignment"
|
|
1649
1666
|
],
|
|
1650
1667
|
"initial": "normal",
|
|
1651
1668
|
"appliesto": "multilineFlexContainers",
|
|
@@ -1661,7 +1678,7 @@
|
|
|
1661
1678
|
"animationType": "discrete",
|
|
1662
1679
|
"percentages": "no",
|
|
1663
1680
|
"groups": [
|
|
1664
|
-
"CSS
|
|
1681
|
+
"CSS Box Alignment"
|
|
1665
1682
|
],
|
|
1666
1683
|
"initial": "normal",
|
|
1667
1684
|
"appliesto": "allElements",
|
|
@@ -1677,7 +1694,7 @@
|
|
|
1677
1694
|
"animationType": "discrete",
|
|
1678
1695
|
"percentages": "no",
|
|
1679
1696
|
"groups": [
|
|
1680
|
-
"CSS
|
|
1697
|
+
"CSS Box Alignment"
|
|
1681
1698
|
],
|
|
1682
1699
|
"initial": "auto",
|
|
1683
1700
|
"appliesto": "flexItemsGridItemsAndAbsolutelyPositionedBoxes",
|
|
@@ -1849,7 +1866,7 @@
|
|
|
1849
1866
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-play-state"
|
|
1850
1867
|
},
|
|
1851
1868
|
"animation-timing-function": {
|
|
1852
|
-
"syntax": "<
|
|
1869
|
+
"syntax": "<timing-function>#",
|
|
1853
1870
|
"media": "visual",
|
|
1854
1871
|
"inherited": false,
|
|
1855
1872
|
"animationType": "discrete",
|
|
@@ -1865,7 +1882,7 @@
|
|
|
1865
1882
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timing-function"
|
|
1866
1883
|
},
|
|
1867
1884
|
"appearance": {
|
|
1868
|
-
"syntax": "auto |
|
|
1885
|
+
"syntax": "none | auto | button | textfield | <compat>",
|
|
1869
1886
|
"media": "all",
|
|
1870
1887
|
"inherited": false,
|
|
1871
1888
|
"animationType": "discrete",
|
|
@@ -2261,8 +2278,80 @@
|
|
|
2261
2278
|
"status": "standard",
|
|
2262
2279
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border"
|
|
2263
2280
|
},
|
|
2281
|
+
"border-block": {
|
|
2282
|
+
"syntax": "<'border-top-width'> || <'border-top-style'> || <'color'>",
|
|
2283
|
+
"media": "visual",
|
|
2284
|
+
"inherited": false,
|
|
2285
|
+
"animationType": "discrete",
|
|
2286
|
+
"percentages": "no",
|
|
2287
|
+
"groups": [
|
|
2288
|
+
"CSS Logical Properties"
|
|
2289
|
+
],
|
|
2290
|
+
"initial": [
|
|
2291
|
+
"border-top-width",
|
|
2292
|
+
"border-top-style",
|
|
2293
|
+
"border-top-color"
|
|
2294
|
+
],
|
|
2295
|
+
"appliesto": "allElements",
|
|
2296
|
+
"computed": [
|
|
2297
|
+
"border-top-width",
|
|
2298
|
+
"border-top-style",
|
|
2299
|
+
"border-top-color"
|
|
2300
|
+
],
|
|
2301
|
+
"order": "uniqueOrder",
|
|
2302
|
+
"status": "standard",
|
|
2303
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-block"
|
|
2304
|
+
},
|
|
2305
|
+
"border-block-color": {
|
|
2306
|
+
"syntax": "<'border-top-color'>{1,2}",
|
|
2307
|
+
"media": "visual",
|
|
2308
|
+
"inherited": false,
|
|
2309
|
+
"animationType": "discrete",
|
|
2310
|
+
"percentages": "no",
|
|
2311
|
+
"groups": [
|
|
2312
|
+
"CSS Logical Properties"
|
|
2313
|
+
],
|
|
2314
|
+
"initial": "currentcolor",
|
|
2315
|
+
"appliesto": "allElements",
|
|
2316
|
+
"computed": "computedColor",
|
|
2317
|
+
"order": "uniqueOrder",
|
|
2318
|
+
"status": "standard",
|
|
2319
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-block-color"
|
|
2320
|
+
},
|
|
2321
|
+
"border-block-style": {
|
|
2322
|
+
"syntax": "<'border-top-style'>",
|
|
2323
|
+
"media": "visual",
|
|
2324
|
+
"inherited": false,
|
|
2325
|
+
"animationType": "discrete",
|
|
2326
|
+
"percentages": "no",
|
|
2327
|
+
"groups": [
|
|
2328
|
+
"CSS Logical Properties"
|
|
2329
|
+
],
|
|
2330
|
+
"initial": "none",
|
|
2331
|
+
"appliesto": "allElements",
|
|
2332
|
+
"computed": "asSpecified",
|
|
2333
|
+
"order": "uniqueOrder",
|
|
2334
|
+
"status": "standard",
|
|
2335
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-block-style"
|
|
2336
|
+
},
|
|
2337
|
+
"border-block-width": {
|
|
2338
|
+
"syntax": "<'border-top-width'>",
|
|
2339
|
+
"media": "visual",
|
|
2340
|
+
"inherited": false,
|
|
2341
|
+
"animationType": "discrete",
|
|
2342
|
+
"percentages": "logicalWidthOfContainingBlock",
|
|
2343
|
+
"groups": [
|
|
2344
|
+
"CSS Logical Properties"
|
|
2345
|
+
],
|
|
2346
|
+
"initial": "medium",
|
|
2347
|
+
"appliesto": "allElements",
|
|
2348
|
+
"computed": "absoluteLengthZeroIfBorderStyleNoneOrHidden",
|
|
2349
|
+
"order": "uniqueOrder",
|
|
2350
|
+
"status": "standard",
|
|
2351
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-block-width"
|
|
2352
|
+
},
|
|
2264
2353
|
"border-block-end": {
|
|
2265
|
-
"syntax": "<'border-width'> || <'border-style'> || <'color'>",
|
|
2354
|
+
"syntax": "<'border-top-width'> || <'border-top-style'> || <'color'>",
|
|
2266
2355
|
"media": "visual",
|
|
2267
2356
|
"inherited": false,
|
|
2268
2357
|
"animationType": "discrete",
|
|
@@ -2271,22 +2360,22 @@
|
|
|
2271
2360
|
"CSS Logical Properties"
|
|
2272
2361
|
],
|
|
2273
2362
|
"initial": [
|
|
2274
|
-
"border-width",
|
|
2275
|
-
"border-style",
|
|
2276
|
-
"color"
|
|
2363
|
+
"border-top-width",
|
|
2364
|
+
"border-top-style",
|
|
2365
|
+
"border-top-color"
|
|
2277
2366
|
],
|
|
2278
2367
|
"appliesto": "allElements",
|
|
2279
2368
|
"computed": [
|
|
2280
|
-
"border-width",
|
|
2281
|
-
"border-style",
|
|
2282
|
-
"border-
|
|
2369
|
+
"border-top-width",
|
|
2370
|
+
"border-top-style",
|
|
2371
|
+
"border-top-color"
|
|
2283
2372
|
],
|
|
2284
2373
|
"order": "uniqueOrder",
|
|
2285
2374
|
"status": "standard",
|
|
2286
2375
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-block-end"
|
|
2287
2376
|
},
|
|
2288
2377
|
"border-block-end-color": {
|
|
2289
|
-
"syntax": "<'color'>",
|
|
2378
|
+
"syntax": "<'border-top-color'>",
|
|
2290
2379
|
"media": "visual",
|
|
2291
2380
|
"inherited": false,
|
|
2292
2381
|
"animationType": "discrete",
|
|
@@ -2302,7 +2391,7 @@
|
|
|
2302
2391
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-block-end-color"
|
|
2303
2392
|
},
|
|
2304
2393
|
"border-block-end-style": {
|
|
2305
|
-
"syntax": "<'border-style'>",
|
|
2394
|
+
"syntax": "<'border-top-style'>",
|
|
2306
2395
|
"media": "visual",
|
|
2307
2396
|
"inherited": false,
|
|
2308
2397
|
"animationType": "discrete",
|
|
@@ -2318,7 +2407,7 @@
|
|
|
2318
2407
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-block-end-style"
|
|
2319
2408
|
},
|
|
2320
2409
|
"border-block-end-width": {
|
|
2321
|
-
"syntax": "<'border-width'>",
|
|
2410
|
+
"syntax": "<'border-top-width'>",
|
|
2322
2411
|
"media": "visual",
|
|
2323
2412
|
"inherited": false,
|
|
2324
2413
|
"animationType": "discrete",
|
|
@@ -2334,7 +2423,7 @@
|
|
|
2334
2423
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-block-end-width"
|
|
2335
2424
|
},
|
|
2336
2425
|
"border-block-start": {
|
|
2337
|
-
"syntax": "<'border-width'> || <'border-style'> || <'color'>",
|
|
2426
|
+
"syntax": "<'border-top-width'> || <'border-top-style'> || <'color'>",
|
|
2338
2427
|
"media": "visual",
|
|
2339
2428
|
"inherited": false,
|
|
2340
2429
|
"animationType": "discrete",
|
|
@@ -2358,7 +2447,7 @@
|
|
|
2358
2447
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-block-start"
|
|
2359
2448
|
},
|
|
2360
2449
|
"border-block-start-color": {
|
|
2361
|
-
"syntax": "<'color'>",
|
|
2450
|
+
"syntax": "<'border-top-color'>",
|
|
2362
2451
|
"media": "visual",
|
|
2363
2452
|
"inherited": false,
|
|
2364
2453
|
"animationType": "discrete",
|
|
@@ -2374,7 +2463,7 @@
|
|
|
2374
2463
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-block-start-color"
|
|
2375
2464
|
},
|
|
2376
2465
|
"border-block-start-style": {
|
|
2377
|
-
"syntax": "<'border-style'>",
|
|
2466
|
+
"syntax": "<'border-top-style'>",
|
|
2378
2467
|
"media": "visual",
|
|
2379
2468
|
"inherited": false,
|
|
2380
2469
|
"animationType": "discrete",
|
|
@@ -2390,7 +2479,7 @@
|
|
|
2390
2479
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-block-start-style"
|
|
2391
2480
|
},
|
|
2392
2481
|
"border-block-start-width": {
|
|
2393
|
-
"syntax": "<'border-width'>",
|
|
2482
|
+
"syntax": "<'border-top-width'>",
|
|
2394
2483
|
"media": "visual",
|
|
2395
2484
|
"inherited": false,
|
|
2396
2485
|
"animationType": "discrete",
|
|
@@ -2437,7 +2526,7 @@
|
|
|
2437
2526
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-bottom"
|
|
2438
2527
|
},
|
|
2439
2528
|
"border-bottom-color": {
|
|
2440
|
-
"syntax": "<color>",
|
|
2529
|
+
"syntax": "<'border-top-color'>",
|
|
2441
2530
|
"media": "visual",
|
|
2442
2531
|
"inherited": false,
|
|
2443
2532
|
"animationType": "color",
|
|
@@ -2581,6 +2670,44 @@
|
|
|
2581
2670
|
"status": "standard",
|
|
2582
2671
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-color"
|
|
2583
2672
|
},
|
|
2673
|
+
"border-end-end-radius": {
|
|
2674
|
+
"syntax": "<length-percentage>{1,2}",
|
|
2675
|
+
"media": "visual",
|
|
2676
|
+
"inherited": false,
|
|
2677
|
+
"animationType": "lpc",
|
|
2678
|
+
"percentages": "referToDimensionOfBorderBox",
|
|
2679
|
+
"groups": [
|
|
2680
|
+
"CSS Logical Properties"
|
|
2681
|
+
],
|
|
2682
|
+
"initial": "0",
|
|
2683
|
+
"appliesto": "allElementsUAsNotRequiredWhenCollapse",
|
|
2684
|
+
"computed": "twoAbsoluteLengthOrPercentages",
|
|
2685
|
+
"order": "uniqueOrder",
|
|
2686
|
+
"alsoAppliesTo": [
|
|
2687
|
+
"::first-letter"
|
|
2688
|
+
],
|
|
2689
|
+
"status": "standard",
|
|
2690
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-end-end-radius"
|
|
2691
|
+
},
|
|
2692
|
+
"border-end-start-radius": {
|
|
2693
|
+
"syntax": "<length-percentage>{1,2}",
|
|
2694
|
+
"media": "visual",
|
|
2695
|
+
"inherited": false,
|
|
2696
|
+
"animationType": "lpc",
|
|
2697
|
+
"percentages": "referToDimensionOfBorderBox",
|
|
2698
|
+
"groups": [
|
|
2699
|
+
"CSS Logical Properties"
|
|
2700
|
+
],
|
|
2701
|
+
"initial": "0",
|
|
2702
|
+
"appliesto": "allElementsUAsNotRequiredWhenCollapse",
|
|
2703
|
+
"computed": "twoAbsoluteLengthOrPercentages",
|
|
2704
|
+
"order": "uniqueOrder",
|
|
2705
|
+
"alsoAppliesTo": [
|
|
2706
|
+
"::first-letter"
|
|
2707
|
+
],
|
|
2708
|
+
"status": "standard",
|
|
2709
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-end-start-radius"
|
|
2710
|
+
},
|
|
2584
2711
|
"border-image": {
|
|
2585
2712
|
"syntax": "<'border-image-source'> || <'border-image-slice'> [ / <'border-image-width'> | / <'border-image-width'>? / <'border-image-outset'> ]? || <'border-image-repeat'>",
|
|
2586
2713
|
"media": "visual",
|
|
@@ -2710,8 +2837,32 @@
|
|
|
2710
2837
|
"status": "standard",
|
|
2711
2838
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-image-width"
|
|
2712
2839
|
},
|
|
2840
|
+
"border-inline": {
|
|
2841
|
+
"syntax": "<'border-top-width'> || <'border-top-style'> || <'color'>",
|
|
2842
|
+
"media": "visual",
|
|
2843
|
+
"inherited": false,
|
|
2844
|
+
"animationType": "discrete",
|
|
2845
|
+
"percentages": "no",
|
|
2846
|
+
"groups": [
|
|
2847
|
+
"CSS Logical Properties"
|
|
2848
|
+
],
|
|
2849
|
+
"initial": [
|
|
2850
|
+
"border-top-width",
|
|
2851
|
+
"border-top-style",
|
|
2852
|
+
"border-top-color"
|
|
2853
|
+
],
|
|
2854
|
+
"appliesto": "allElements",
|
|
2855
|
+
"computed": [
|
|
2856
|
+
"border-top-width",
|
|
2857
|
+
"border-top-style",
|
|
2858
|
+
"border-top-color"
|
|
2859
|
+
],
|
|
2860
|
+
"order": "uniqueOrder",
|
|
2861
|
+
"status": "standard",
|
|
2862
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-inline"
|
|
2863
|
+
},
|
|
2713
2864
|
"border-inline-end": {
|
|
2714
|
-
"syntax": "<'border-width'> || <'border-style'> || <'color'>",
|
|
2865
|
+
"syntax": "<'border-top-width'> || <'border-top-style'> || <'color'>",
|
|
2715
2866
|
"media": "visual",
|
|
2716
2867
|
"inherited": false,
|
|
2717
2868
|
"animationType": "discrete",
|
|
@@ -2734,8 +2885,56 @@
|
|
|
2734
2885
|
"status": "standard",
|
|
2735
2886
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-end"
|
|
2736
2887
|
},
|
|
2888
|
+
"border-inline-color": {
|
|
2889
|
+
"syntax": "<'border-top-color'>{1,2}",
|
|
2890
|
+
"media": "visual",
|
|
2891
|
+
"inherited": false,
|
|
2892
|
+
"animationType": "discrete",
|
|
2893
|
+
"percentages": "no",
|
|
2894
|
+
"groups": [
|
|
2895
|
+
"CSS Logical Properties"
|
|
2896
|
+
],
|
|
2897
|
+
"initial": "currentcolor",
|
|
2898
|
+
"appliesto": "allElements",
|
|
2899
|
+
"computed": "computedColor",
|
|
2900
|
+
"order": "uniqueOrder",
|
|
2901
|
+
"status": "standard",
|
|
2902
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-color"
|
|
2903
|
+
},
|
|
2904
|
+
"border-inline-style": {
|
|
2905
|
+
"syntax": "<'border-top-style'>",
|
|
2906
|
+
"media": "visual",
|
|
2907
|
+
"inherited": false,
|
|
2908
|
+
"animationType": "discrete",
|
|
2909
|
+
"percentages": "no",
|
|
2910
|
+
"groups": [
|
|
2911
|
+
"CSS Logical Properties"
|
|
2912
|
+
],
|
|
2913
|
+
"initial": "none",
|
|
2914
|
+
"appliesto": "allElements",
|
|
2915
|
+
"computed": "asSpecified",
|
|
2916
|
+
"order": "uniqueOrder",
|
|
2917
|
+
"status": "standard",
|
|
2918
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-style"
|
|
2919
|
+
},
|
|
2920
|
+
"border-inline-width": {
|
|
2921
|
+
"syntax": "<'border-top-width'>",
|
|
2922
|
+
"media": "visual",
|
|
2923
|
+
"inherited": false,
|
|
2924
|
+
"animationType": "discrete",
|
|
2925
|
+
"percentages": "logicalWidthOfContainingBlock",
|
|
2926
|
+
"groups": [
|
|
2927
|
+
"CSS Logical Properties"
|
|
2928
|
+
],
|
|
2929
|
+
"initial": "medium",
|
|
2930
|
+
"appliesto": "allElements",
|
|
2931
|
+
"computed": "absoluteLengthZeroIfBorderStyleNoneOrHidden",
|
|
2932
|
+
"order": "uniqueOrder",
|
|
2933
|
+
"status": "standard",
|
|
2934
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-width"
|
|
2935
|
+
},
|
|
2737
2936
|
"border-inline-end-color": {
|
|
2738
|
-
"syntax": "<'color'>",
|
|
2937
|
+
"syntax": "<'border-top-color'>",
|
|
2739
2938
|
"media": "visual",
|
|
2740
2939
|
"inherited": false,
|
|
2741
2940
|
"animationType": "discrete",
|
|
@@ -2751,7 +2950,7 @@
|
|
|
2751
2950
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-end-color"
|
|
2752
2951
|
},
|
|
2753
2952
|
"border-inline-end-style": {
|
|
2754
|
-
"syntax": "<'border-style'>",
|
|
2953
|
+
"syntax": "<'border-top-style'>",
|
|
2755
2954
|
"media": "visual",
|
|
2756
2955
|
"inherited": false,
|
|
2757
2956
|
"animationType": "discrete",
|
|
@@ -2767,7 +2966,7 @@
|
|
|
2767
2966
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-end-style"
|
|
2768
2967
|
},
|
|
2769
2968
|
"border-inline-end-width": {
|
|
2770
|
-
"syntax": "<'border-width'>",
|
|
2969
|
+
"syntax": "<'border-top-width'>",
|
|
2771
2970
|
"media": "visual",
|
|
2772
2971
|
"inherited": false,
|
|
2773
2972
|
"animationType": "discrete",
|
|
@@ -2783,7 +2982,7 @@
|
|
|
2783
2982
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-end-width"
|
|
2784
2983
|
},
|
|
2785
2984
|
"border-inline-start": {
|
|
2786
|
-
"syntax": "<'border-width'> || <'border-style'> || <'color'>",
|
|
2985
|
+
"syntax": "<'border-top-width'> || <'border-top-style'> || <'color'>",
|
|
2787
2986
|
"media": "visual",
|
|
2788
2987
|
"inherited": false,
|
|
2789
2988
|
"animationType": "discrete",
|
|
@@ -2807,7 +3006,7 @@
|
|
|
2807
3006
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-start"
|
|
2808
3007
|
},
|
|
2809
3008
|
"border-inline-start-color": {
|
|
2810
|
-
"syntax": "<'color'>",
|
|
3009
|
+
"syntax": "<'border-top-color'>",
|
|
2811
3010
|
"media": "visual",
|
|
2812
3011
|
"inherited": false,
|
|
2813
3012
|
"animationType": "discrete",
|
|
@@ -2823,7 +3022,7 @@
|
|
|
2823
3022
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-start-color"
|
|
2824
3023
|
},
|
|
2825
3024
|
"border-inline-start-style": {
|
|
2826
|
-
"syntax": "<'border-style'>",
|
|
3025
|
+
"syntax": "<'border-top-style'>",
|
|
2827
3026
|
"media": "visual",
|
|
2828
3027
|
"inherited": false,
|
|
2829
3028
|
"animationType": "discrete",
|
|
@@ -2839,7 +3038,7 @@
|
|
|
2839
3038
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-inline-start-style"
|
|
2840
3039
|
},
|
|
2841
3040
|
"border-inline-start-width": {
|
|
2842
|
-
"syntax": "<'border-width'>",
|
|
3041
|
+
"syntax": "<'border-top-width'>",
|
|
2843
3042
|
"media": "visual",
|
|
2844
3043
|
"inherited": false,
|
|
2845
3044
|
"animationType": "discrete",
|
|
@@ -3080,6 +3279,44 @@
|
|
|
3080
3279
|
"status": "standard",
|
|
3081
3280
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-spacing"
|
|
3082
3281
|
},
|
|
3282
|
+
"border-start-end-radius": {
|
|
3283
|
+
"syntax": "<length-percentage>{1,2}",
|
|
3284
|
+
"media": "visual",
|
|
3285
|
+
"inherited": false,
|
|
3286
|
+
"animationType": "lpc",
|
|
3287
|
+
"percentages": "referToDimensionOfBorderBox",
|
|
3288
|
+
"groups": [
|
|
3289
|
+
"CSS Logical Properties"
|
|
3290
|
+
],
|
|
3291
|
+
"initial": "0",
|
|
3292
|
+
"appliesto": "allElementsUAsNotRequiredWhenCollapse",
|
|
3293
|
+
"computed": "twoAbsoluteLengthOrPercentages",
|
|
3294
|
+
"order": "uniqueOrder",
|
|
3295
|
+
"alsoAppliesTo": [
|
|
3296
|
+
"::first-letter"
|
|
3297
|
+
],
|
|
3298
|
+
"status": "standard",
|
|
3299
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-start-end-radius"
|
|
3300
|
+
},
|
|
3301
|
+
"border-start-start-radius": {
|
|
3302
|
+
"syntax": "<length-percentage>{1,2}",
|
|
3303
|
+
"media": "visual",
|
|
3304
|
+
"inherited": false,
|
|
3305
|
+
"animationType": "lpc",
|
|
3306
|
+
"percentages": "referToDimensionOfBorderBox",
|
|
3307
|
+
"groups": [
|
|
3308
|
+
"CSS Logical Properties"
|
|
3309
|
+
],
|
|
3310
|
+
"initial": "0",
|
|
3311
|
+
"appliesto": "allElementsUAsNotRequiredWhenCollapse",
|
|
3312
|
+
"computed": "twoAbsoluteLengthOrPercentages",
|
|
3313
|
+
"order": "uniqueOrder",
|
|
3314
|
+
"alsoAppliesTo": [
|
|
3315
|
+
"::first-letter"
|
|
3316
|
+
],
|
|
3317
|
+
"status": "standard",
|
|
3318
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-start-start-radius"
|
|
3319
|
+
},
|
|
3083
3320
|
"border-style": {
|
|
3084
3321
|
"syntax": "<line-style>{1,4}",
|
|
3085
3322
|
"media": "visual",
|
|
@@ -3473,8 +3710,8 @@
|
|
|
3473
3710
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/box-sizing"
|
|
3474
3711
|
},
|
|
3475
3712
|
"break-after": {
|
|
3476
|
-
"syntax": "auto | avoid | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region",
|
|
3477
|
-
"media": "
|
|
3713
|
+
"syntax": "auto | avoid | always | all | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region",
|
|
3714
|
+
"media": "visual",
|
|
3478
3715
|
"inherited": false,
|
|
3479
3716
|
"animationType": "discrete",
|
|
3480
3717
|
"percentages": "no",
|
|
@@ -3489,8 +3726,8 @@
|
|
|
3489
3726
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/break-after"
|
|
3490
3727
|
},
|
|
3491
3728
|
"break-before": {
|
|
3492
|
-
"syntax": "auto | avoid | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region",
|
|
3493
|
-
"media": "
|
|
3729
|
+
"syntax": "auto | avoid | always | all | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region",
|
|
3730
|
+
"media": "visual",
|
|
3494
3731
|
"inherited": false,
|
|
3495
3732
|
"animationType": "discrete",
|
|
3496
3733
|
"percentages": "no",
|
|
@@ -3506,7 +3743,7 @@
|
|
|
3506
3743
|
},
|
|
3507
3744
|
"break-inside": {
|
|
3508
3745
|
"syntax": "auto | avoid | avoid-page | avoid-column | avoid-region",
|
|
3509
|
-
"media": "
|
|
3746
|
+
"media": "visual",
|
|
3510
3747
|
"inherited": false,
|
|
3511
3748
|
"animationType": "discrete",
|
|
3512
3749
|
"percentages": "no",
|
|
@@ -3882,6 +4119,22 @@
|
|
|
3882
4119
|
"status": "standard",
|
|
3883
4120
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/counter-reset"
|
|
3884
4121
|
},
|
|
4122
|
+
"counter-set": {
|
|
4123
|
+
"syntax": "[ <custom-ident> <integer>? ]+ | none",
|
|
4124
|
+
"media": "all",
|
|
4125
|
+
"inherited": false,
|
|
4126
|
+
"animationType": "discrete",
|
|
4127
|
+
"percentages": "no",
|
|
4128
|
+
"groups": [
|
|
4129
|
+
"CSS Counter Styles"
|
|
4130
|
+
],
|
|
4131
|
+
"initial": "none",
|
|
4132
|
+
"appliesto": "allElements",
|
|
4133
|
+
"computed": "asSpecified",
|
|
4134
|
+
"order": "uniqueOrder",
|
|
4135
|
+
"status": "standard",
|
|
4136
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/counter-set"
|
|
4137
|
+
},
|
|
3885
4138
|
"cursor": {
|
|
3886
4139
|
"syntax": "[ [ <url> [ <x> <y> ]? , ]* [ auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair | text | vertical-text | alias | copy | move | no-drop | not-allowed | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out | grab | grabbing ] ]",
|
|
3887
4140
|
"media": [
|
|
@@ -4912,7 +5165,7 @@
|
|
|
4912
5165
|
"syntax": "none | <track-list> | <auto-track-list>",
|
|
4913
5166
|
"media": "visual",
|
|
4914
5167
|
"inherited": false,
|
|
4915
|
-
"animationType": "
|
|
5168
|
+
"animationType": "simpleListOfLpcDifferenceLpc",
|
|
4916
5169
|
"percentages": "referToDimensionOfContentArea",
|
|
4917
5170
|
"groups": [
|
|
4918
5171
|
"CSS Grid Layout"
|
|
@@ -4928,7 +5181,7 @@
|
|
|
4928
5181
|
"syntax": "none | <track-list> | <auto-track-list>",
|
|
4929
5182
|
"media": "visual",
|
|
4930
5183
|
"inherited": false,
|
|
4931
|
-
"animationType": "
|
|
5184
|
+
"animationType": "simpleListOfLpcDifferenceLpc",
|
|
4932
5185
|
"percentages": "referToDimensionOfContentArea",
|
|
4933
5186
|
"groups": [
|
|
4934
5187
|
"CSS Grid Layout"
|
|
@@ -5099,8 +5352,40 @@
|
|
|
5099
5352
|
"status": "standard",
|
|
5100
5353
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/inline-size"
|
|
5101
5354
|
},
|
|
5355
|
+
"inset": {
|
|
5356
|
+
"syntax": "<'top'>{1,4}",
|
|
5357
|
+
"media": "visual",
|
|
5358
|
+
"inherited": false,
|
|
5359
|
+
"animationType": "lpc",
|
|
5360
|
+
"percentages": "logicalHeightOfContainingBlock",
|
|
5361
|
+
"groups": [
|
|
5362
|
+
"CSS Logical Properties"
|
|
5363
|
+
],
|
|
5364
|
+
"initial": "auto",
|
|
5365
|
+
"appliesto": "positionedElements",
|
|
5366
|
+
"computed": "sameAsBoxOffsets",
|
|
5367
|
+
"order": "uniqueOrder",
|
|
5368
|
+
"status": "standard",
|
|
5369
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/inset"
|
|
5370
|
+
},
|
|
5371
|
+
"inset-block": {
|
|
5372
|
+
"syntax": "<'top'>{1,2}",
|
|
5373
|
+
"media": "visual",
|
|
5374
|
+
"inherited": false,
|
|
5375
|
+
"animationType": "lpc",
|
|
5376
|
+
"percentages": "logicalHeightOfContainingBlock",
|
|
5377
|
+
"groups": [
|
|
5378
|
+
"CSS Logical Properties"
|
|
5379
|
+
],
|
|
5380
|
+
"initial": "auto",
|
|
5381
|
+
"appliesto": "positionedElements",
|
|
5382
|
+
"computed": "sameAsBoxOffsets",
|
|
5383
|
+
"order": "uniqueOrder",
|
|
5384
|
+
"status": "standard",
|
|
5385
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/inset-block"
|
|
5386
|
+
},
|
|
5102
5387
|
"inset-block-end": {
|
|
5103
|
-
"syntax": "<'
|
|
5388
|
+
"syntax": "<'top'>",
|
|
5104
5389
|
"media": "visual",
|
|
5105
5390
|
"inherited": false,
|
|
5106
5391
|
"animationType": "lpc",
|
|
@@ -5116,7 +5401,7 @@
|
|
|
5116
5401
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/inset-block-end"
|
|
5117
5402
|
},
|
|
5118
5403
|
"inset-block-start": {
|
|
5119
|
-
"syntax": "<'
|
|
5404
|
+
"syntax": "<'top'>",
|
|
5120
5405
|
"media": "visual",
|
|
5121
5406
|
"inherited": false,
|
|
5122
5407
|
"animationType": "lpc",
|
|
@@ -5131,8 +5416,24 @@
|
|
|
5131
5416
|
"status": "standard",
|
|
5132
5417
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/inset-block-start"
|
|
5133
5418
|
},
|
|
5419
|
+
"inset-inline": {
|
|
5420
|
+
"syntax": "<'top'>{1,2}",
|
|
5421
|
+
"media": "visual",
|
|
5422
|
+
"inherited": false,
|
|
5423
|
+
"animationType": "lpc",
|
|
5424
|
+
"percentages": "logicalWidthOfContainingBlock",
|
|
5425
|
+
"groups": [
|
|
5426
|
+
"CSS Logical Properties"
|
|
5427
|
+
],
|
|
5428
|
+
"initial": "auto",
|
|
5429
|
+
"appliesto": "positionedElements",
|
|
5430
|
+
"computed": "sameAsBoxOffsets",
|
|
5431
|
+
"order": "uniqueOrder",
|
|
5432
|
+
"status": "standard",
|
|
5433
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/inset-inline"
|
|
5434
|
+
},
|
|
5134
5435
|
"inset-inline-end": {
|
|
5135
|
-
"syntax": "<'
|
|
5436
|
+
"syntax": "<'top'>",
|
|
5136
5437
|
"media": "visual",
|
|
5137
5438
|
"inherited": false,
|
|
5138
5439
|
"animationType": "lpc",
|
|
@@ -5148,7 +5449,7 @@
|
|
|
5148
5449
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/inset-inline-end"
|
|
5149
5450
|
},
|
|
5150
5451
|
"inset-inline-start": {
|
|
5151
|
-
"syntax": "<'
|
|
5452
|
+
"syntax": "<'top'>",
|
|
5152
5453
|
"media": "visual",
|
|
5153
5454
|
"inherited": false,
|
|
5154
5455
|
"animationType": "lpc",
|
|
@@ -5186,7 +5487,7 @@
|
|
|
5186
5487
|
"animationType": "discrete",
|
|
5187
5488
|
"percentages": "no",
|
|
5188
5489
|
"groups": [
|
|
5189
|
-
"CSS
|
|
5490
|
+
"CSS Box Alignment"
|
|
5190
5491
|
],
|
|
5191
5492
|
"initial": "normal",
|
|
5192
5493
|
"appliesto": "flexContainers",
|
|
@@ -5315,6 +5616,22 @@
|
|
|
5315
5616
|
"status": "standard",
|
|
5316
5617
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/line-height"
|
|
5317
5618
|
},
|
|
5619
|
+
"line-height-step": {
|
|
5620
|
+
"syntax": "<length>",
|
|
5621
|
+
"media": "visual",
|
|
5622
|
+
"inherited": true,
|
|
5623
|
+
"animationType": "discrete",
|
|
5624
|
+
"percentages": "no",
|
|
5625
|
+
"groups": [
|
|
5626
|
+
"CSS Fonts"
|
|
5627
|
+
],
|
|
5628
|
+
"initial": "0",
|
|
5629
|
+
"appliesto": "blockContainers",
|
|
5630
|
+
"computed": "absoluteLength",
|
|
5631
|
+
"order": "perGrammar",
|
|
5632
|
+
"status": "experimental",
|
|
5633
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/line-height-step"
|
|
5634
|
+
},
|
|
5318
5635
|
"list-style": {
|
|
5319
5636
|
"syntax": "<'list-style-type'> || <'list-style-position'> || <'list-style-image'>",
|
|
5320
5637
|
"media": "visual",
|
|
@@ -5416,6 +5733,22 @@
|
|
|
5416
5733
|
"status": "standard",
|
|
5417
5734
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/margin"
|
|
5418
5735
|
},
|
|
5736
|
+
"margin-block": {
|
|
5737
|
+
"syntax": "<'margin-left'>{1,2}",
|
|
5738
|
+
"media": "visual",
|
|
5739
|
+
"inherited": false,
|
|
5740
|
+
"animationType": "discrete",
|
|
5741
|
+
"percentages": "dependsOnLayoutModel",
|
|
5742
|
+
"groups": [
|
|
5743
|
+
"CSS Logical Properties"
|
|
5744
|
+
],
|
|
5745
|
+
"initial": "0",
|
|
5746
|
+
"appliesto": "sameAsMargin",
|
|
5747
|
+
"computed": "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",
|
|
5748
|
+
"order": "uniqueOrder",
|
|
5749
|
+
"status": "standard",
|
|
5750
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/margin-block"
|
|
5751
|
+
},
|
|
5419
5752
|
"margin-block-end": {
|
|
5420
5753
|
"syntax": "<'margin-left'>",
|
|
5421
5754
|
"media": "visual",
|
|
@@ -5467,6 +5800,22 @@
|
|
|
5467
5800
|
"status": "standard",
|
|
5468
5801
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/margin-bottom"
|
|
5469
5802
|
},
|
|
5803
|
+
"margin-inline": {
|
|
5804
|
+
"syntax": "<'margin-left'>{1,2}",
|
|
5805
|
+
"media": "visual",
|
|
5806
|
+
"inherited": false,
|
|
5807
|
+
"animationType": "discrete",
|
|
5808
|
+
"percentages": "dependsOnLayoutModel",
|
|
5809
|
+
"groups": [
|
|
5810
|
+
"CSS Logical Properties"
|
|
5811
|
+
],
|
|
5812
|
+
"initial": "0",
|
|
5813
|
+
"appliesto": "sameAsMargin",
|
|
5814
|
+
"computed": "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",
|
|
5815
|
+
"order": "uniqueOrder",
|
|
5816
|
+
"status": "standard",
|
|
5817
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/margin-inline"
|
|
5818
|
+
},
|
|
5470
5819
|
"margin-inline-end": {
|
|
5471
5820
|
"syntax": "<'margin-left'>",
|
|
5472
5821
|
"media": "visual",
|
|
@@ -6043,109 +6392,124 @@
|
|
|
6043
6392
|
"status": "standard",
|
|
6044
6393
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/mix-blend-mode"
|
|
6045
6394
|
},
|
|
6046
|
-
"
|
|
6047
|
-
"syntax": "
|
|
6395
|
+
"object-fit": {
|
|
6396
|
+
"syntax": "fill | contain | cover | none | scale-down",
|
|
6048
6397
|
"media": "visual",
|
|
6049
6398
|
"inherited": false,
|
|
6050
6399
|
"animationType": "discrete",
|
|
6051
|
-
"percentages":
|
|
6052
|
-
"motion-offset"
|
|
6053
|
-
],
|
|
6400
|
+
"percentages": "no",
|
|
6054
6401
|
"groups": [
|
|
6055
|
-
"CSS
|
|
6056
|
-
],
|
|
6057
|
-
"initial": [
|
|
6058
|
-
"motion-path",
|
|
6059
|
-
"motion-offset",
|
|
6060
|
-
"motion-rotation"
|
|
6061
|
-
],
|
|
6062
|
-
"appliesto": "allElementsSVGContainerElements",
|
|
6063
|
-
"computed": [
|
|
6064
|
-
"motion-path",
|
|
6065
|
-
"motion-offset",
|
|
6066
|
-
"motion-rotation"
|
|
6402
|
+
"CSS Images"
|
|
6067
6403
|
],
|
|
6068
|
-
"
|
|
6069
|
-
"
|
|
6070
|
-
"
|
|
6404
|
+
"initial": "fill",
|
|
6405
|
+
"appliesto": "replacedElements",
|
|
6406
|
+
"computed": "asSpecified",
|
|
6407
|
+
"order": "uniqueOrder",
|
|
6408
|
+
"status": "standard",
|
|
6409
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/object-fit"
|
|
6071
6410
|
},
|
|
6072
|
-
"
|
|
6073
|
-
"syntax": "
|
|
6411
|
+
"object-position": {
|
|
6412
|
+
"syntax": "<position>",
|
|
6074
6413
|
"media": "visual",
|
|
6075
|
-
"inherited":
|
|
6076
|
-
"animationType": "
|
|
6077
|
-
"percentages": "
|
|
6414
|
+
"inherited": true,
|
|
6415
|
+
"animationType": "repeatableListOfSimpleListOfLpc",
|
|
6416
|
+
"percentages": "referToWidthAndHeightOfElement",
|
|
6078
6417
|
"groups": [
|
|
6079
|
-
"CSS
|
|
6418
|
+
"CSS Images"
|
|
6080
6419
|
],
|
|
6081
|
-
"initial": "
|
|
6082
|
-
"appliesto": "
|
|
6420
|
+
"initial": "50% 50%",
|
|
6421
|
+
"appliesto": "replacedElements",
|
|
6083
6422
|
"computed": "asSpecified",
|
|
6084
6423
|
"order": "uniqueOrder",
|
|
6085
|
-
"status": "
|
|
6424
|
+
"status": "standard",
|
|
6425
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/object-position"
|
|
6086
6426
|
},
|
|
6087
|
-
"
|
|
6088
|
-
"syntax": "
|
|
6427
|
+
"offset": {
|
|
6428
|
+
"syntax": "[ <'offset-position'>? [ <'offset-path'> [ <'offset-distance'> || <'offset-rotate'> ]? ]? ]! [ / <'offset-anchor'> ]?",
|
|
6089
6429
|
"media": "visual",
|
|
6090
6430
|
"inherited": false,
|
|
6091
|
-
"animationType":
|
|
6092
|
-
|
|
6431
|
+
"animationType": [
|
|
6432
|
+
"offset-position",
|
|
6433
|
+
"offset-path",
|
|
6434
|
+
"offset-distance",
|
|
6435
|
+
"offset-anchor",
|
|
6436
|
+
"offset-rotate"
|
|
6437
|
+
],
|
|
6438
|
+
"percentages": [
|
|
6439
|
+
"offset-position",
|
|
6440
|
+
"offset-distance",
|
|
6441
|
+
"offset-anchor"
|
|
6442
|
+
],
|
|
6093
6443
|
"groups": [
|
|
6094
6444
|
"CSS Motion"
|
|
6095
6445
|
],
|
|
6096
|
-
"initial":
|
|
6097
|
-
|
|
6098
|
-
|
|
6099
|
-
|
|
6446
|
+
"initial": [
|
|
6447
|
+
"offset-position",
|
|
6448
|
+
"offset-path",
|
|
6449
|
+
"offset-distance",
|
|
6450
|
+
"offset-anchor",
|
|
6451
|
+
"offset-rotate"
|
|
6452
|
+
],
|
|
6453
|
+
"appliesto": "transformableElements",
|
|
6454
|
+
"computed": [
|
|
6455
|
+
"offset-position",
|
|
6456
|
+
"offset-path",
|
|
6457
|
+
"offset-distance",
|
|
6458
|
+
"offset-anchor",
|
|
6459
|
+
"offset-rotate"
|
|
6460
|
+
],
|
|
6461
|
+
"order": "perGrammar",
|
|
6100
6462
|
"stacking": true,
|
|
6101
|
-
"status": "experimental"
|
|
6463
|
+
"status": "experimental",
|
|
6464
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/offset"
|
|
6102
6465
|
},
|
|
6103
|
-
"
|
|
6104
|
-
"syntax": "
|
|
6466
|
+
"offset-anchor": {
|
|
6467
|
+
"syntax": "auto | <position>",
|
|
6105
6468
|
"media": "visual",
|
|
6106
6469
|
"inherited": false,
|
|
6107
|
-
"animationType": "
|
|
6108
|
-
"percentages": "
|
|
6470
|
+
"animationType": "position",
|
|
6471
|
+
"percentages": "relativeToWidthAndHeight",
|
|
6109
6472
|
"groups": [
|
|
6110
6473
|
"CSS Motion"
|
|
6111
6474
|
],
|
|
6112
|
-
"initial": "
|
|
6113
|
-
"appliesto": "
|
|
6114
|
-
"computed": "
|
|
6115
|
-
"order": "
|
|
6475
|
+
"initial": "auto",
|
|
6476
|
+
"appliesto": "transformableElements",
|
|
6477
|
+
"computed": "forLengthAbsoluteValueOtherwisePercentage",
|
|
6478
|
+
"order": "perGrammar",
|
|
6116
6479
|
"status": "experimental"
|
|
6117
6480
|
},
|
|
6118
|
-
"
|
|
6119
|
-
"syntax": "
|
|
6481
|
+
"offset-distance": {
|
|
6482
|
+
"syntax": "<length-percentage>",
|
|
6120
6483
|
"media": "visual",
|
|
6121
6484
|
"inherited": false,
|
|
6122
|
-
"animationType": "
|
|
6123
|
-
"percentages": "
|
|
6485
|
+
"animationType": "lpc",
|
|
6486
|
+
"percentages": "referToTotalPathLength",
|
|
6124
6487
|
"groups": [
|
|
6125
|
-
"CSS
|
|
6488
|
+
"CSS Motion"
|
|
6126
6489
|
],
|
|
6127
|
-
"initial": "
|
|
6128
|
-
"appliesto": "
|
|
6129
|
-
"computed": "
|
|
6130
|
-
"order": "
|
|
6131
|
-
"status": "
|
|
6132
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/
|
|
6490
|
+
"initial": "0",
|
|
6491
|
+
"appliesto": "transformableElements",
|
|
6492
|
+
"computed": "forLengthAbsoluteValueOtherwisePercentage",
|
|
6493
|
+
"order": "perGrammar",
|
|
6494
|
+
"status": "experimental",
|
|
6495
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/offset-distance"
|
|
6133
6496
|
},
|
|
6134
|
-
"
|
|
6135
|
-
"syntax": "<
|
|
6497
|
+
"offset-path": {
|
|
6498
|
+
"syntax": "none | ray( [ <angle> && <size>? && contain? ] ) | <path()> | <url> | [ <basic-shape> || <geometry-box> ]",
|
|
6136
6499
|
"media": "visual",
|
|
6137
|
-
"inherited":
|
|
6138
|
-
"animationType": "
|
|
6139
|
-
"percentages": "
|
|
6500
|
+
"inherited": false,
|
|
6501
|
+
"animationType": "angleOrBasicShapeOrPath",
|
|
6502
|
+
"percentages": "no",
|
|
6140
6503
|
"groups": [
|
|
6141
|
-
"CSS
|
|
6504
|
+
"CSS Motion"
|
|
6142
6505
|
],
|
|
6143
|
-
"initial": "
|
|
6144
|
-
"appliesto": "
|
|
6506
|
+
"initial": "none",
|
|
6507
|
+
"appliesto": "transformableElements",
|
|
6145
6508
|
"computed": "asSpecified",
|
|
6146
|
-
"order": "
|
|
6147
|
-
"
|
|
6148
|
-
"
|
|
6509
|
+
"order": "perGrammar",
|
|
6510
|
+
"stacking": true,
|
|
6511
|
+
"status": "experimental",
|
|
6512
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/offset-path"
|
|
6149
6513
|
},
|
|
6150
6514
|
"offset-position": {
|
|
6151
6515
|
"syntax": "auto | <position>",
|
|
@@ -6162,6 +6526,22 @@
|
|
|
6162
6526
|
"order": "perGrammar",
|
|
6163
6527
|
"status": "experimental"
|
|
6164
6528
|
},
|
|
6529
|
+
"offset-rotate": {
|
|
6530
|
+
"syntax": "[ auto | reverse ] || <angle>",
|
|
6531
|
+
"media": "visual",
|
|
6532
|
+
"inherited": false,
|
|
6533
|
+
"animationType": "angleOrBasicShapeOrPath",
|
|
6534
|
+
"percentages": "no",
|
|
6535
|
+
"groups": [
|
|
6536
|
+
"CSS Motion"
|
|
6537
|
+
],
|
|
6538
|
+
"initial": "auto",
|
|
6539
|
+
"appliesto": "transformableElements",
|
|
6540
|
+
"computed": "asSpecified",
|
|
6541
|
+
"order": "perGrammar",
|
|
6542
|
+
"status": "experimental",
|
|
6543
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/offset-rotate"
|
|
6544
|
+
},
|
|
6165
6545
|
"opacity": {
|
|
6166
6546
|
"syntax": "<number>",
|
|
6167
6547
|
"media": "visual",
|
|
@@ -6352,7 +6732,7 @@
|
|
|
6352
6732
|
"status": "experimental"
|
|
6353
6733
|
},
|
|
6354
6734
|
"overflow-block": {
|
|
6355
|
-
"syntax": "
|
|
6735
|
+
"syntax": "visible | hidden | clip | scroll | auto",
|
|
6356
6736
|
"media": "visual",
|
|
6357
6737
|
"inherited": false,
|
|
6358
6738
|
"animationType": "discrete",
|
|
@@ -6383,7 +6763,7 @@
|
|
|
6383
6763
|
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/CSS/overflow-clip-box"
|
|
6384
6764
|
},
|
|
6385
6765
|
"overflow-inline": {
|
|
6386
|
-
"syntax": "
|
|
6766
|
+
"syntax": "visible | hidden | clip | scroll | auto",
|
|
6387
6767
|
"media": "visual",
|
|
6388
6768
|
"inherited": false,
|
|
6389
6769
|
"animationType": "discrete",
|
|
@@ -6398,7 +6778,7 @@
|
|
|
6398
6778
|
"status": "experimental"
|
|
6399
6779
|
},
|
|
6400
6780
|
"overflow-wrap": {
|
|
6401
|
-
"syntax": "normal | break-word",
|
|
6781
|
+
"syntax": "normal | break-word | anywhere",
|
|
6402
6782
|
"media": "visual",
|
|
6403
6783
|
"inherited": true,
|
|
6404
6784
|
"animationType": "discrete",
|
|
@@ -6407,7 +6787,7 @@
|
|
|
6407
6787
|
"CSS Text"
|
|
6408
6788
|
],
|
|
6409
6789
|
"initial": "normal",
|
|
6410
|
-
"appliesto": "
|
|
6790
|
+
"appliesto": "nonReplacedInlineElements",
|
|
6411
6791
|
"computed": "asSpecified",
|
|
6412
6792
|
"order": "uniqueOrder",
|
|
6413
6793
|
"status": "standard",
|
|
@@ -6522,6 +6902,22 @@
|
|
|
6522
6902
|
"status": "standard",
|
|
6523
6903
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/padding"
|
|
6524
6904
|
},
|
|
6905
|
+
"padding-block": {
|
|
6906
|
+
"syntax": "<'padding-left'>{1,2}",
|
|
6907
|
+
"media": "visual",
|
|
6908
|
+
"inherited": false,
|
|
6909
|
+
"animationType": "discrete",
|
|
6910
|
+
"percentages": "logicalWidthOfContainingBlock",
|
|
6911
|
+
"groups": [
|
|
6912
|
+
"CSS Logical Properties"
|
|
6913
|
+
],
|
|
6914
|
+
"initial": "0",
|
|
6915
|
+
"appliesto": "allElements",
|
|
6916
|
+
"computed": "asLength",
|
|
6917
|
+
"order": "uniqueOrder",
|
|
6918
|
+
"status": "standard",
|
|
6919
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/padding-block"
|
|
6920
|
+
},
|
|
6525
6921
|
"padding-block-end": {
|
|
6526
6922
|
"syntax": "<'padding-left'>",
|
|
6527
6923
|
"media": "visual",
|
|
@@ -6573,6 +6969,22 @@
|
|
|
6573
6969
|
"status": "standard",
|
|
6574
6970
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/padding-bottom"
|
|
6575
6971
|
},
|
|
6972
|
+
"padding-inline": {
|
|
6973
|
+
"syntax": "<'padding-left'>{1,2}",
|
|
6974
|
+
"media": "visual",
|
|
6975
|
+
"inherited": false,
|
|
6976
|
+
"animationType": "discrete",
|
|
6977
|
+
"percentages": "logicalWidthOfContainingBlock",
|
|
6978
|
+
"groups": [
|
|
6979
|
+
"CSS Logical Properties"
|
|
6980
|
+
],
|
|
6981
|
+
"initial": "0",
|
|
6982
|
+
"appliesto": "allElements",
|
|
6983
|
+
"computed": "asLength",
|
|
6984
|
+
"order": "uniqueOrder",
|
|
6985
|
+
"status": "standard",
|
|
6986
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/padding-inline"
|
|
6987
|
+
},
|
|
6576
6988
|
"padding-inline-end": {
|
|
6577
6989
|
"syntax": "<'padding-left'>",
|
|
6578
6990
|
"media": "visual",
|
|
@@ -6775,7 +7187,7 @@
|
|
|
6775
7187
|
"animationType": "discrete",
|
|
6776
7188
|
"percentages": "no",
|
|
6777
7189
|
"groups": [
|
|
6778
|
-
"CSS
|
|
7190
|
+
"CSS Box Alignment"
|
|
6779
7191
|
],
|
|
6780
7192
|
"initial": "normal",
|
|
6781
7193
|
"appliesto": "multilineFlexContainers",
|
|
@@ -6806,6 +7218,28 @@
|
|
|
6806
7218
|
"status": "standard",
|
|
6807
7219
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/place-items"
|
|
6808
7220
|
},
|
|
7221
|
+
"place-self": {
|
|
7222
|
+
"syntax": "<'align-self'> <'justify-self'>?",
|
|
7223
|
+
"media": "visual",
|
|
7224
|
+
"inherited": false,
|
|
7225
|
+
"animationType": "discrete",
|
|
7226
|
+
"percentages": "no",
|
|
7227
|
+
"groups": [
|
|
7228
|
+
"CSS Box Alignment"
|
|
7229
|
+
],
|
|
7230
|
+
"initial": [
|
|
7231
|
+
"align-self",
|
|
7232
|
+
"justify-self"
|
|
7233
|
+
],
|
|
7234
|
+
"appliesto": "blockLevelBoxesAndAbsolutelyPositionedBoxesAndGridItems",
|
|
7235
|
+
"computed": [
|
|
7236
|
+
"align-self",
|
|
7237
|
+
"justify-self"
|
|
7238
|
+
],
|
|
7239
|
+
"order": "uniqueOrder",
|
|
7240
|
+
"status": "standard",
|
|
7241
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/place-self"
|
|
7242
|
+
},
|
|
6809
7243
|
"pointer-events": {
|
|
6810
7244
|
"syntax": "auto | none | visiblePainted | visibleFill | visibleStroke | visible | painted | fill | stroke | all | inherit",
|
|
6811
7245
|
"media": "visual",
|
|
@@ -6888,7 +7322,7 @@
|
|
|
6888
7322
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/right"
|
|
6889
7323
|
},
|
|
6890
7324
|
"rotate": {
|
|
6891
|
-
"syntax": "none | [ x | y | z | <number>{3} ]
|
|
7325
|
+
"syntax": "none | <angle> | [ x | y | z | <number>{3} ] && <angle>",
|
|
6892
7326
|
"media": "visual",
|
|
6893
7327
|
"inherited": false,
|
|
6894
7328
|
"animationType": "transform",
|
|
@@ -6984,21 +7418,421 @@
|
|
|
6984
7418
|
"status": "standard",
|
|
6985
7419
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scale"
|
|
6986
7420
|
},
|
|
6987
|
-
"
|
|
6988
|
-
"syntax": "auto |
|
|
7421
|
+
"scrollbar-color": {
|
|
7422
|
+
"syntax": "auto | dark | light | <color>{2}",
|
|
6989
7423
|
"media": "visual",
|
|
6990
|
-
"inherited":
|
|
6991
|
-
"animationType": "
|
|
7424
|
+
"inherited": true,
|
|
7425
|
+
"animationType": "color",
|
|
6992
7426
|
"percentages": "no",
|
|
6993
7427
|
"groups": [
|
|
6994
|
-
"
|
|
7428
|
+
"CSS Scrollbars"
|
|
6995
7429
|
],
|
|
6996
7430
|
"initial": "auto",
|
|
6997
7431
|
"appliesto": "scrollingBoxes",
|
|
6998
7432
|
"computed": "asSpecified",
|
|
6999
|
-
"order": "
|
|
7433
|
+
"order": "perGrammar",
|
|
7000
7434
|
"status": "standard",
|
|
7001
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/
|
|
7435
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-color"
|
|
7436
|
+
},
|
|
7437
|
+
"scrollbar-width": {
|
|
7438
|
+
"syntax": "auto | thin | none",
|
|
7439
|
+
"media": "visual",
|
|
7440
|
+
"inherited": false,
|
|
7441
|
+
"animationType": "discrete",
|
|
7442
|
+
"percentages": "no",
|
|
7443
|
+
"groups": [
|
|
7444
|
+
"CSS Scrollbars"
|
|
7445
|
+
],
|
|
7446
|
+
"initial": "auto",
|
|
7447
|
+
"appliesto": "scrollingBoxes",
|
|
7448
|
+
"computed": "asSpecified",
|
|
7449
|
+
"order": "perGrammar",
|
|
7450
|
+
"status": "standard",
|
|
7451
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-width"
|
|
7452
|
+
},
|
|
7453
|
+
"scroll-behavior": {
|
|
7454
|
+
"syntax": "auto | smooth",
|
|
7455
|
+
"media": "visual",
|
|
7456
|
+
"inherited": false,
|
|
7457
|
+
"animationType": "discrete",
|
|
7458
|
+
"percentages": "no",
|
|
7459
|
+
"groups": [
|
|
7460
|
+
"CSSOM View"
|
|
7461
|
+
],
|
|
7462
|
+
"initial": "auto",
|
|
7463
|
+
"appliesto": "scrollingBoxes",
|
|
7464
|
+
"computed": "asSpecified",
|
|
7465
|
+
"order": "uniqueOrder",
|
|
7466
|
+
"status": "standard",
|
|
7467
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-behavior"
|
|
7468
|
+
},
|
|
7469
|
+
"scroll-margin": {
|
|
7470
|
+
"syntax": "<length>{1,4}",
|
|
7471
|
+
"media": "visual",
|
|
7472
|
+
"inherited": false,
|
|
7473
|
+
"animationType": "byComputedValueType",
|
|
7474
|
+
"percentages": "no",
|
|
7475
|
+
"groups": [
|
|
7476
|
+
"CSS Scroll Snap"
|
|
7477
|
+
],
|
|
7478
|
+
"initial": "0",
|
|
7479
|
+
"appliesto": "allElements",
|
|
7480
|
+
"computed": "asSpecified",
|
|
7481
|
+
"order": "perGrammar",
|
|
7482
|
+
"status": "standard",
|
|
7483
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin"
|
|
7484
|
+
},
|
|
7485
|
+
"scroll-margin-block": {
|
|
7486
|
+
"syntax": "<length>{1,2}",
|
|
7487
|
+
"media": "visual",
|
|
7488
|
+
"inherited": false,
|
|
7489
|
+
"animationType": "byComputedValueType",
|
|
7490
|
+
"percentages": "no",
|
|
7491
|
+
"groups": [
|
|
7492
|
+
"CSS Scroll Snap"
|
|
7493
|
+
],
|
|
7494
|
+
"initial": "0",
|
|
7495
|
+
"appliesto": "allElements",
|
|
7496
|
+
"computed": "asSpecified",
|
|
7497
|
+
"order": "perGrammar",
|
|
7498
|
+
"status": "standard",
|
|
7499
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block"
|
|
7500
|
+
},
|
|
7501
|
+
"scroll-margin-block-start": {
|
|
7502
|
+
"syntax": "<length>",
|
|
7503
|
+
"media": "visual",
|
|
7504
|
+
"inherited": false,
|
|
7505
|
+
"animationType": "byComputedValueType",
|
|
7506
|
+
"percentages": "no",
|
|
7507
|
+
"groups": [
|
|
7508
|
+
"CSS Scroll Snap"
|
|
7509
|
+
],
|
|
7510
|
+
"initial": "0",
|
|
7511
|
+
"appliesto": "allElements",
|
|
7512
|
+
"computed": "asSpecified",
|
|
7513
|
+
"order": "perGrammar",
|
|
7514
|
+
"status": "standard",
|
|
7515
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-start"
|
|
7516
|
+
},
|
|
7517
|
+
"scroll-margin-block-end": {
|
|
7518
|
+
"syntax": "<length>",
|
|
7519
|
+
"media": "visual",
|
|
7520
|
+
"inherited": false,
|
|
7521
|
+
"animationType": "byComputedValueType",
|
|
7522
|
+
"percentages": "no",
|
|
7523
|
+
"groups": [
|
|
7524
|
+
"CSS Scroll Snap"
|
|
7525
|
+
],
|
|
7526
|
+
"initial": "0",
|
|
7527
|
+
"appliesto": "allElements",
|
|
7528
|
+
"computed": "asSpecified",
|
|
7529
|
+
"order": "perGrammar",
|
|
7530
|
+
"status": "standard",
|
|
7531
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-end"
|
|
7532
|
+
},
|
|
7533
|
+
"scroll-margin-bottom": {
|
|
7534
|
+
"syntax": "<length>",
|
|
7535
|
+
"media": "visual",
|
|
7536
|
+
"inherited": false,
|
|
7537
|
+
"animationType": "byComputedValueType",
|
|
7538
|
+
"percentages": "no",
|
|
7539
|
+
"groups": [
|
|
7540
|
+
"CSS Scroll Snap"
|
|
7541
|
+
],
|
|
7542
|
+
"initial": "0",
|
|
7543
|
+
"appliesto": "allElements",
|
|
7544
|
+
"computed": "asSpecified",
|
|
7545
|
+
"order": "perGrammar",
|
|
7546
|
+
"status": "standard",
|
|
7547
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-bottom"
|
|
7548
|
+
},
|
|
7549
|
+
"scroll-margin-inline": {
|
|
7550
|
+
"syntax": "<length>{1,2}",
|
|
7551
|
+
"media": "visual",
|
|
7552
|
+
"inherited": false,
|
|
7553
|
+
"animationType": "byComputedValueType",
|
|
7554
|
+
"percentages": "no",
|
|
7555
|
+
"groups": [
|
|
7556
|
+
"CSS Scroll Snap"
|
|
7557
|
+
],
|
|
7558
|
+
"initial": "0",
|
|
7559
|
+
"appliesto": "allElements",
|
|
7560
|
+
"computed": "asSpecified",
|
|
7561
|
+
"order": "perGrammar",
|
|
7562
|
+
"status": "standard",
|
|
7563
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline"
|
|
7564
|
+
},
|
|
7565
|
+
"scroll-margin-inline-start": {
|
|
7566
|
+
"syntax": "<length>",
|
|
7567
|
+
"media": "visual",
|
|
7568
|
+
"inherited": false,
|
|
7569
|
+
"animationType": "byComputedValueType",
|
|
7570
|
+
"percentages": "no",
|
|
7571
|
+
"groups": [
|
|
7572
|
+
"CSS Scroll Snap"
|
|
7573
|
+
],
|
|
7574
|
+
"initial": "0",
|
|
7575
|
+
"appliesto": "allElements",
|
|
7576
|
+
"computed": "asSpecified",
|
|
7577
|
+
"order": "perGrammar",
|
|
7578
|
+
"status": "standard",
|
|
7579
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-start"
|
|
7580
|
+
},
|
|
7581
|
+
"scroll-margin-inline-end": {
|
|
7582
|
+
"syntax": "<length>",
|
|
7583
|
+
"media": "visual",
|
|
7584
|
+
"inherited": false,
|
|
7585
|
+
"animationType": "byComputedValueType",
|
|
7586
|
+
"percentages": "no",
|
|
7587
|
+
"groups": [
|
|
7588
|
+
"CSS Scroll Snap"
|
|
7589
|
+
],
|
|
7590
|
+
"initial": "0",
|
|
7591
|
+
"appliesto": "allElements",
|
|
7592
|
+
"computed": "asSpecified",
|
|
7593
|
+
"order": "perGrammar",
|
|
7594
|
+
"status": "standard",
|
|
7595
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-end"
|
|
7596
|
+
},
|
|
7597
|
+
"scroll-margin-left": {
|
|
7598
|
+
"syntax": "<length>",
|
|
7599
|
+
"media": "visual",
|
|
7600
|
+
"inherited": false,
|
|
7601
|
+
"animationType": "byComputedValueType",
|
|
7602
|
+
"percentages": "no",
|
|
7603
|
+
"groups": [
|
|
7604
|
+
"CSS Scroll Snap"
|
|
7605
|
+
],
|
|
7606
|
+
"initial": "0",
|
|
7607
|
+
"appliesto": "allElements",
|
|
7608
|
+
"computed": "asSpecified",
|
|
7609
|
+
"order": "perGrammar",
|
|
7610
|
+
"status": "standard",
|
|
7611
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-left"
|
|
7612
|
+
},
|
|
7613
|
+
"scroll-margin-right": {
|
|
7614
|
+
"syntax": "<length>",
|
|
7615
|
+
"media": "visual",
|
|
7616
|
+
"inherited": false,
|
|
7617
|
+
"animationType": "byComputedValueType",
|
|
7618
|
+
"percentages": "no",
|
|
7619
|
+
"groups": [
|
|
7620
|
+
"CSS Scroll Snap"
|
|
7621
|
+
],
|
|
7622
|
+
"initial": "0",
|
|
7623
|
+
"appliesto": "allElements",
|
|
7624
|
+
"computed": "asSpecified",
|
|
7625
|
+
"order": "perGrammar",
|
|
7626
|
+
"status": "standard",
|
|
7627
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-right"
|
|
7628
|
+
},
|
|
7629
|
+
"scroll-margin-top": {
|
|
7630
|
+
"syntax": "<length>",
|
|
7631
|
+
"media": "visual",
|
|
7632
|
+
"inherited": false,
|
|
7633
|
+
"animationType": "byComputedValueType",
|
|
7634
|
+
"percentages": "no",
|
|
7635
|
+
"groups": [
|
|
7636
|
+
"CSS Scroll Snap"
|
|
7637
|
+
],
|
|
7638
|
+
"initial": "0",
|
|
7639
|
+
"appliesto": "allElements",
|
|
7640
|
+
"computed": "asSpecified",
|
|
7641
|
+
"order": "perGrammar",
|
|
7642
|
+
"status": "standard",
|
|
7643
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-top"
|
|
7644
|
+
},
|
|
7645
|
+
"scroll-padding": {
|
|
7646
|
+
"syntax": "[ auto | <length-percentage> ]{1,4}",
|
|
7647
|
+
"media": "visual",
|
|
7648
|
+
"inherited": false,
|
|
7649
|
+
"animationType": "byComputedValueType",
|
|
7650
|
+
"percentages": "relativeToTheScrollContainersScrollport",
|
|
7651
|
+
"groups": [
|
|
7652
|
+
"CSS Scroll Snap"
|
|
7653
|
+
],
|
|
7654
|
+
"initial": "auto",
|
|
7655
|
+
"appliesto": "scrollContainers",
|
|
7656
|
+
"computed": "asSpecified",
|
|
7657
|
+
"order": "perGrammar",
|
|
7658
|
+
"status": "standard",
|
|
7659
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding"
|
|
7660
|
+
},
|
|
7661
|
+
"scroll-padding-block": {
|
|
7662
|
+
"syntax": "[ auto | <length-percentage> ]{1,2}",
|
|
7663
|
+
"media": "visual",
|
|
7664
|
+
"inherited": false,
|
|
7665
|
+
"animationType": "byComputedValueType",
|
|
7666
|
+
"percentages": "relativeToTheScrollContainersScrollport",
|
|
7667
|
+
"groups": [
|
|
7668
|
+
"CSS Scroll Snap"
|
|
7669
|
+
],
|
|
7670
|
+
"initial": "auto",
|
|
7671
|
+
"appliesto": "scrollContainers",
|
|
7672
|
+
"computed": "asSpecified",
|
|
7673
|
+
"order": "perGrammar",
|
|
7674
|
+
"status": "standard",
|
|
7675
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block"
|
|
7676
|
+
},
|
|
7677
|
+
"scroll-padding-block-start": {
|
|
7678
|
+
"syntax": "auto | <length-percentage>",
|
|
7679
|
+
"media": "visual",
|
|
7680
|
+
"inherited": false,
|
|
7681
|
+
"animationType": "byComputedValueType",
|
|
7682
|
+
"percentages": "relativeToTheScrollContainersScrollport",
|
|
7683
|
+
"groups": [
|
|
7684
|
+
"CSS Scroll Snap"
|
|
7685
|
+
],
|
|
7686
|
+
"initial": "auto",
|
|
7687
|
+
"appliesto": "scrollContainers",
|
|
7688
|
+
"computed": "asSpecified",
|
|
7689
|
+
"order": "perGrammar",
|
|
7690
|
+
"status": "standard",
|
|
7691
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-start"
|
|
7692
|
+
},
|
|
7693
|
+
"scroll-padding-block-end": {
|
|
7694
|
+
"syntax": "auto | <length-percentage>",
|
|
7695
|
+
"media": "visual",
|
|
7696
|
+
"inherited": false,
|
|
7697
|
+
"animationType": "byComputedValueType",
|
|
7698
|
+
"percentages": "relativeToTheScrollContainersScrollport",
|
|
7699
|
+
"groups": [
|
|
7700
|
+
"CSS Scroll Snap"
|
|
7701
|
+
],
|
|
7702
|
+
"initial": "auto",
|
|
7703
|
+
"appliesto": "scrollContainers",
|
|
7704
|
+
"computed": "asSpecified",
|
|
7705
|
+
"order": "perGrammar",
|
|
7706
|
+
"status": "standard",
|
|
7707
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-end"
|
|
7708
|
+
},
|
|
7709
|
+
"scroll-padding-bottom": {
|
|
7710
|
+
"syntax": "auto | <length-percentage>",
|
|
7711
|
+
"media": "visual",
|
|
7712
|
+
"inherited": false,
|
|
7713
|
+
"animationType": "byComputedValueType",
|
|
7714
|
+
"percentages": "relativeToTheScrollContainersScrollport",
|
|
7715
|
+
"groups": [
|
|
7716
|
+
"CSS Scroll Snap"
|
|
7717
|
+
],
|
|
7718
|
+
"initial": "auto",
|
|
7719
|
+
"appliesto": "scrollContainers",
|
|
7720
|
+
"computed": "asSpecified",
|
|
7721
|
+
"order": "perGrammar",
|
|
7722
|
+
"status": "standard",
|
|
7723
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-bottom"
|
|
7724
|
+
},
|
|
7725
|
+
"scroll-padding-inline": {
|
|
7726
|
+
"syntax": "[ auto | <length-percentage> ]{1,2}",
|
|
7727
|
+
"media": "visual",
|
|
7728
|
+
"inherited": false,
|
|
7729
|
+
"animationType": "byComputedValueType",
|
|
7730
|
+
"percentages": "relativeToTheScrollContainersScrollport",
|
|
7731
|
+
"groups": [
|
|
7732
|
+
"CSS Scroll Snap"
|
|
7733
|
+
],
|
|
7734
|
+
"initial": "auto",
|
|
7735
|
+
"appliesto": "scrollContainers",
|
|
7736
|
+
"computed": "asSpecified",
|
|
7737
|
+
"order": "perGrammar",
|
|
7738
|
+
"status": "standard",
|
|
7739
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline"
|
|
7740
|
+
},
|
|
7741
|
+
"scroll-padding-inline-start": {
|
|
7742
|
+
"syntax": "auto | <length-percentage>",
|
|
7743
|
+
"media": "visual",
|
|
7744
|
+
"inherited": false,
|
|
7745
|
+
"animationType": "byComputedValueType",
|
|
7746
|
+
"percentages": "relativeToTheScrollContainersScrollport",
|
|
7747
|
+
"groups": [
|
|
7748
|
+
"CSS Scroll Snap"
|
|
7749
|
+
],
|
|
7750
|
+
"initial": "auto",
|
|
7751
|
+
"appliesto": "scrollContainers",
|
|
7752
|
+
"computed": "asSpecified",
|
|
7753
|
+
"order": "perGrammar",
|
|
7754
|
+
"status": "standard",
|
|
7755
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-start"
|
|
7756
|
+
},
|
|
7757
|
+
"scroll-padding-inline-end": {
|
|
7758
|
+
"syntax": "auto | <length-percentage>",
|
|
7759
|
+
"media": "visual",
|
|
7760
|
+
"inherited": false,
|
|
7761
|
+
"animationType": "byComputedValueType",
|
|
7762
|
+
"percentages": "relativeToTheScrollContainersScrollport",
|
|
7763
|
+
"groups": [
|
|
7764
|
+
"CSS Scroll Snap"
|
|
7765
|
+
],
|
|
7766
|
+
"initial": "auto",
|
|
7767
|
+
"appliesto": "scrollContainers",
|
|
7768
|
+
"computed": "asSpecified",
|
|
7769
|
+
"order": "perGrammar",
|
|
7770
|
+
"status": "standard",
|
|
7771
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-end"
|
|
7772
|
+
},
|
|
7773
|
+
"scroll-padding-left": {
|
|
7774
|
+
"syntax": "auto | <length-percentage>",
|
|
7775
|
+
"media": "visual",
|
|
7776
|
+
"inherited": false,
|
|
7777
|
+
"animationType": "byComputedValueType",
|
|
7778
|
+
"percentages": "relativeToTheScrollContainersScrollport",
|
|
7779
|
+
"groups": [
|
|
7780
|
+
"CSS Scroll Snap"
|
|
7781
|
+
],
|
|
7782
|
+
"initial": "auto",
|
|
7783
|
+
"appliesto": "scrollContainers",
|
|
7784
|
+
"computed": "asSpecified",
|
|
7785
|
+
"order": "perGrammar",
|
|
7786
|
+
"status": "standard",
|
|
7787
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-left"
|
|
7788
|
+
},
|
|
7789
|
+
"scroll-padding-right": {
|
|
7790
|
+
"syntax": "auto | <length-percentage>",
|
|
7791
|
+
"media": "visual",
|
|
7792
|
+
"inherited": false,
|
|
7793
|
+
"animationType": "byComputedValueType",
|
|
7794
|
+
"percentages": "relativeToTheScrollContainersScrollport",
|
|
7795
|
+
"groups": [
|
|
7796
|
+
"CSS Scroll Snap"
|
|
7797
|
+
],
|
|
7798
|
+
"initial": "auto",
|
|
7799
|
+
"appliesto": "scrollContainers",
|
|
7800
|
+
"computed": "asSpecified",
|
|
7801
|
+
"order": "perGrammar",
|
|
7802
|
+
"status": "standard",
|
|
7803
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-right"
|
|
7804
|
+
},
|
|
7805
|
+
"scroll-padding-top": {
|
|
7806
|
+
"syntax": "auto | <length-percentage>",
|
|
7807
|
+
"media": "visual",
|
|
7808
|
+
"inherited": false,
|
|
7809
|
+
"animationType": "byComputedValueType",
|
|
7810
|
+
"percentages": "relativeToTheScrollContainersScrollport",
|
|
7811
|
+
"groups": [
|
|
7812
|
+
"CSS Scroll Snap"
|
|
7813
|
+
],
|
|
7814
|
+
"initial": "auto",
|
|
7815
|
+
"appliesto": "scrollContainers",
|
|
7816
|
+
"computed": "asSpecified",
|
|
7817
|
+
"order": "perGrammar",
|
|
7818
|
+
"status": "standard",
|
|
7819
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-top"
|
|
7820
|
+
},
|
|
7821
|
+
"scroll-snap-align": {
|
|
7822
|
+
"syntax": "[ none | start | end | center ]{1,2}",
|
|
7823
|
+
"media": "visual",
|
|
7824
|
+
"inherited": false,
|
|
7825
|
+
"animationType": "discrete",
|
|
7826
|
+
"percentages": "no",
|
|
7827
|
+
"groups": [
|
|
7828
|
+
"CSS Scroll Snap"
|
|
7829
|
+
],
|
|
7830
|
+
"initial": "none",
|
|
7831
|
+
"appliesto": "allElements",
|
|
7832
|
+
"computed": "asSpecified",
|
|
7833
|
+
"order": "perGrammar",
|
|
7834
|
+
"status": "standard",
|
|
7835
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-align"
|
|
7002
7836
|
},
|
|
7003
7837
|
"scroll-snap-coordinate": {
|
|
7004
7838
|
"syntax": "none | <position>#",
|
|
@@ -7064,8 +7898,24 @@
|
|
|
7064
7898
|
"status": "obsolete",
|
|
7065
7899
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-points-y"
|
|
7066
7900
|
},
|
|
7901
|
+
"scroll-snap-stop": {
|
|
7902
|
+
"syntax": "normal | always",
|
|
7903
|
+
"media": "visual",
|
|
7904
|
+
"inherited": false,
|
|
7905
|
+
"animationType": "discrete",
|
|
7906
|
+
"percentages": "no",
|
|
7907
|
+
"groups": [
|
|
7908
|
+
"CSS Scroll Snap"
|
|
7909
|
+
],
|
|
7910
|
+
"initial": "normal",
|
|
7911
|
+
"appliesto": "allElements",
|
|
7912
|
+
"computed": "asSpecified",
|
|
7913
|
+
"order": "perGrammar",
|
|
7914
|
+
"status": "standard",
|
|
7915
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-stop"
|
|
7916
|
+
},
|
|
7067
7917
|
"scroll-snap-type": {
|
|
7068
|
-
"syntax": "none | mandatory | proximity",
|
|
7918
|
+
"syntax": "none | [ x | y | block | inline | both ] [ mandatory | proximity ]?",
|
|
7069
7919
|
"media": "interactive",
|
|
7070
7920
|
"inherited": false,
|
|
7071
7921
|
"animationType": "discrete",
|
|
@@ -7074,7 +7924,7 @@
|
|
|
7074
7924
|
"CSS Scroll Snap"
|
|
7075
7925
|
],
|
|
7076
7926
|
"initial": "none",
|
|
7077
|
-
"appliesto": "
|
|
7927
|
+
"appliesto": "allElements",
|
|
7078
7928
|
"computed": "asSpecified",
|
|
7079
7929
|
"order": "uniqueOrder",
|
|
7080
7930
|
"status": "standard",
|
|
@@ -7093,7 +7943,7 @@
|
|
|
7093
7943
|
"appliesto": "scrollContainers",
|
|
7094
7944
|
"computed": "asSpecified",
|
|
7095
7945
|
"order": "uniqueOrder",
|
|
7096
|
-
"status": "
|
|
7946
|
+
"status": "obsolete",
|
|
7097
7947
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type-x"
|
|
7098
7948
|
},
|
|
7099
7949
|
"scroll-snap-type-y": {
|
|
@@ -7109,7 +7959,7 @@
|
|
|
7109
7959
|
"appliesto": "scrollContainers",
|
|
7110
7960
|
"computed": "asSpecified",
|
|
7111
7961
|
"order": "uniqueOrder",
|
|
7112
|
-
"status": "
|
|
7962
|
+
"status": "obsolete",
|
|
7113
7963
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type-y"
|
|
7114
7964
|
},
|
|
7115
7965
|
"shape-image-threshold": {
|
|
@@ -7565,7 +8415,7 @@
|
|
|
7565
8415
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-size-adjust"
|
|
7566
8416
|
},
|
|
7567
8417
|
"text-transform": {
|
|
7568
|
-
"syntax": "none | capitalize | uppercase | lowercase | full-width",
|
|
8418
|
+
"syntax": "none | capitalize | uppercase | lowercase | full-width | full-size-kana",
|
|
7569
8419
|
"media": "visual",
|
|
7570
8420
|
"inherited": true,
|
|
7571
8421
|
"animationType": "discrete",
|
|
@@ -7774,7 +8624,7 @@
|
|
|
7774
8624
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transition-property"
|
|
7775
8625
|
},
|
|
7776
8626
|
"transition-timing-function": {
|
|
7777
|
-
"syntax": "<
|
|
8627
|
+
"syntax": "<timing-function>#",
|
|
7778
8628
|
"media": "interactive",
|
|
7779
8629
|
"inherited": false,
|
|
7780
8630
|
"animationType": "discrete",
|
|
@@ -7986,7 +8836,7 @@
|
|
|
7986
8836
|
"CSS Text"
|
|
7987
8837
|
],
|
|
7988
8838
|
"initial": "normal",
|
|
7989
|
-
"appliesto": "
|
|
8839
|
+
"appliesto": "nonReplacedInlineElements",
|
|
7990
8840
|
"computed": "asSpecified",
|
|
7991
8841
|
"order": "uniqueOrder",
|
|
7992
8842
|
"status": "standard",
|