mdn-data 2.25.0 → 2.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/at-rules.json +1 -1
- package/css/properties.json +674 -18
- package/css/properties.schema.json +9 -0
- package/css/syntaxes.json +14 -5
- package/l10n/css.json +335 -154
- package/package.json +2 -2
package/css/properties.json
CHANGED
|
@@ -2383,6 +2383,22 @@
|
|
|
2383
2383
|
"order": "perGrammar",
|
|
2384
2384
|
"status": "standard"
|
|
2385
2385
|
},
|
|
2386
|
+
"baseline-source": {
|
|
2387
|
+
"syntax": "auto | first | last",
|
|
2388
|
+
"media": "visual",
|
|
2389
|
+
"inherited": false,
|
|
2390
|
+
"animationType": "discrete",
|
|
2391
|
+
"percentages": "no",
|
|
2392
|
+
"groups": [
|
|
2393
|
+
"CSS Inline"
|
|
2394
|
+
],
|
|
2395
|
+
"initial": "auto",
|
|
2396
|
+
"appliesto": "inlineLevelBoxes",
|
|
2397
|
+
"computed": "asSpecified",
|
|
2398
|
+
"order": "perGrammar",
|
|
2399
|
+
"status": "standard",
|
|
2400
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/baseline-source"
|
|
2401
|
+
},
|
|
2386
2402
|
"block-size": {
|
|
2387
2403
|
"syntax": "<'width'>",
|
|
2388
2404
|
"media": "visual",
|
|
@@ -2913,7 +2929,7 @@
|
|
|
2913
2929
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-image"
|
|
2914
2930
|
},
|
|
2915
2931
|
"border-image-outset": {
|
|
2916
|
-
"syntax": "[ <length [0,∞]> | <number [0,∞]> ]{1,4}
|
|
2932
|
+
"syntax": "[ <length [0,∞]> | <number [0,∞]> ]{1,4}",
|
|
2917
2933
|
"media": "visual",
|
|
2918
2934
|
"inherited": false,
|
|
2919
2935
|
"animationType": "byComputedValueType",
|
|
@@ -2951,7 +2967,7 @@
|
|
|
2951
2967
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-image-repeat"
|
|
2952
2968
|
},
|
|
2953
2969
|
"border-image-slice": {
|
|
2954
|
-
"syntax": "[ <number [0,∞]> | <percentage [0,∞]> ]{1,4}
|
|
2970
|
+
"syntax": "[ <number [0,∞]> | <percentage [0,∞]> ]{1,4} && fill?",
|
|
2955
2971
|
"media": "visual",
|
|
2956
2972
|
"inherited": false,
|
|
2957
2973
|
"animationType": "byComputedValueType",
|
|
@@ -3957,11 +3973,12 @@
|
|
|
3957
3973
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/caption-side"
|
|
3958
3974
|
},
|
|
3959
3975
|
"caret": {
|
|
3960
|
-
"syntax": "<'caret-color'> || <'caret-shape'>",
|
|
3976
|
+
"syntax": "<'caret-color'> || <'caret-animation'> || <'caret-shape'>",
|
|
3961
3977
|
"media": "interactive",
|
|
3962
3978
|
"inherited": true,
|
|
3963
3979
|
"animationType": [
|
|
3964
3980
|
"caret-color",
|
|
3981
|
+
"caret-animation",
|
|
3965
3982
|
"caret-shape"
|
|
3966
3983
|
],
|
|
3967
3984
|
"percentages": "no",
|
|
@@ -3970,16 +3987,34 @@
|
|
|
3970
3987
|
],
|
|
3971
3988
|
"initial": [
|
|
3972
3989
|
"caret-color",
|
|
3990
|
+
"caret-animation",
|
|
3973
3991
|
"caret-shape"
|
|
3974
3992
|
],
|
|
3975
|
-
"appliesto": "
|
|
3993
|
+
"appliesto": "textOrElementsThatAcceptInput",
|
|
3976
3994
|
"computed": [
|
|
3977
3995
|
"caret-color",
|
|
3996
|
+
"caret-animation",
|
|
3978
3997
|
"caret-shape"
|
|
3979
3998
|
],
|
|
3980
3999
|
"order": "perGrammar",
|
|
3981
4000
|
"status": "standard"
|
|
3982
4001
|
},
|
|
4002
|
+
"caret-animation": {
|
|
4003
|
+
"syntax": "auto | manual",
|
|
4004
|
+
"media": "interactive",
|
|
4005
|
+
"inherited": true,
|
|
4006
|
+
"animationType": "discrete",
|
|
4007
|
+
"percentages": "no",
|
|
4008
|
+
"groups": [
|
|
4009
|
+
"CSS Basic User Interface"
|
|
4010
|
+
],
|
|
4011
|
+
"initial": "auto",
|
|
4012
|
+
"appliesto": "textOrElementsThatAcceptInput",
|
|
4013
|
+
"computed": "asSpecified",
|
|
4014
|
+
"order": "perGrammar",
|
|
4015
|
+
"status": "standard",
|
|
4016
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/caret-animation"
|
|
4017
|
+
},
|
|
3983
4018
|
"caret-color": {
|
|
3984
4019
|
"syntax": "auto | <color>",
|
|
3985
4020
|
"media": "interactive",
|
|
@@ -3990,7 +4025,7 @@
|
|
|
3990
4025
|
"CSS Basic User Interface"
|
|
3991
4026
|
],
|
|
3992
4027
|
"initial": "auto",
|
|
3993
|
-
"appliesto": "
|
|
4028
|
+
"appliesto": "textOrElementsThatAcceptInput",
|
|
3994
4029
|
"computed": "asAutoOrColor",
|
|
3995
4030
|
"order": "perGrammar",
|
|
3996
4031
|
"status": "standard",
|
|
@@ -4006,7 +4041,7 @@
|
|
|
4006
4041
|
"CSS Basic User Interface"
|
|
4007
4042
|
],
|
|
4008
4043
|
"initial": "auto",
|
|
4009
|
-
"appliesto": "
|
|
4044
|
+
"appliesto": "textOrElementsThatAcceptInput",
|
|
4010
4045
|
"computed": "asSpecified",
|
|
4011
4046
|
"order": "perGrammar",
|
|
4012
4047
|
"status": "standard"
|
|
@@ -4177,6 +4212,23 @@
|
|
|
4177
4212
|
"status": "standard",
|
|
4178
4213
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/column-gap"
|
|
4179
4214
|
},
|
|
4215
|
+
"column-height": {
|
|
4216
|
+
"syntax": "auto | <length [0,∞]>",
|
|
4217
|
+
"media": "visual",
|
|
4218
|
+
"inherited": false,
|
|
4219
|
+
"animationType": "byComputedValueType",
|
|
4220
|
+
"percentages": "no",
|
|
4221
|
+
"groups": [
|
|
4222
|
+
"CSS Box Sizing",
|
|
4223
|
+
"CSS Multi-column Layout"
|
|
4224
|
+
],
|
|
4225
|
+
"initial": "auto",
|
|
4226
|
+
"appliesto": "blockContainersExceptTableWrappers",
|
|
4227
|
+
"computed": "autoOrAbsoluteLength",
|
|
4228
|
+
"order": "perGrammar",
|
|
4229
|
+
"status": "standard",
|
|
4230
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/column-height"
|
|
4231
|
+
},
|
|
4180
4232
|
"column-rule": {
|
|
4181
4233
|
"syntax": "<'column-rule-width'> || <'column-rule-style'> || <'column-rule-color'>",
|
|
4182
4234
|
"media": "visual",
|
|
@@ -4270,10 +4322,10 @@
|
|
|
4270
4322
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/column-span"
|
|
4271
4323
|
},
|
|
4272
4324
|
"column-width": {
|
|
4273
|
-
"syntax": "<length>
|
|
4325
|
+
"syntax": "auto | <length [0,∞]>",
|
|
4274
4326
|
"media": "visual",
|
|
4275
4327
|
"inherited": false,
|
|
4276
|
-
"animationType": "
|
|
4328
|
+
"animationType": "byComputedValueType",
|
|
4277
4329
|
"percentages": "no",
|
|
4278
4330
|
"groups": [
|
|
4279
4331
|
"CSS Box Sizing",
|
|
@@ -4281,18 +4333,36 @@
|
|
|
4281
4333
|
],
|
|
4282
4334
|
"initial": "auto",
|
|
4283
4335
|
"appliesto": "blockContainersExceptTableWrappers",
|
|
4284
|
-
"computed": "
|
|
4336
|
+
"computed": "autoOrAbsoluteLength",
|
|
4285
4337
|
"order": "perGrammar",
|
|
4286
4338
|
"status": "standard",
|
|
4287
4339
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/column-width"
|
|
4288
4340
|
},
|
|
4341
|
+
"column-wrap": {
|
|
4342
|
+
"syntax": "auto | nowrap | wrap",
|
|
4343
|
+
"media": "visual",
|
|
4344
|
+
"inherited": false,
|
|
4345
|
+
"animationType": "discrete",
|
|
4346
|
+
"percentages": "no",
|
|
4347
|
+
"groups": [
|
|
4348
|
+
"CSS Box Sizing",
|
|
4349
|
+
"CSS Multi-column Layout"
|
|
4350
|
+
],
|
|
4351
|
+
"initial": "auto",
|
|
4352
|
+
"appliesto": "multicolElements",
|
|
4353
|
+
"computed": "asSpecified",
|
|
4354
|
+
"order": "perGrammar",
|
|
4355
|
+
"status": "standard",
|
|
4356
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/column-wrap"
|
|
4357
|
+
},
|
|
4289
4358
|
"columns": {
|
|
4290
|
-
"syntax": "<'column-width'> || <'column-count'>",
|
|
4359
|
+
"syntax": "[ <'column-width'> || <'column-count'> ] [ / <'column-height'> ]?",
|
|
4291
4360
|
"media": "visual",
|
|
4292
4361
|
"inherited": false,
|
|
4293
4362
|
"animationType": [
|
|
4294
4363
|
"column-width",
|
|
4295
|
-
"column-count"
|
|
4364
|
+
"column-count",
|
|
4365
|
+
"column-height"
|
|
4296
4366
|
],
|
|
4297
4367
|
"percentages": "no",
|
|
4298
4368
|
"groups": [
|
|
@@ -4300,12 +4370,14 @@
|
|
|
4300
4370
|
],
|
|
4301
4371
|
"initial": [
|
|
4302
4372
|
"column-width",
|
|
4303
|
-
"column-count"
|
|
4373
|
+
"column-count",
|
|
4374
|
+
"column-height"
|
|
4304
4375
|
],
|
|
4305
4376
|
"appliesto": "blockContainersExceptTableWrappers",
|
|
4306
4377
|
"computed": [
|
|
4307
4378
|
"column-width",
|
|
4308
|
-
"column-count"
|
|
4379
|
+
"column-count",
|
|
4380
|
+
"column-height"
|
|
4309
4381
|
],
|
|
4310
4382
|
"order": "perGrammar",
|
|
4311
4383
|
"status": "standard",
|
|
@@ -4508,6 +4580,416 @@
|
|
|
4508
4580
|
"status": "standard",
|
|
4509
4581
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/content-visibility"
|
|
4510
4582
|
},
|
|
4583
|
+
"corner-block-end-shape": {
|
|
4584
|
+
"syntax": "<corner-shape-value>{1,2}",
|
|
4585
|
+
"media": "visual",
|
|
4586
|
+
"inherited": false,
|
|
4587
|
+
"animationType": [
|
|
4588
|
+
"corner-end-start-shape",
|
|
4589
|
+
"corner-end-end-shape"
|
|
4590
|
+
],
|
|
4591
|
+
"percentages": "no",
|
|
4592
|
+
"groups": [
|
|
4593
|
+
"CSS Backgrounds and Borders"
|
|
4594
|
+
],
|
|
4595
|
+
"initial": [
|
|
4596
|
+
"corner-end-start-shape",
|
|
4597
|
+
"corner-end-end-shape"
|
|
4598
|
+
],
|
|
4599
|
+
"appliesto": "allElements",
|
|
4600
|
+
"computed": [
|
|
4601
|
+
"corner-end-start-shape",
|
|
4602
|
+
"corner-end-end-shape"
|
|
4603
|
+
],
|
|
4604
|
+
"order": "perGrammar",
|
|
4605
|
+
"alsoAppliesTo": [
|
|
4606
|
+
"::first-letter"
|
|
4607
|
+
],
|
|
4608
|
+
"status": "standard",
|
|
4609
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-block-end-shape"
|
|
4610
|
+
},
|
|
4611
|
+
"corner-block-start-shape": {
|
|
4612
|
+
"syntax": "<corner-shape-value>{1,2}",
|
|
4613
|
+
"media": "visual",
|
|
4614
|
+
"inherited": false,
|
|
4615
|
+
"animationType": [
|
|
4616
|
+
"corner-start-start-shape",
|
|
4617
|
+
"corner-start-end-shape"
|
|
4618
|
+
],
|
|
4619
|
+
"percentages": "no",
|
|
4620
|
+
"groups": [
|
|
4621
|
+
"CSS Backgrounds and Borders"
|
|
4622
|
+
],
|
|
4623
|
+
"initial": [
|
|
4624
|
+
"corner-start-start-shape",
|
|
4625
|
+
"corner-start-end-shape"
|
|
4626
|
+
],
|
|
4627
|
+
"appliesto": "allElements",
|
|
4628
|
+
"computed": [
|
|
4629
|
+
"corner-start-start-shape",
|
|
4630
|
+
"corner-start-end-shape"
|
|
4631
|
+
],
|
|
4632
|
+
"order": "perGrammar",
|
|
4633
|
+
"alsoAppliesTo": [
|
|
4634
|
+
"::first-letter"
|
|
4635
|
+
],
|
|
4636
|
+
"status": "standard",
|
|
4637
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-block-start-shape"
|
|
4638
|
+
},
|
|
4639
|
+
"corner-bottom-shape": {
|
|
4640
|
+
"syntax": "<corner-shape-value>{1,2}",
|
|
4641
|
+
"media": "visual",
|
|
4642
|
+
"inherited": false,
|
|
4643
|
+
"animationType": [
|
|
4644
|
+
"corner-bottom-left-shape",
|
|
4645
|
+
"corner-bottom-right-shape"
|
|
4646
|
+
],
|
|
4647
|
+
"percentages": "no",
|
|
4648
|
+
"groups": [
|
|
4649
|
+
"CSS Backgrounds and Borders"
|
|
4650
|
+
],
|
|
4651
|
+
"initial": [
|
|
4652
|
+
"corner-bottom-left-shape",
|
|
4653
|
+
"corner-bottom-right-shape"
|
|
4654
|
+
],
|
|
4655
|
+
"appliesto": "allElements",
|
|
4656
|
+
"computed": [
|
|
4657
|
+
"corner-bottom-left-shape",
|
|
4658
|
+
"corner-bottom-right-shape"
|
|
4659
|
+
],
|
|
4660
|
+
"order": "perGrammar",
|
|
4661
|
+
"alsoAppliesTo": [
|
|
4662
|
+
"::first-letter"
|
|
4663
|
+
],
|
|
4664
|
+
"status": "standard",
|
|
4665
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-bottom-shape"
|
|
4666
|
+
},
|
|
4667
|
+
"corner-bottom-left-shape": {
|
|
4668
|
+
"syntax": "<corner-shape-value>",
|
|
4669
|
+
"media": "visual",
|
|
4670
|
+
"inherited": false,
|
|
4671
|
+
"animationType": "superellipseInterpolation",
|
|
4672
|
+
"percentages": "no",
|
|
4673
|
+
"groups": [
|
|
4674
|
+
"CSS Backgrounds and Borders"
|
|
4675
|
+
],
|
|
4676
|
+
"initial": "round",
|
|
4677
|
+
"appliesto": "allElements",
|
|
4678
|
+
"computed": "correspondingSuperellipse",
|
|
4679
|
+
"order": "perGrammar",
|
|
4680
|
+
"alsoAppliesTo": [
|
|
4681
|
+
"::first-letter"
|
|
4682
|
+
],
|
|
4683
|
+
"status": "standard",
|
|
4684
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-bottom-left-shape"
|
|
4685
|
+
},
|
|
4686
|
+
"corner-bottom-right-shape": {
|
|
4687
|
+
"syntax": "<corner-shape-value>",
|
|
4688
|
+
"media": "visual",
|
|
4689
|
+
"inherited": false,
|
|
4690
|
+
"animationType": "superellipseInterpolation",
|
|
4691
|
+
"percentages": "no",
|
|
4692
|
+
"groups": [
|
|
4693
|
+
"CSS Backgrounds and Borders"
|
|
4694
|
+
],
|
|
4695
|
+
"initial": "round",
|
|
4696
|
+
"appliesto": "allElements",
|
|
4697
|
+
"computed": "correspondingSuperellipse",
|
|
4698
|
+
"order": "perGrammar",
|
|
4699
|
+
"alsoAppliesTo": [
|
|
4700
|
+
"::first-letter"
|
|
4701
|
+
],
|
|
4702
|
+
"status": "standard",
|
|
4703
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-bottom-right-shape"
|
|
4704
|
+
},
|
|
4705
|
+
"corner-end-end-shape": {
|
|
4706
|
+
"syntax": "<corner-shape-value>",
|
|
4707
|
+
"media": "visual",
|
|
4708
|
+
"inherited": false,
|
|
4709
|
+
"animationType": "superellipseInterpolation",
|
|
4710
|
+
"percentages": "no",
|
|
4711
|
+
"groups": [
|
|
4712
|
+
"CSS Backgrounds and Borders"
|
|
4713
|
+
],
|
|
4714
|
+
"initial": "round",
|
|
4715
|
+
"appliesto": "allElements",
|
|
4716
|
+
"computed": "correspondingSuperellipse",
|
|
4717
|
+
"order": "perGrammar",
|
|
4718
|
+
"alsoAppliesTo": [
|
|
4719
|
+
"::first-letter"
|
|
4720
|
+
],
|
|
4721
|
+
"status": "standard",
|
|
4722
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-end-end-shape"
|
|
4723
|
+
},
|
|
4724
|
+
"corner-end-start-shape": {
|
|
4725
|
+
"syntax": "<corner-shape-value>",
|
|
4726
|
+
"media": "visual",
|
|
4727
|
+
"inherited": false,
|
|
4728
|
+
"animationType": "superellipseInterpolation",
|
|
4729
|
+
"percentages": "no",
|
|
4730
|
+
"groups": [
|
|
4731
|
+
"CSS Backgrounds and Borders"
|
|
4732
|
+
],
|
|
4733
|
+
"initial": "round",
|
|
4734
|
+
"appliesto": "allElements",
|
|
4735
|
+
"computed": "correspondingSuperellipse",
|
|
4736
|
+
"order": "perGrammar",
|
|
4737
|
+
"alsoAppliesTo": [
|
|
4738
|
+
"::first-letter"
|
|
4739
|
+
],
|
|
4740
|
+
"status": "standard",
|
|
4741
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-end-start-shape"
|
|
4742
|
+
},
|
|
4743
|
+
"corner-inline-end-shape": {
|
|
4744
|
+
"syntax": "<corner-shape-value>{1,2}",
|
|
4745
|
+
"media": "visual",
|
|
4746
|
+
"inherited": false,
|
|
4747
|
+
"animationType": [
|
|
4748
|
+
"corner-start-end-shape",
|
|
4749
|
+
"corner-end-end-shape"
|
|
4750
|
+
],
|
|
4751
|
+
"percentages": "no",
|
|
4752
|
+
"groups": [
|
|
4753
|
+
"CSS Backgrounds and Borders"
|
|
4754
|
+
],
|
|
4755
|
+
"initial": [
|
|
4756
|
+
"corner-start-end-shape",
|
|
4757
|
+
"corner-end-end-shape"
|
|
4758
|
+
],
|
|
4759
|
+
"appliesto": "allElements",
|
|
4760
|
+
"computed": [
|
|
4761
|
+
"corner-start-end-shape",
|
|
4762
|
+
"corner-end-end-shape"
|
|
4763
|
+
],
|
|
4764
|
+
"order": "perGrammar",
|
|
4765
|
+
"alsoAppliesTo": [
|
|
4766
|
+
"::first-letter"
|
|
4767
|
+
],
|
|
4768
|
+
"status": "standard",
|
|
4769
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-inline-end-shape"
|
|
4770
|
+
},
|
|
4771
|
+
"corner-inline-start-shape": {
|
|
4772
|
+
"syntax": "<corner-shape-value>{1,2}",
|
|
4773
|
+
"media": "visual",
|
|
4774
|
+
"inherited": false,
|
|
4775
|
+
"animationType": [
|
|
4776
|
+
"corner-start-start-shape",
|
|
4777
|
+
"corner-start-end-shape"
|
|
4778
|
+
],
|
|
4779
|
+
"percentages": "no",
|
|
4780
|
+
"groups": [
|
|
4781
|
+
"CSS Backgrounds and Borders"
|
|
4782
|
+
],
|
|
4783
|
+
"initial": [
|
|
4784
|
+
"corner-start-start-shape",
|
|
4785
|
+
"corner-start-end-shape"
|
|
4786
|
+
],
|
|
4787
|
+
"appliesto": "allElements",
|
|
4788
|
+
"computed": [
|
|
4789
|
+
"corner-start-start-shape",
|
|
4790
|
+
"corner-start-end-shape"
|
|
4791
|
+
],
|
|
4792
|
+
"order": "perGrammar",
|
|
4793
|
+
"alsoAppliesTo": [
|
|
4794
|
+
"::first-letter"
|
|
4795
|
+
],
|
|
4796
|
+
"status": "standard",
|
|
4797
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-inline-start-shape"
|
|
4798
|
+
},
|
|
4799
|
+
"corner-left-shape": {
|
|
4800
|
+
"syntax": "<corner-shape-value>{1,2}",
|
|
4801
|
+
"media": "visual",
|
|
4802
|
+
"inherited": false,
|
|
4803
|
+
"animationType": [
|
|
4804
|
+
"corner-top-left-shape",
|
|
4805
|
+
"corner-bottom-left-shape"
|
|
4806
|
+
],
|
|
4807
|
+
"percentages": "no",
|
|
4808
|
+
"groups": [
|
|
4809
|
+
"CSS Backgrounds and Borders"
|
|
4810
|
+
],
|
|
4811
|
+
"initial": [
|
|
4812
|
+
"corner-top-left-shape",
|
|
4813
|
+
"corner-bottom-left-shape"
|
|
4814
|
+
],
|
|
4815
|
+
"appliesto": "allElements",
|
|
4816
|
+
"computed": [
|
|
4817
|
+
"corner-top-left-shape",
|
|
4818
|
+
"corner-bottom-left-shape"
|
|
4819
|
+
],
|
|
4820
|
+
"order": "perGrammar",
|
|
4821
|
+
"alsoAppliesTo": [
|
|
4822
|
+
"::first-letter"
|
|
4823
|
+
],
|
|
4824
|
+
"status": "standard",
|
|
4825
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-left-shape"
|
|
4826
|
+
},
|
|
4827
|
+
"corner-right-shape": {
|
|
4828
|
+
"syntax": "<corner-shape-value>{1,2}",
|
|
4829
|
+
"media": "visual",
|
|
4830
|
+
"inherited": false,
|
|
4831
|
+
"animationType": [
|
|
4832
|
+
"corner-top-right-shape",
|
|
4833
|
+
"corner-bottom-right-shape"
|
|
4834
|
+
],
|
|
4835
|
+
"percentages": "no",
|
|
4836
|
+
"groups": [
|
|
4837
|
+
"CSS Backgrounds and Borders"
|
|
4838
|
+
],
|
|
4839
|
+
"initial": [
|
|
4840
|
+
"corner-top-right-shape",
|
|
4841
|
+
"corner-bottom-right-shape"
|
|
4842
|
+
],
|
|
4843
|
+
"appliesto": "allElements",
|
|
4844
|
+
"computed": [
|
|
4845
|
+
"corner-top-right-shape",
|
|
4846
|
+
"corner-bottom-right-shape"
|
|
4847
|
+
],
|
|
4848
|
+
"order": "perGrammar",
|
|
4849
|
+
"alsoAppliesTo": [
|
|
4850
|
+
"::first-letter"
|
|
4851
|
+
],
|
|
4852
|
+
"status": "standard",
|
|
4853
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-right-shape"
|
|
4854
|
+
},
|
|
4855
|
+
"corner-shape": {
|
|
4856
|
+
"syntax": "<corner-shape-value>{1,4}",
|
|
4857
|
+
"media": "visual",
|
|
4858
|
+
"inherited": false,
|
|
4859
|
+
"animationType": [
|
|
4860
|
+
"corner-top-left-shape",
|
|
4861
|
+
"corner-top-right-shape",
|
|
4862
|
+
"corner-bottom-left-shape",
|
|
4863
|
+
"corner-bottom-right-shape"
|
|
4864
|
+
],
|
|
4865
|
+
"percentages": "no",
|
|
4866
|
+
"groups": [
|
|
4867
|
+
"CSS Backgrounds and Borders"
|
|
4868
|
+
],
|
|
4869
|
+
"initial": [
|
|
4870
|
+
"corner-top-left-shape",
|
|
4871
|
+
"corner-top-right-shape",
|
|
4872
|
+
"corner-bottom-left-shape",
|
|
4873
|
+
"corner-bottom-right-shape"
|
|
4874
|
+
],
|
|
4875
|
+
"appliesto": "allElements",
|
|
4876
|
+
"computed": [
|
|
4877
|
+
"corner-top-left-shape",
|
|
4878
|
+
"corner-top-right-shape",
|
|
4879
|
+
"corner-bottom-left-shape",
|
|
4880
|
+
"corner-bottom-right-shape"
|
|
4881
|
+
],
|
|
4882
|
+
"order": "perGrammar",
|
|
4883
|
+
"alsoAppliesTo": [
|
|
4884
|
+
"::first-letter"
|
|
4885
|
+
],
|
|
4886
|
+
"status": "standard",
|
|
4887
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-shape"
|
|
4888
|
+
},
|
|
4889
|
+
"corner-start-start-shape": {
|
|
4890
|
+
"syntax": "<corner-shape-value>",
|
|
4891
|
+
"media": "visual",
|
|
4892
|
+
"inherited": false,
|
|
4893
|
+
"animationType": "superellipseInterpolation",
|
|
4894
|
+
"percentages": "no",
|
|
4895
|
+
"groups": [
|
|
4896
|
+
"CSS Backgrounds and Borders"
|
|
4897
|
+
],
|
|
4898
|
+
"initial": "round",
|
|
4899
|
+
"appliesto": "allElements",
|
|
4900
|
+
"computed": "correspondingSuperellipse",
|
|
4901
|
+
"order": "perGrammar",
|
|
4902
|
+
"alsoAppliesTo": [
|
|
4903
|
+
"::first-letter"
|
|
4904
|
+
],
|
|
4905
|
+
"status": "standard",
|
|
4906
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-start-start-shape"
|
|
4907
|
+
},
|
|
4908
|
+
"corner-start-end-shape": {
|
|
4909
|
+
"syntax": "<corner-shape-value>",
|
|
4910
|
+
"media": "visual",
|
|
4911
|
+
"inherited": false,
|
|
4912
|
+
"animationType": "superellipseInterpolation",
|
|
4913
|
+
"percentages": "no",
|
|
4914
|
+
"groups": [
|
|
4915
|
+
"CSS Backgrounds and Borders"
|
|
4916
|
+
],
|
|
4917
|
+
"initial": "round",
|
|
4918
|
+
"appliesto": "allElements",
|
|
4919
|
+
"computed": "correspondingSuperellipse",
|
|
4920
|
+
"order": "perGrammar",
|
|
4921
|
+
"alsoAppliesTo": [
|
|
4922
|
+
"::first-letter"
|
|
4923
|
+
],
|
|
4924
|
+
"status": "standard",
|
|
4925
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-start-end-shape"
|
|
4926
|
+
},
|
|
4927
|
+
"corner-top-shape": {
|
|
4928
|
+
"syntax": "<corner-shape-value>{1,2}",
|
|
4929
|
+
"media": "visual",
|
|
4930
|
+
"inherited": false,
|
|
4931
|
+
"animationType": [
|
|
4932
|
+
"corner-top-left-shape",
|
|
4933
|
+
"corner-top-right-shape"
|
|
4934
|
+
],
|
|
4935
|
+
"percentages": "no",
|
|
4936
|
+
"groups": [
|
|
4937
|
+
"CSS Backgrounds and Borders"
|
|
4938
|
+
],
|
|
4939
|
+
"initial": [
|
|
4940
|
+
"corner-top-left-shape",
|
|
4941
|
+
"corner-top-right-shape"
|
|
4942
|
+
],
|
|
4943
|
+
"appliesto": "allElements",
|
|
4944
|
+
"computed": [
|
|
4945
|
+
"corner-top-left-shape",
|
|
4946
|
+
"corner-top-right-shape"
|
|
4947
|
+
],
|
|
4948
|
+
"order": "perGrammar",
|
|
4949
|
+
"alsoAppliesTo": [
|
|
4950
|
+
"::first-letter"
|
|
4951
|
+
],
|
|
4952
|
+
"status": "standard",
|
|
4953
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-top-shape"
|
|
4954
|
+
},
|
|
4955
|
+
"corner-top-left-shape": {
|
|
4956
|
+
"syntax": "<corner-shape-value>",
|
|
4957
|
+
"media": "visual",
|
|
4958
|
+
"inherited": false,
|
|
4959
|
+
"animationType": "superellipseInterpolation",
|
|
4960
|
+
"percentages": "no",
|
|
4961
|
+
"groups": [
|
|
4962
|
+
"CSS Backgrounds and Borders"
|
|
4963
|
+
],
|
|
4964
|
+
"initial": "round",
|
|
4965
|
+
"appliesto": "allElements",
|
|
4966
|
+
"computed": "correspondingSuperellipse",
|
|
4967
|
+
"order": "perGrammar",
|
|
4968
|
+
"alsoAppliesTo": [
|
|
4969
|
+
"::first-letter"
|
|
4970
|
+
],
|
|
4971
|
+
"status": "standard",
|
|
4972
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-top-left-shape"
|
|
4973
|
+
},
|
|
4974
|
+
"corner-top-right-shape": {
|
|
4975
|
+
"syntax": "<corner-shape-value>",
|
|
4976
|
+
"media": "visual",
|
|
4977
|
+
"inherited": false,
|
|
4978
|
+
"animationType": "superellipseInterpolation",
|
|
4979
|
+
"percentages": "no",
|
|
4980
|
+
"groups": [
|
|
4981
|
+
"CSS Backgrounds and Borders"
|
|
4982
|
+
],
|
|
4983
|
+
"initial": "round",
|
|
4984
|
+
"appliesto": "allElements",
|
|
4985
|
+
"computed": "correspondingSuperellipse",
|
|
4986
|
+
"order": "perGrammar",
|
|
4987
|
+
"alsoAppliesTo": [
|
|
4988
|
+
"::first-letter"
|
|
4989
|
+
],
|
|
4990
|
+
"status": "standard",
|
|
4991
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-top-right-shape"
|
|
4992
|
+
},
|
|
4511
4993
|
"counter-increment": {
|
|
4512
4994
|
"syntax": "[ <counter-name> <integer>? ]+ | none",
|
|
4513
4995
|
"media": "all",
|
|
@@ -4672,6 +5154,22 @@
|
|
|
4672
5154
|
"status": "standard",
|
|
4673
5155
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/dominant-baseline"
|
|
4674
5156
|
},
|
|
5157
|
+
"dynamic-range-limit": {
|
|
5158
|
+
"syntax": "standard | no-limit | constrained | <dynamic-range-limit-mix()>",
|
|
5159
|
+
"media": "visual",
|
|
5160
|
+
"inherited": true,
|
|
5161
|
+
"animationType": "byDynamicRangeLimitMix",
|
|
5162
|
+
"percentages": "no",
|
|
5163
|
+
"groups": [
|
|
5164
|
+
"CSS Color"
|
|
5165
|
+
],
|
|
5166
|
+
"initial": "no-limit",
|
|
5167
|
+
"appliesto": "allElements",
|
|
5168
|
+
"computed": "computedValueForDynamicRangeLimit",
|
|
5169
|
+
"order": "perGrammar",
|
|
5170
|
+
"status": "standard",
|
|
5171
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/dynamic-range-limit"
|
|
5172
|
+
},
|
|
4675
5173
|
"empty-cells": {
|
|
4676
5174
|
"syntax": "show | hide",
|
|
4677
5175
|
"media": "visual",
|
|
@@ -6334,6 +6832,79 @@
|
|
|
6334
6832
|
"status": "standard",
|
|
6335
6833
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/isolation"
|
|
6336
6834
|
},
|
|
6835
|
+
"interactivity": {
|
|
6836
|
+
"syntax": "auto | inert",
|
|
6837
|
+
"media": "visual",
|
|
6838
|
+
"inherited": true,
|
|
6839
|
+
"animationType": "discrete",
|
|
6840
|
+
"percentages": "no",
|
|
6841
|
+
"groups": [
|
|
6842
|
+
"CSS Basic User Interface"
|
|
6843
|
+
],
|
|
6844
|
+
"initial": "auto",
|
|
6845
|
+
"appliesto": "allElements",
|
|
6846
|
+
"computed": "asSpecified",
|
|
6847
|
+
"order": "perGrammar",
|
|
6848
|
+
"status": "standard",
|
|
6849
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/interactivity"
|
|
6850
|
+
},
|
|
6851
|
+
"interest-delay": {
|
|
6852
|
+
"syntax": "<'interest-delay-start'>{1,2}",
|
|
6853
|
+
"media": "visual",
|
|
6854
|
+
"inherited": true,
|
|
6855
|
+
"animationType": [
|
|
6856
|
+
"interest-delay-start",
|
|
6857
|
+
"interest-delay-end"
|
|
6858
|
+
],
|
|
6859
|
+
"percentages": "no",
|
|
6860
|
+
"groups": [
|
|
6861
|
+
"CSS Basic User Interface"
|
|
6862
|
+
],
|
|
6863
|
+
"initial": [
|
|
6864
|
+
"interest-delay-start",
|
|
6865
|
+
"interest-delay-end"
|
|
6866
|
+
],
|
|
6867
|
+
"appliesto": "allElements",
|
|
6868
|
+
"computed": [
|
|
6869
|
+
"interest-delay-start",
|
|
6870
|
+
"interest-delay-end"
|
|
6871
|
+
],
|
|
6872
|
+
"order": "perGrammar",
|
|
6873
|
+
"status": "standard",
|
|
6874
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/interest-delay-end"
|
|
6875
|
+
},
|
|
6876
|
+
"interest-delay-end": {
|
|
6877
|
+
"syntax": "normal | <time>",
|
|
6878
|
+
"media": "visual",
|
|
6879
|
+
"inherited": true,
|
|
6880
|
+
"animationType": "byComputedValueType",
|
|
6881
|
+
"percentages": "no",
|
|
6882
|
+
"groups": [
|
|
6883
|
+
"CSS Basic User Interface"
|
|
6884
|
+
],
|
|
6885
|
+
"initial": "normal",
|
|
6886
|
+
"appliesto": "allElements",
|
|
6887
|
+
"computed": "normalOrComputedTime",
|
|
6888
|
+
"order": "perGrammar",
|
|
6889
|
+
"status": "standard",
|
|
6890
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/interest-delay-end"
|
|
6891
|
+
},
|
|
6892
|
+
"interest-delay-start": {
|
|
6893
|
+
"syntax": "normal | <time>",
|
|
6894
|
+
"media": "visual",
|
|
6895
|
+
"inherited": true,
|
|
6896
|
+
"animationType": "byComputedValueType",
|
|
6897
|
+
"percentages": "no",
|
|
6898
|
+
"groups": [
|
|
6899
|
+
"CSS Basic User Interface"
|
|
6900
|
+
],
|
|
6901
|
+
"initial": "normal",
|
|
6902
|
+
"appliesto": "allElements",
|
|
6903
|
+
"computed": "normalOrComputedTime",
|
|
6904
|
+
"order": "perGrammar",
|
|
6905
|
+
"status": "standard",
|
|
6906
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/interest-delay-start"
|
|
6907
|
+
},
|
|
6337
6908
|
"justify-content": {
|
|
6338
6909
|
"syntax": "normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ]",
|
|
6339
6910
|
"media": "visual",
|
|
@@ -8461,7 +9032,7 @@
|
|
|
8461
9032
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position"
|
|
8462
9033
|
},
|
|
8463
9034
|
"position-anchor": {
|
|
8464
|
-
"syntax": "auto | <anchor-name>",
|
|
9035
|
+
"syntax": "auto | none | <anchor-name>",
|
|
8465
9036
|
"media": "visual",
|
|
8466
9037
|
"inherited": false,
|
|
8467
9038
|
"animationType": "discrete",
|
|
@@ -8469,7 +9040,7 @@
|
|
|
8469
9040
|
"groups": [
|
|
8470
9041
|
"CSS Anchor Positioning"
|
|
8471
9042
|
],
|
|
8472
|
-
"initial": "
|
|
9043
|
+
"initial": "none",
|
|
8473
9044
|
"appliesto": "absolutelyPositionedElements",
|
|
8474
9045
|
"computed": "asSpecified",
|
|
8475
9046
|
"order": "perGrammar",
|
|
@@ -8616,6 +9187,38 @@
|
|
|
8616
9187
|
"status": "standard",
|
|
8617
9188
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/r"
|
|
8618
9189
|
},
|
|
9190
|
+
"reading-flow": {
|
|
9191
|
+
"syntax": "normal | source-order | flex-visual | flex-flow | grid-rows | grid-columns | grid-order",
|
|
9192
|
+
"media": "visual",
|
|
9193
|
+
"inherited": false,
|
|
9194
|
+
"animationType": "notAnimatable",
|
|
9195
|
+
"percentages": "no",
|
|
9196
|
+
"groups": [
|
|
9197
|
+
"CSS Display"
|
|
9198
|
+
],
|
|
9199
|
+
"initial": "normal",
|
|
9200
|
+
"appliesto": "blockContainersFlexContainersGridContainers",
|
|
9201
|
+
"computed": "asSpecified",
|
|
9202
|
+
"order": "perGrammar",
|
|
9203
|
+
"status": "standard",
|
|
9204
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/reading-flow"
|
|
9205
|
+
},
|
|
9206
|
+
"reading-order": {
|
|
9207
|
+
"syntax": "<integer>",
|
|
9208
|
+
"media": "visual",
|
|
9209
|
+
"inherited": false,
|
|
9210
|
+
"animationType": "byComputedValueType",
|
|
9211
|
+
"percentages": "no",
|
|
9212
|
+
"groups": [
|
|
9213
|
+
"CSS Display"
|
|
9214
|
+
],
|
|
9215
|
+
"initial": "0",
|
|
9216
|
+
"appliesto": "blockContainersFlexContainersGridContainers",
|
|
9217
|
+
"computed": "specifiedInteger",
|
|
9218
|
+
"order": "perGrammar",
|
|
9219
|
+
"status": "standard",
|
|
9220
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/reading-order"
|
|
9221
|
+
},
|
|
8619
9222
|
"resize": {
|
|
8620
9223
|
"syntax": "none | both | horizontal | vertical | block | inline",
|
|
8621
9224
|
"media": "visual",
|
|
@@ -9022,6 +9625,22 @@
|
|
|
9022
9625
|
"status": "standard",
|
|
9023
9626
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-top"
|
|
9024
9627
|
},
|
|
9628
|
+
"scroll-marker-group": {
|
|
9629
|
+
"syntax": "none | before | after",
|
|
9630
|
+
"media": "visual",
|
|
9631
|
+
"inherited": false,
|
|
9632
|
+
"animationType": "discrete",
|
|
9633
|
+
"percentages": "no",
|
|
9634
|
+
"groups": [
|
|
9635
|
+
"CSS Overflow"
|
|
9636
|
+
],
|
|
9637
|
+
"initial": "none",
|
|
9638
|
+
"appliesto": "scrollContainers",
|
|
9639
|
+
"computed": "asSpecified",
|
|
9640
|
+
"order": "perGrammar",
|
|
9641
|
+
"status": "standard",
|
|
9642
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-marker-group"
|
|
9643
|
+
},
|
|
9025
9644
|
"scroll-padding": {
|
|
9026
9645
|
"syntax": "[ auto | <length-percentage> ]{1,4}",
|
|
9027
9646
|
"media": "visual",
|
|
@@ -9358,6 +9977,22 @@
|
|
|
9358
9977
|
"order": "uniqueOrder",
|
|
9359
9978
|
"status": "obsolete"
|
|
9360
9979
|
},
|
|
9980
|
+
"scroll-target-group": {
|
|
9981
|
+
"syntax": "none | auto",
|
|
9982
|
+
"media": "visual",
|
|
9983
|
+
"inherited": false,
|
|
9984
|
+
"animationType": "discrete",
|
|
9985
|
+
"percentages": "no",
|
|
9986
|
+
"groups": [
|
|
9987
|
+
"CSS Overflow"
|
|
9988
|
+
],
|
|
9989
|
+
"initial": "none",
|
|
9990
|
+
"appliesto": "allElements",
|
|
9991
|
+
"computed": "asSpecified",
|
|
9992
|
+
"order": "perGrammar",
|
|
9993
|
+
"status": "standard",
|
|
9994
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-target-group"
|
|
9995
|
+
},
|
|
9361
9996
|
"scroll-timeline": {
|
|
9362
9997
|
"syntax": "[ <'scroll-timeline-name'> <'scroll-timeline-axis'>? ]#",
|
|
9363
9998
|
"media": "visual",
|
|
@@ -9949,6 +10584,27 @@
|
|
|
9949
10584
|
"status": "standard",
|
|
9950
10585
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-decoration-color"
|
|
9951
10586
|
},
|
|
10587
|
+
"text-decoration-inset": {
|
|
10588
|
+
"syntax": "<length>{1,2} | auto",
|
|
10589
|
+
"media": "visual",
|
|
10590
|
+
"inherited": false,
|
|
10591
|
+
"animationType": "byComputedValue",
|
|
10592
|
+
"percentages": "no",
|
|
10593
|
+
"groups": [
|
|
10594
|
+
"CSS Text Decoration"
|
|
10595
|
+
],
|
|
10596
|
+
"initial": "0",
|
|
10597
|
+
"appliesto": "allElements",
|
|
10598
|
+
"computed": "absoluteLengthOrKeyword",
|
|
10599
|
+
"order": "perGrammar",
|
|
10600
|
+
"alsoAppliesTo": [
|
|
10601
|
+
"::first-letter",
|
|
10602
|
+
"::first-line",
|
|
10603
|
+
"::placeholder"
|
|
10604
|
+
],
|
|
10605
|
+
"status": "standard",
|
|
10606
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-decoration-inset"
|
|
10607
|
+
},
|
|
9952
10608
|
"text-decoration-line": {
|
|
9953
10609
|
"syntax": "none | [ underline || overline || line-through || blink ] | spelling-error | grammar-error",
|
|
9954
10610
|
"media": "visual",
|
|
@@ -10024,7 +10680,7 @@
|
|
|
10024
10680
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-decoration-style"
|
|
10025
10681
|
},
|
|
10026
10682
|
"text-decoration-thickness": {
|
|
10027
|
-
"syntax": "auto | from-font | <length> | <percentage>
|
|
10683
|
+
"syntax": "auto | from-font | <length> | <percentage>",
|
|
10028
10684
|
"media": "visual",
|
|
10029
10685
|
"inherited": false,
|
|
10030
10686
|
"animationType": "byComputedValueType",
|
|
@@ -10276,7 +10932,7 @@
|
|
|
10276
10932
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-transform"
|
|
10277
10933
|
},
|
|
10278
10934
|
"text-underline-offset": {
|
|
10279
|
-
"syntax": "auto | <length> | <percentage>
|
|
10935
|
+
"syntax": "auto | <length> | <percentage>",
|
|
10280
10936
|
"media": "visual",
|
|
10281
10937
|
"inherited": true,
|
|
10282
10938
|
"animationType": "byComputedValueType",
|
|
@@ -10786,7 +11442,7 @@
|
|
|
10786
11442
|
"syntax": "visible | hidden | collapse",
|
|
10787
11443
|
"media": "visual",
|
|
10788
11444
|
"inherited": true,
|
|
10789
|
-
"animationType": "
|
|
11445
|
+
"animationType": "discrete",
|
|
10790
11446
|
"percentages": "no",
|
|
10791
11447
|
"groups": [
|
|
10792
11448
|
"CSS Display",
|