mdn-data 2.26.0 → 2.27.1
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/properties.json +900 -35
- package/css/properties.schema.json +10 -0
- package/css/syntaxes.json +12 -0
- package/l10n/css.json +301 -170
- package/package.json +1 -1
package/css/properties.json
CHANGED
|
@@ -2020,6 +2020,22 @@
|
|
|
2020
2020
|
"status": "standard",
|
|
2021
2021
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timing-function"
|
|
2022
2022
|
},
|
|
2023
|
+
"animation-trigger": {
|
|
2024
|
+
"syntax": "[ none | [ <dashed-ident> <animation-action>+ ]+ ]#",
|
|
2025
|
+
"media": "visual",
|
|
2026
|
+
"inherited": false,
|
|
2027
|
+
"animationType": "notAnimatable",
|
|
2028
|
+
"percentages": "no",
|
|
2029
|
+
"groups": [
|
|
2030
|
+
"CSS Animations"
|
|
2031
|
+
],
|
|
2032
|
+
"initial": "none",
|
|
2033
|
+
"appliesto": "allElements",
|
|
2034
|
+
"computed": "asSpecified",
|
|
2035
|
+
"order": "perGrammar",
|
|
2036
|
+
"status": "standard",
|
|
2037
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-trigger"
|
|
2038
|
+
},
|
|
2023
2039
|
"appearance": {
|
|
2024
2040
|
"syntax": "none | auto | <compat-auto> | <compat-special>",
|
|
2025
2041
|
"media": "all",
|
|
@@ -2383,6 +2399,22 @@
|
|
|
2383
2399
|
"order": "perGrammar",
|
|
2384
2400
|
"status": "standard"
|
|
2385
2401
|
},
|
|
2402
|
+
"baseline-source": {
|
|
2403
|
+
"syntax": "auto | first | last",
|
|
2404
|
+
"media": "visual",
|
|
2405
|
+
"inherited": false,
|
|
2406
|
+
"animationType": "discrete",
|
|
2407
|
+
"percentages": "no",
|
|
2408
|
+
"groups": [
|
|
2409
|
+
"CSS Inline"
|
|
2410
|
+
],
|
|
2411
|
+
"initial": "auto",
|
|
2412
|
+
"appliesto": "inlineLevelBoxes",
|
|
2413
|
+
"computed": "asSpecified",
|
|
2414
|
+
"order": "perGrammar",
|
|
2415
|
+
"status": "standard",
|
|
2416
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/baseline-source"
|
|
2417
|
+
},
|
|
2386
2418
|
"block-size": {
|
|
2387
2419
|
"syntax": "<'width'>",
|
|
2388
2420
|
"media": "visual",
|
|
@@ -3957,11 +3989,12 @@
|
|
|
3957
3989
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/caption-side"
|
|
3958
3990
|
},
|
|
3959
3991
|
"caret": {
|
|
3960
|
-
"syntax": "<'caret-color'> || <'caret-shape'>",
|
|
3992
|
+
"syntax": "<'caret-color'> || <'caret-animation'> || <'caret-shape'>",
|
|
3961
3993
|
"media": "interactive",
|
|
3962
3994
|
"inherited": true,
|
|
3963
3995
|
"animationType": [
|
|
3964
3996
|
"caret-color",
|
|
3997
|
+
"caret-animation",
|
|
3965
3998
|
"caret-shape"
|
|
3966
3999
|
],
|
|
3967
4000
|
"percentages": "no",
|
|
@@ -3970,16 +4003,34 @@
|
|
|
3970
4003
|
],
|
|
3971
4004
|
"initial": [
|
|
3972
4005
|
"caret-color",
|
|
4006
|
+
"caret-animation",
|
|
3973
4007
|
"caret-shape"
|
|
3974
4008
|
],
|
|
3975
|
-
"appliesto": "
|
|
4009
|
+
"appliesto": "textOrElementsThatAcceptInput",
|
|
3976
4010
|
"computed": [
|
|
3977
4011
|
"caret-color",
|
|
4012
|
+
"caret-animation",
|
|
3978
4013
|
"caret-shape"
|
|
3979
4014
|
],
|
|
3980
4015
|
"order": "perGrammar",
|
|
3981
4016
|
"status": "standard"
|
|
3982
4017
|
},
|
|
4018
|
+
"caret-animation": {
|
|
4019
|
+
"syntax": "auto | manual",
|
|
4020
|
+
"media": "interactive",
|
|
4021
|
+
"inherited": true,
|
|
4022
|
+
"animationType": "discrete",
|
|
4023
|
+
"percentages": "no",
|
|
4024
|
+
"groups": [
|
|
4025
|
+
"CSS Basic User Interface"
|
|
4026
|
+
],
|
|
4027
|
+
"initial": "auto",
|
|
4028
|
+
"appliesto": "textOrElementsThatAcceptInput",
|
|
4029
|
+
"computed": "asSpecified",
|
|
4030
|
+
"order": "perGrammar",
|
|
4031
|
+
"status": "standard",
|
|
4032
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/caret-animation"
|
|
4033
|
+
},
|
|
3983
4034
|
"caret-color": {
|
|
3984
4035
|
"syntax": "auto | <color>",
|
|
3985
4036
|
"media": "interactive",
|
|
@@ -3990,7 +4041,7 @@
|
|
|
3990
4041
|
"CSS Basic User Interface"
|
|
3991
4042
|
],
|
|
3992
4043
|
"initial": "auto",
|
|
3993
|
-
"appliesto": "
|
|
4044
|
+
"appliesto": "textOrElementsThatAcceptInput",
|
|
3994
4045
|
"computed": "asAutoOrColor",
|
|
3995
4046
|
"order": "perGrammar",
|
|
3996
4047
|
"status": "standard",
|
|
@@ -4006,7 +4057,7 @@
|
|
|
4006
4057
|
"CSS Basic User Interface"
|
|
4007
4058
|
],
|
|
4008
4059
|
"initial": "auto",
|
|
4009
|
-
"appliesto": "
|
|
4060
|
+
"appliesto": "textOrElementsThatAcceptInput",
|
|
4010
4061
|
"computed": "asSpecified",
|
|
4011
4062
|
"order": "perGrammar",
|
|
4012
4063
|
"status": "standard"
|
|
@@ -4177,6 +4228,23 @@
|
|
|
4177
4228
|
"status": "standard",
|
|
4178
4229
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/column-gap"
|
|
4179
4230
|
},
|
|
4231
|
+
"column-height": {
|
|
4232
|
+
"syntax": "auto | <length [0,∞]>",
|
|
4233
|
+
"media": "visual",
|
|
4234
|
+
"inherited": false,
|
|
4235
|
+
"animationType": "byComputedValueType",
|
|
4236
|
+
"percentages": "no",
|
|
4237
|
+
"groups": [
|
|
4238
|
+
"CSS Box Sizing",
|
|
4239
|
+
"CSS Multi-column Layout"
|
|
4240
|
+
],
|
|
4241
|
+
"initial": "auto",
|
|
4242
|
+
"appliesto": "blockContainersExceptTableWrappers",
|
|
4243
|
+
"computed": "autoOrAbsoluteLength",
|
|
4244
|
+
"order": "perGrammar",
|
|
4245
|
+
"status": "standard",
|
|
4246
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/column-height"
|
|
4247
|
+
},
|
|
4180
4248
|
"column-rule": {
|
|
4181
4249
|
"syntax": "<'column-rule-width'> || <'column-rule-style'> || <'column-rule-color'>",
|
|
4182
4250
|
"media": "visual",
|
|
@@ -4270,10 +4338,10 @@
|
|
|
4270
4338
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/column-span"
|
|
4271
4339
|
},
|
|
4272
4340
|
"column-width": {
|
|
4273
|
-
"syntax": "<length>
|
|
4341
|
+
"syntax": "auto | <length [0,∞]>",
|
|
4274
4342
|
"media": "visual",
|
|
4275
4343
|
"inherited": false,
|
|
4276
|
-
"animationType": "
|
|
4344
|
+
"animationType": "byComputedValueType",
|
|
4277
4345
|
"percentages": "no",
|
|
4278
4346
|
"groups": [
|
|
4279
4347
|
"CSS Box Sizing",
|
|
@@ -4281,18 +4349,36 @@
|
|
|
4281
4349
|
],
|
|
4282
4350
|
"initial": "auto",
|
|
4283
4351
|
"appliesto": "blockContainersExceptTableWrappers",
|
|
4284
|
-
"computed": "
|
|
4352
|
+
"computed": "autoOrAbsoluteLength",
|
|
4285
4353
|
"order": "perGrammar",
|
|
4286
4354
|
"status": "standard",
|
|
4287
4355
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/column-width"
|
|
4288
4356
|
},
|
|
4357
|
+
"column-wrap": {
|
|
4358
|
+
"syntax": "auto | nowrap | wrap",
|
|
4359
|
+
"media": "visual",
|
|
4360
|
+
"inherited": false,
|
|
4361
|
+
"animationType": "discrete",
|
|
4362
|
+
"percentages": "no",
|
|
4363
|
+
"groups": [
|
|
4364
|
+
"CSS Box Sizing",
|
|
4365
|
+
"CSS Multi-column Layout"
|
|
4366
|
+
],
|
|
4367
|
+
"initial": "auto",
|
|
4368
|
+
"appliesto": "multicolElements",
|
|
4369
|
+
"computed": "asSpecified",
|
|
4370
|
+
"order": "perGrammar",
|
|
4371
|
+
"status": "standard",
|
|
4372
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/column-wrap"
|
|
4373
|
+
},
|
|
4289
4374
|
"columns": {
|
|
4290
|
-
"syntax": "<'column-width'> || <'column-count'>",
|
|
4375
|
+
"syntax": "[ <'column-width'> || <'column-count'> ] [ / <'column-height'> ]?",
|
|
4291
4376
|
"media": "visual",
|
|
4292
4377
|
"inherited": false,
|
|
4293
4378
|
"animationType": [
|
|
4294
4379
|
"column-width",
|
|
4295
|
-
"column-count"
|
|
4380
|
+
"column-count",
|
|
4381
|
+
"column-height"
|
|
4296
4382
|
],
|
|
4297
4383
|
"percentages": "no",
|
|
4298
4384
|
"groups": [
|
|
@@ -4300,12 +4386,14 @@
|
|
|
4300
4386
|
],
|
|
4301
4387
|
"initial": [
|
|
4302
4388
|
"column-width",
|
|
4303
|
-
"column-count"
|
|
4389
|
+
"column-count",
|
|
4390
|
+
"column-height"
|
|
4304
4391
|
],
|
|
4305
4392
|
"appliesto": "blockContainersExceptTableWrappers",
|
|
4306
4393
|
"computed": [
|
|
4307
4394
|
"column-width",
|
|
4308
|
-
"column-count"
|
|
4395
|
+
"column-count",
|
|
4396
|
+
"column-height"
|
|
4309
4397
|
],
|
|
4310
4398
|
"order": "perGrammar",
|
|
4311
4399
|
"status": "standard",
|
|
@@ -4508,6 +4596,416 @@
|
|
|
4508
4596
|
"status": "standard",
|
|
4509
4597
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/content-visibility"
|
|
4510
4598
|
},
|
|
4599
|
+
"corner-block-end-shape": {
|
|
4600
|
+
"syntax": "<corner-shape-value>{1,2}",
|
|
4601
|
+
"media": "visual",
|
|
4602
|
+
"inherited": false,
|
|
4603
|
+
"animationType": [
|
|
4604
|
+
"corner-end-start-shape",
|
|
4605
|
+
"corner-end-end-shape"
|
|
4606
|
+
],
|
|
4607
|
+
"percentages": "no",
|
|
4608
|
+
"groups": [
|
|
4609
|
+
"CSS Backgrounds and Borders"
|
|
4610
|
+
],
|
|
4611
|
+
"initial": [
|
|
4612
|
+
"corner-end-start-shape",
|
|
4613
|
+
"corner-end-end-shape"
|
|
4614
|
+
],
|
|
4615
|
+
"appliesto": "allElements",
|
|
4616
|
+
"computed": [
|
|
4617
|
+
"corner-end-start-shape",
|
|
4618
|
+
"corner-end-end-shape"
|
|
4619
|
+
],
|
|
4620
|
+
"order": "perGrammar",
|
|
4621
|
+
"alsoAppliesTo": [
|
|
4622
|
+
"::first-letter"
|
|
4623
|
+
],
|
|
4624
|
+
"status": "standard",
|
|
4625
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-block-end-shape"
|
|
4626
|
+
},
|
|
4627
|
+
"corner-block-start-shape": {
|
|
4628
|
+
"syntax": "<corner-shape-value>{1,2}",
|
|
4629
|
+
"media": "visual",
|
|
4630
|
+
"inherited": false,
|
|
4631
|
+
"animationType": [
|
|
4632
|
+
"corner-start-start-shape",
|
|
4633
|
+
"corner-start-end-shape"
|
|
4634
|
+
],
|
|
4635
|
+
"percentages": "no",
|
|
4636
|
+
"groups": [
|
|
4637
|
+
"CSS Backgrounds and Borders"
|
|
4638
|
+
],
|
|
4639
|
+
"initial": [
|
|
4640
|
+
"corner-start-start-shape",
|
|
4641
|
+
"corner-start-end-shape"
|
|
4642
|
+
],
|
|
4643
|
+
"appliesto": "allElements",
|
|
4644
|
+
"computed": [
|
|
4645
|
+
"corner-start-start-shape",
|
|
4646
|
+
"corner-start-end-shape"
|
|
4647
|
+
],
|
|
4648
|
+
"order": "perGrammar",
|
|
4649
|
+
"alsoAppliesTo": [
|
|
4650
|
+
"::first-letter"
|
|
4651
|
+
],
|
|
4652
|
+
"status": "standard",
|
|
4653
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-block-start-shape"
|
|
4654
|
+
},
|
|
4655
|
+
"corner-bottom-shape": {
|
|
4656
|
+
"syntax": "<corner-shape-value>{1,2}",
|
|
4657
|
+
"media": "visual",
|
|
4658
|
+
"inherited": false,
|
|
4659
|
+
"animationType": [
|
|
4660
|
+
"corner-bottom-left-shape",
|
|
4661
|
+
"corner-bottom-right-shape"
|
|
4662
|
+
],
|
|
4663
|
+
"percentages": "no",
|
|
4664
|
+
"groups": [
|
|
4665
|
+
"CSS Backgrounds and Borders"
|
|
4666
|
+
],
|
|
4667
|
+
"initial": [
|
|
4668
|
+
"corner-bottom-left-shape",
|
|
4669
|
+
"corner-bottom-right-shape"
|
|
4670
|
+
],
|
|
4671
|
+
"appliesto": "allElements",
|
|
4672
|
+
"computed": [
|
|
4673
|
+
"corner-bottom-left-shape",
|
|
4674
|
+
"corner-bottom-right-shape"
|
|
4675
|
+
],
|
|
4676
|
+
"order": "perGrammar",
|
|
4677
|
+
"alsoAppliesTo": [
|
|
4678
|
+
"::first-letter"
|
|
4679
|
+
],
|
|
4680
|
+
"status": "standard",
|
|
4681
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-bottom-shape"
|
|
4682
|
+
},
|
|
4683
|
+
"corner-bottom-left-shape": {
|
|
4684
|
+
"syntax": "<corner-shape-value>",
|
|
4685
|
+
"media": "visual",
|
|
4686
|
+
"inherited": false,
|
|
4687
|
+
"animationType": "superellipseInterpolation",
|
|
4688
|
+
"percentages": "no",
|
|
4689
|
+
"groups": [
|
|
4690
|
+
"CSS Backgrounds and Borders"
|
|
4691
|
+
],
|
|
4692
|
+
"initial": "round",
|
|
4693
|
+
"appliesto": "allElements",
|
|
4694
|
+
"computed": "correspondingSuperellipse",
|
|
4695
|
+
"order": "perGrammar",
|
|
4696
|
+
"alsoAppliesTo": [
|
|
4697
|
+
"::first-letter"
|
|
4698
|
+
],
|
|
4699
|
+
"status": "standard",
|
|
4700
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-bottom-left-shape"
|
|
4701
|
+
},
|
|
4702
|
+
"corner-bottom-right-shape": {
|
|
4703
|
+
"syntax": "<corner-shape-value>",
|
|
4704
|
+
"media": "visual",
|
|
4705
|
+
"inherited": false,
|
|
4706
|
+
"animationType": "superellipseInterpolation",
|
|
4707
|
+
"percentages": "no",
|
|
4708
|
+
"groups": [
|
|
4709
|
+
"CSS Backgrounds and Borders"
|
|
4710
|
+
],
|
|
4711
|
+
"initial": "round",
|
|
4712
|
+
"appliesto": "allElements",
|
|
4713
|
+
"computed": "correspondingSuperellipse",
|
|
4714
|
+
"order": "perGrammar",
|
|
4715
|
+
"alsoAppliesTo": [
|
|
4716
|
+
"::first-letter"
|
|
4717
|
+
],
|
|
4718
|
+
"status": "standard",
|
|
4719
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-bottom-right-shape"
|
|
4720
|
+
},
|
|
4721
|
+
"corner-end-end-shape": {
|
|
4722
|
+
"syntax": "<corner-shape-value>",
|
|
4723
|
+
"media": "visual",
|
|
4724
|
+
"inherited": false,
|
|
4725
|
+
"animationType": "superellipseInterpolation",
|
|
4726
|
+
"percentages": "no",
|
|
4727
|
+
"groups": [
|
|
4728
|
+
"CSS Backgrounds and Borders"
|
|
4729
|
+
],
|
|
4730
|
+
"initial": "round",
|
|
4731
|
+
"appliesto": "allElements",
|
|
4732
|
+
"computed": "correspondingSuperellipse",
|
|
4733
|
+
"order": "perGrammar",
|
|
4734
|
+
"alsoAppliesTo": [
|
|
4735
|
+
"::first-letter"
|
|
4736
|
+
],
|
|
4737
|
+
"status": "standard",
|
|
4738
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-end-end-shape"
|
|
4739
|
+
},
|
|
4740
|
+
"corner-end-start-shape": {
|
|
4741
|
+
"syntax": "<corner-shape-value>",
|
|
4742
|
+
"media": "visual",
|
|
4743
|
+
"inherited": false,
|
|
4744
|
+
"animationType": "superellipseInterpolation",
|
|
4745
|
+
"percentages": "no",
|
|
4746
|
+
"groups": [
|
|
4747
|
+
"CSS Backgrounds and Borders"
|
|
4748
|
+
],
|
|
4749
|
+
"initial": "round",
|
|
4750
|
+
"appliesto": "allElements",
|
|
4751
|
+
"computed": "correspondingSuperellipse",
|
|
4752
|
+
"order": "perGrammar",
|
|
4753
|
+
"alsoAppliesTo": [
|
|
4754
|
+
"::first-letter"
|
|
4755
|
+
],
|
|
4756
|
+
"status": "standard",
|
|
4757
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-end-start-shape"
|
|
4758
|
+
},
|
|
4759
|
+
"corner-inline-end-shape": {
|
|
4760
|
+
"syntax": "<corner-shape-value>{1,2}",
|
|
4761
|
+
"media": "visual",
|
|
4762
|
+
"inherited": false,
|
|
4763
|
+
"animationType": [
|
|
4764
|
+
"corner-start-end-shape",
|
|
4765
|
+
"corner-end-end-shape"
|
|
4766
|
+
],
|
|
4767
|
+
"percentages": "no",
|
|
4768
|
+
"groups": [
|
|
4769
|
+
"CSS Backgrounds and Borders"
|
|
4770
|
+
],
|
|
4771
|
+
"initial": [
|
|
4772
|
+
"corner-start-end-shape",
|
|
4773
|
+
"corner-end-end-shape"
|
|
4774
|
+
],
|
|
4775
|
+
"appliesto": "allElements",
|
|
4776
|
+
"computed": [
|
|
4777
|
+
"corner-start-end-shape",
|
|
4778
|
+
"corner-end-end-shape"
|
|
4779
|
+
],
|
|
4780
|
+
"order": "perGrammar",
|
|
4781
|
+
"alsoAppliesTo": [
|
|
4782
|
+
"::first-letter"
|
|
4783
|
+
],
|
|
4784
|
+
"status": "standard",
|
|
4785
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-inline-end-shape"
|
|
4786
|
+
},
|
|
4787
|
+
"corner-inline-start-shape": {
|
|
4788
|
+
"syntax": "<corner-shape-value>{1,2}",
|
|
4789
|
+
"media": "visual",
|
|
4790
|
+
"inherited": false,
|
|
4791
|
+
"animationType": [
|
|
4792
|
+
"corner-start-start-shape",
|
|
4793
|
+
"corner-start-end-shape"
|
|
4794
|
+
],
|
|
4795
|
+
"percentages": "no",
|
|
4796
|
+
"groups": [
|
|
4797
|
+
"CSS Backgrounds and Borders"
|
|
4798
|
+
],
|
|
4799
|
+
"initial": [
|
|
4800
|
+
"corner-start-start-shape",
|
|
4801
|
+
"corner-start-end-shape"
|
|
4802
|
+
],
|
|
4803
|
+
"appliesto": "allElements",
|
|
4804
|
+
"computed": [
|
|
4805
|
+
"corner-start-start-shape",
|
|
4806
|
+
"corner-start-end-shape"
|
|
4807
|
+
],
|
|
4808
|
+
"order": "perGrammar",
|
|
4809
|
+
"alsoAppliesTo": [
|
|
4810
|
+
"::first-letter"
|
|
4811
|
+
],
|
|
4812
|
+
"status": "standard",
|
|
4813
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-inline-start-shape"
|
|
4814
|
+
},
|
|
4815
|
+
"corner-left-shape": {
|
|
4816
|
+
"syntax": "<corner-shape-value>{1,2}",
|
|
4817
|
+
"media": "visual",
|
|
4818
|
+
"inherited": false,
|
|
4819
|
+
"animationType": [
|
|
4820
|
+
"corner-top-left-shape",
|
|
4821
|
+
"corner-bottom-left-shape"
|
|
4822
|
+
],
|
|
4823
|
+
"percentages": "no",
|
|
4824
|
+
"groups": [
|
|
4825
|
+
"CSS Backgrounds and Borders"
|
|
4826
|
+
],
|
|
4827
|
+
"initial": [
|
|
4828
|
+
"corner-top-left-shape",
|
|
4829
|
+
"corner-bottom-left-shape"
|
|
4830
|
+
],
|
|
4831
|
+
"appliesto": "allElements",
|
|
4832
|
+
"computed": [
|
|
4833
|
+
"corner-top-left-shape",
|
|
4834
|
+
"corner-bottom-left-shape"
|
|
4835
|
+
],
|
|
4836
|
+
"order": "perGrammar",
|
|
4837
|
+
"alsoAppliesTo": [
|
|
4838
|
+
"::first-letter"
|
|
4839
|
+
],
|
|
4840
|
+
"status": "standard",
|
|
4841
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-left-shape"
|
|
4842
|
+
},
|
|
4843
|
+
"corner-right-shape": {
|
|
4844
|
+
"syntax": "<corner-shape-value>{1,2}",
|
|
4845
|
+
"media": "visual",
|
|
4846
|
+
"inherited": false,
|
|
4847
|
+
"animationType": [
|
|
4848
|
+
"corner-top-right-shape",
|
|
4849
|
+
"corner-bottom-right-shape"
|
|
4850
|
+
],
|
|
4851
|
+
"percentages": "no",
|
|
4852
|
+
"groups": [
|
|
4853
|
+
"CSS Backgrounds and Borders"
|
|
4854
|
+
],
|
|
4855
|
+
"initial": [
|
|
4856
|
+
"corner-top-right-shape",
|
|
4857
|
+
"corner-bottom-right-shape"
|
|
4858
|
+
],
|
|
4859
|
+
"appliesto": "allElements",
|
|
4860
|
+
"computed": [
|
|
4861
|
+
"corner-top-right-shape",
|
|
4862
|
+
"corner-bottom-right-shape"
|
|
4863
|
+
],
|
|
4864
|
+
"order": "perGrammar",
|
|
4865
|
+
"alsoAppliesTo": [
|
|
4866
|
+
"::first-letter"
|
|
4867
|
+
],
|
|
4868
|
+
"status": "standard",
|
|
4869
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-right-shape"
|
|
4870
|
+
},
|
|
4871
|
+
"corner-shape": {
|
|
4872
|
+
"syntax": "<corner-shape-value>{1,4}",
|
|
4873
|
+
"media": "visual",
|
|
4874
|
+
"inherited": false,
|
|
4875
|
+
"animationType": [
|
|
4876
|
+
"corner-top-left-shape",
|
|
4877
|
+
"corner-top-right-shape",
|
|
4878
|
+
"corner-bottom-left-shape",
|
|
4879
|
+
"corner-bottom-right-shape"
|
|
4880
|
+
],
|
|
4881
|
+
"percentages": "no",
|
|
4882
|
+
"groups": [
|
|
4883
|
+
"CSS Backgrounds and Borders"
|
|
4884
|
+
],
|
|
4885
|
+
"initial": [
|
|
4886
|
+
"corner-top-left-shape",
|
|
4887
|
+
"corner-top-right-shape",
|
|
4888
|
+
"corner-bottom-left-shape",
|
|
4889
|
+
"corner-bottom-right-shape"
|
|
4890
|
+
],
|
|
4891
|
+
"appliesto": "allElements",
|
|
4892
|
+
"computed": [
|
|
4893
|
+
"corner-top-left-shape",
|
|
4894
|
+
"corner-top-right-shape",
|
|
4895
|
+
"corner-bottom-left-shape",
|
|
4896
|
+
"corner-bottom-right-shape"
|
|
4897
|
+
],
|
|
4898
|
+
"order": "perGrammar",
|
|
4899
|
+
"alsoAppliesTo": [
|
|
4900
|
+
"::first-letter"
|
|
4901
|
+
],
|
|
4902
|
+
"status": "standard",
|
|
4903
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-shape"
|
|
4904
|
+
},
|
|
4905
|
+
"corner-start-start-shape": {
|
|
4906
|
+
"syntax": "<corner-shape-value>",
|
|
4907
|
+
"media": "visual",
|
|
4908
|
+
"inherited": false,
|
|
4909
|
+
"animationType": "superellipseInterpolation",
|
|
4910
|
+
"percentages": "no",
|
|
4911
|
+
"groups": [
|
|
4912
|
+
"CSS Backgrounds and Borders"
|
|
4913
|
+
],
|
|
4914
|
+
"initial": "round",
|
|
4915
|
+
"appliesto": "allElements",
|
|
4916
|
+
"computed": "correspondingSuperellipse",
|
|
4917
|
+
"order": "perGrammar",
|
|
4918
|
+
"alsoAppliesTo": [
|
|
4919
|
+
"::first-letter"
|
|
4920
|
+
],
|
|
4921
|
+
"status": "standard",
|
|
4922
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-start-start-shape"
|
|
4923
|
+
},
|
|
4924
|
+
"corner-start-end-shape": {
|
|
4925
|
+
"syntax": "<corner-shape-value>",
|
|
4926
|
+
"media": "visual",
|
|
4927
|
+
"inherited": false,
|
|
4928
|
+
"animationType": "superellipseInterpolation",
|
|
4929
|
+
"percentages": "no",
|
|
4930
|
+
"groups": [
|
|
4931
|
+
"CSS Backgrounds and Borders"
|
|
4932
|
+
],
|
|
4933
|
+
"initial": "round",
|
|
4934
|
+
"appliesto": "allElements",
|
|
4935
|
+
"computed": "correspondingSuperellipse",
|
|
4936
|
+
"order": "perGrammar",
|
|
4937
|
+
"alsoAppliesTo": [
|
|
4938
|
+
"::first-letter"
|
|
4939
|
+
],
|
|
4940
|
+
"status": "standard",
|
|
4941
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-start-end-shape"
|
|
4942
|
+
},
|
|
4943
|
+
"corner-top-shape": {
|
|
4944
|
+
"syntax": "<corner-shape-value>{1,2}",
|
|
4945
|
+
"media": "visual",
|
|
4946
|
+
"inherited": false,
|
|
4947
|
+
"animationType": [
|
|
4948
|
+
"corner-top-left-shape",
|
|
4949
|
+
"corner-top-right-shape"
|
|
4950
|
+
],
|
|
4951
|
+
"percentages": "no",
|
|
4952
|
+
"groups": [
|
|
4953
|
+
"CSS Backgrounds and Borders"
|
|
4954
|
+
],
|
|
4955
|
+
"initial": [
|
|
4956
|
+
"corner-top-left-shape",
|
|
4957
|
+
"corner-top-right-shape"
|
|
4958
|
+
],
|
|
4959
|
+
"appliesto": "allElements",
|
|
4960
|
+
"computed": [
|
|
4961
|
+
"corner-top-left-shape",
|
|
4962
|
+
"corner-top-right-shape"
|
|
4963
|
+
],
|
|
4964
|
+
"order": "perGrammar",
|
|
4965
|
+
"alsoAppliesTo": [
|
|
4966
|
+
"::first-letter"
|
|
4967
|
+
],
|
|
4968
|
+
"status": "standard",
|
|
4969
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-top-shape"
|
|
4970
|
+
},
|
|
4971
|
+
"corner-top-left-shape": {
|
|
4972
|
+
"syntax": "<corner-shape-value>",
|
|
4973
|
+
"media": "visual",
|
|
4974
|
+
"inherited": false,
|
|
4975
|
+
"animationType": "superellipseInterpolation",
|
|
4976
|
+
"percentages": "no",
|
|
4977
|
+
"groups": [
|
|
4978
|
+
"CSS Backgrounds and Borders"
|
|
4979
|
+
],
|
|
4980
|
+
"initial": "round",
|
|
4981
|
+
"appliesto": "allElements",
|
|
4982
|
+
"computed": "correspondingSuperellipse",
|
|
4983
|
+
"order": "perGrammar",
|
|
4984
|
+
"alsoAppliesTo": [
|
|
4985
|
+
"::first-letter"
|
|
4986
|
+
],
|
|
4987
|
+
"status": "standard",
|
|
4988
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-top-left-shape"
|
|
4989
|
+
},
|
|
4990
|
+
"corner-top-right-shape": {
|
|
4991
|
+
"syntax": "<corner-shape-value>",
|
|
4992
|
+
"media": "visual",
|
|
4993
|
+
"inherited": false,
|
|
4994
|
+
"animationType": "superellipseInterpolation",
|
|
4995
|
+
"percentages": "no",
|
|
4996
|
+
"groups": [
|
|
4997
|
+
"CSS Backgrounds and Borders"
|
|
4998
|
+
],
|
|
4999
|
+
"initial": "round",
|
|
5000
|
+
"appliesto": "allElements",
|
|
5001
|
+
"computed": "correspondingSuperellipse",
|
|
5002
|
+
"order": "perGrammar",
|
|
5003
|
+
"alsoAppliesTo": [
|
|
5004
|
+
"::first-letter"
|
|
5005
|
+
],
|
|
5006
|
+
"status": "standard",
|
|
5007
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/corner-top-right-shape"
|
|
5008
|
+
},
|
|
4511
5009
|
"counter-increment": {
|
|
4512
5010
|
"syntax": "[ <counter-name> <integer>? ]+ | none",
|
|
4513
5011
|
"media": "all",
|
|
@@ -4672,6 +5170,22 @@
|
|
|
4672
5170
|
"status": "standard",
|
|
4673
5171
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/dominant-baseline"
|
|
4674
5172
|
},
|
|
5173
|
+
"dynamic-range-limit": {
|
|
5174
|
+
"syntax": "standard | no-limit | constrained | <dynamic-range-limit-mix()>",
|
|
5175
|
+
"media": "visual",
|
|
5176
|
+
"inherited": true,
|
|
5177
|
+
"animationType": "byDynamicRangeLimitMix",
|
|
5178
|
+
"percentages": "no",
|
|
5179
|
+
"groups": [
|
|
5180
|
+
"CSS Color"
|
|
5181
|
+
],
|
|
5182
|
+
"initial": "no-limit",
|
|
5183
|
+
"appliesto": "allElements",
|
|
5184
|
+
"computed": "computedValueForDynamicRangeLimit",
|
|
5185
|
+
"order": "perGrammar",
|
|
5186
|
+
"status": "standard",
|
|
5187
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/dynamic-range-limit"
|
|
5188
|
+
},
|
|
4675
5189
|
"empty-cells": {
|
|
4676
5190
|
"syntax": "show | hide",
|
|
4677
5191
|
"media": "visual",
|
|
@@ -6295,44 +6809,117 @@
|
|
|
6295
6809
|
"CSS Logical Properties and Values",
|
|
6296
6810
|
"CSS Positioned Layout"
|
|
6297
6811
|
],
|
|
6298
|
-
"initial": "auto",
|
|
6299
|
-
"appliesto": "positionedElements",
|
|
6300
|
-
"computed": "sameAsBoxOffsets",
|
|
6301
|
-
"order": "uniqueOrder",
|
|
6812
|
+
"initial": "auto",
|
|
6813
|
+
"appliesto": "positionedElements",
|
|
6814
|
+
"computed": "sameAsBoxOffsets",
|
|
6815
|
+
"order": "uniqueOrder",
|
|
6816
|
+
"status": "standard",
|
|
6817
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/inset-inline-start"
|
|
6818
|
+
},
|
|
6819
|
+
"interpolate-size": {
|
|
6820
|
+
"syntax": "numeric-only | allow-keywords",
|
|
6821
|
+
"media": "none",
|
|
6822
|
+
"inherited": true,
|
|
6823
|
+
"animationType": "notAnimatable",
|
|
6824
|
+
"percentages": "no",
|
|
6825
|
+
"groups": [
|
|
6826
|
+
"CSS Values and Units"
|
|
6827
|
+
],
|
|
6828
|
+
"initial": "numeric-only",
|
|
6829
|
+
"appliesto": "allElements",
|
|
6830
|
+
"computed": "asSpecified",
|
|
6831
|
+
"order": "perGrammar",
|
|
6832
|
+
"status": "experimental",
|
|
6833
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/interpolate-size"
|
|
6834
|
+
},
|
|
6835
|
+
"isolation": {
|
|
6836
|
+
"syntax": "auto | isolate",
|
|
6837
|
+
"media": "visual",
|
|
6838
|
+
"inherited": false,
|
|
6839
|
+
"animationType": "notAnimatable",
|
|
6840
|
+
"percentages": "no",
|
|
6841
|
+
"groups": [
|
|
6842
|
+
"Compositing and Blending"
|
|
6843
|
+
],
|
|
6844
|
+
"initial": "auto",
|
|
6845
|
+
"appliesto": "allElementsSVGContainerGraphicsAndGraphicsReferencingElements",
|
|
6846
|
+
"computed": "asSpecified",
|
|
6847
|
+
"order": "uniqueOrder",
|
|
6848
|
+
"status": "standard",
|
|
6849
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/isolation"
|
|
6850
|
+
},
|
|
6851
|
+
"interactivity": {
|
|
6852
|
+
"syntax": "auto | inert",
|
|
6853
|
+
"media": "visual",
|
|
6854
|
+
"inherited": true,
|
|
6855
|
+
"animationType": "discrete",
|
|
6856
|
+
"percentages": "no",
|
|
6857
|
+
"groups": [
|
|
6858
|
+
"CSS Basic User Interface"
|
|
6859
|
+
],
|
|
6860
|
+
"initial": "auto",
|
|
6861
|
+
"appliesto": "allElements",
|
|
6862
|
+
"computed": "asSpecified",
|
|
6863
|
+
"order": "perGrammar",
|
|
6864
|
+
"status": "standard",
|
|
6865
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/interactivity"
|
|
6866
|
+
},
|
|
6867
|
+
"interest-delay": {
|
|
6868
|
+
"syntax": "<'interest-delay-start'>{1,2}",
|
|
6869
|
+
"media": "visual",
|
|
6870
|
+
"inherited": true,
|
|
6871
|
+
"animationType": [
|
|
6872
|
+
"interest-delay-start",
|
|
6873
|
+
"interest-delay-end"
|
|
6874
|
+
],
|
|
6875
|
+
"percentages": "no",
|
|
6876
|
+
"groups": [
|
|
6877
|
+
"CSS Basic User Interface"
|
|
6878
|
+
],
|
|
6879
|
+
"initial": [
|
|
6880
|
+
"interest-delay-start",
|
|
6881
|
+
"interest-delay-end"
|
|
6882
|
+
],
|
|
6883
|
+
"appliesto": "allElements",
|
|
6884
|
+
"computed": [
|
|
6885
|
+
"interest-delay-start",
|
|
6886
|
+
"interest-delay-end"
|
|
6887
|
+
],
|
|
6888
|
+
"order": "perGrammar",
|
|
6302
6889
|
"status": "standard",
|
|
6303
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/
|
|
6890
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/interest-delay-end"
|
|
6304
6891
|
},
|
|
6305
|
-
"
|
|
6306
|
-
"syntax": "
|
|
6307
|
-
"media": "
|
|
6892
|
+
"interest-delay-end": {
|
|
6893
|
+
"syntax": "normal | <time>",
|
|
6894
|
+
"media": "visual",
|
|
6308
6895
|
"inherited": true,
|
|
6309
|
-
"animationType": "
|
|
6896
|
+
"animationType": "byComputedValueType",
|
|
6310
6897
|
"percentages": "no",
|
|
6311
6898
|
"groups": [
|
|
6312
|
-
"CSS
|
|
6899
|
+
"CSS Basic User Interface"
|
|
6313
6900
|
],
|
|
6314
|
-
"initial": "
|
|
6901
|
+
"initial": "normal",
|
|
6315
6902
|
"appliesto": "allElements",
|
|
6316
|
-
"computed": "
|
|
6903
|
+
"computed": "normalOrComputedTime",
|
|
6317
6904
|
"order": "perGrammar",
|
|
6318
|
-
"status": "
|
|
6319
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/
|
|
6905
|
+
"status": "standard",
|
|
6906
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/interest-delay-end"
|
|
6320
6907
|
},
|
|
6321
|
-
"
|
|
6322
|
-
"syntax": "
|
|
6908
|
+
"interest-delay-start": {
|
|
6909
|
+
"syntax": "normal | <time>",
|
|
6323
6910
|
"media": "visual",
|
|
6324
|
-
"inherited":
|
|
6325
|
-
"animationType": "
|
|
6911
|
+
"inherited": true,
|
|
6912
|
+
"animationType": "byComputedValueType",
|
|
6326
6913
|
"percentages": "no",
|
|
6327
6914
|
"groups": [
|
|
6328
|
-
"
|
|
6915
|
+
"CSS Basic User Interface"
|
|
6329
6916
|
],
|
|
6330
|
-
"initial": "
|
|
6331
|
-
"appliesto": "
|
|
6332
|
-
"computed": "
|
|
6333
|
-
"order": "
|
|
6917
|
+
"initial": "normal",
|
|
6918
|
+
"appliesto": "allElements",
|
|
6919
|
+
"computed": "normalOrComputedTime",
|
|
6920
|
+
"order": "perGrammar",
|
|
6334
6921
|
"status": "standard",
|
|
6335
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/
|
|
6922
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/interest-delay-start"
|
|
6336
6923
|
},
|
|
6337
6924
|
"justify-content": {
|
|
6338
6925
|
"syntax": "normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ]",
|
|
@@ -8616,6 +9203,38 @@
|
|
|
8616
9203
|
"status": "standard",
|
|
8617
9204
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/r"
|
|
8618
9205
|
},
|
|
9206
|
+
"reading-flow": {
|
|
9207
|
+
"syntax": "normal | source-order | flex-visual | flex-flow | grid-rows | grid-columns | grid-order",
|
|
9208
|
+
"media": "visual",
|
|
9209
|
+
"inherited": false,
|
|
9210
|
+
"animationType": "notAnimatable",
|
|
9211
|
+
"percentages": "no",
|
|
9212
|
+
"groups": [
|
|
9213
|
+
"CSS Display"
|
|
9214
|
+
],
|
|
9215
|
+
"initial": "normal",
|
|
9216
|
+
"appliesto": "blockContainersFlexContainersGridContainers",
|
|
9217
|
+
"computed": "asSpecified",
|
|
9218
|
+
"order": "perGrammar",
|
|
9219
|
+
"status": "standard",
|
|
9220
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/reading-flow"
|
|
9221
|
+
},
|
|
9222
|
+
"reading-order": {
|
|
9223
|
+
"syntax": "<integer>",
|
|
9224
|
+
"media": "visual",
|
|
9225
|
+
"inherited": false,
|
|
9226
|
+
"animationType": "byComputedValueType",
|
|
9227
|
+
"percentages": "no",
|
|
9228
|
+
"groups": [
|
|
9229
|
+
"CSS Display"
|
|
9230
|
+
],
|
|
9231
|
+
"initial": "0",
|
|
9232
|
+
"appliesto": "blockContainersFlexContainersGridContainers",
|
|
9233
|
+
"computed": "specifiedInteger",
|
|
9234
|
+
"order": "perGrammar",
|
|
9235
|
+
"status": "standard",
|
|
9236
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/reading-order"
|
|
9237
|
+
},
|
|
8619
9238
|
"resize": {
|
|
8620
9239
|
"syntax": "none | both | horizontal | vertical | block | inline",
|
|
8621
9240
|
"media": "visual",
|
|
@@ -9022,6 +9641,22 @@
|
|
|
9022
9641
|
"status": "standard",
|
|
9023
9642
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-top"
|
|
9024
9643
|
},
|
|
9644
|
+
"scroll-marker-group": {
|
|
9645
|
+
"syntax": "none | before | after",
|
|
9646
|
+
"media": "visual",
|
|
9647
|
+
"inherited": false,
|
|
9648
|
+
"animationType": "discrete",
|
|
9649
|
+
"percentages": "no",
|
|
9650
|
+
"groups": [
|
|
9651
|
+
"CSS Overflow"
|
|
9652
|
+
],
|
|
9653
|
+
"initial": "none",
|
|
9654
|
+
"appliesto": "scrollContainers",
|
|
9655
|
+
"computed": "asSpecified",
|
|
9656
|
+
"order": "perGrammar",
|
|
9657
|
+
"status": "standard",
|
|
9658
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-marker-group"
|
|
9659
|
+
},
|
|
9025
9660
|
"scroll-padding": {
|
|
9026
9661
|
"syntax": "[ auto | <length-percentage> ]{1,4}",
|
|
9027
9662
|
"media": "visual",
|
|
@@ -9358,6 +9993,22 @@
|
|
|
9358
9993
|
"order": "uniqueOrder",
|
|
9359
9994
|
"status": "obsolete"
|
|
9360
9995
|
},
|
|
9996
|
+
"scroll-target-group": {
|
|
9997
|
+
"syntax": "none | auto",
|
|
9998
|
+
"media": "visual",
|
|
9999
|
+
"inherited": false,
|
|
10000
|
+
"animationType": "discrete",
|
|
10001
|
+
"percentages": "no",
|
|
10002
|
+
"groups": [
|
|
10003
|
+
"CSS Overflow"
|
|
10004
|
+
],
|
|
10005
|
+
"initial": "none",
|
|
10006
|
+
"appliesto": "allElements",
|
|
10007
|
+
"computed": "asSpecified",
|
|
10008
|
+
"order": "perGrammar",
|
|
10009
|
+
"status": "standard",
|
|
10010
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-target-group"
|
|
10011
|
+
},
|
|
9361
10012
|
"scroll-timeline": {
|
|
9362
10013
|
"syntax": "[ <'scroll-timeline-name'> <'scroll-timeline-axis'>? ]#",
|
|
9363
10014
|
"media": "visual",
|
|
@@ -9949,6 +10600,27 @@
|
|
|
9949
10600
|
"status": "standard",
|
|
9950
10601
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-decoration-color"
|
|
9951
10602
|
},
|
|
10603
|
+
"text-decoration-inset": {
|
|
10604
|
+
"syntax": "<length>{1,2} | auto",
|
|
10605
|
+
"media": "visual",
|
|
10606
|
+
"inherited": false,
|
|
10607
|
+
"animationType": "byComputedValue",
|
|
10608
|
+
"percentages": "no",
|
|
10609
|
+
"groups": [
|
|
10610
|
+
"CSS Text Decoration"
|
|
10611
|
+
],
|
|
10612
|
+
"initial": "0",
|
|
10613
|
+
"appliesto": "allElements",
|
|
10614
|
+
"computed": "absoluteLengthOrKeyword",
|
|
10615
|
+
"order": "perGrammar",
|
|
10616
|
+
"alsoAppliesTo": [
|
|
10617
|
+
"::first-letter",
|
|
10618
|
+
"::first-line",
|
|
10619
|
+
"::placeholder"
|
|
10620
|
+
],
|
|
10621
|
+
"status": "standard",
|
|
10622
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-decoration-inset"
|
|
10623
|
+
},
|
|
9952
10624
|
"text-decoration-line": {
|
|
9953
10625
|
"syntax": "none | [ underline || overline || line-through || blink ] | spelling-error | grammar-error",
|
|
9954
10626
|
"media": "visual",
|
|
@@ -10385,6 +11057,183 @@
|
|
|
10385
11057
|
"status": "experimental",
|
|
10386
11058
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/timeline-scope"
|
|
10387
11059
|
},
|
|
11060
|
+
"timeline-trigger": {
|
|
11061
|
+
"syntax": "none | [ <'timeline-trigger-name'> <'timeline-trigger-source'> <'timeline-trigger-range'> [ '/' <'timeline-trigger-exit-range'> ]? ]#",
|
|
11062
|
+
"media": "visual",
|
|
11063
|
+
"inherited": false,
|
|
11064
|
+
"animationType": [
|
|
11065
|
+
"timeline-trigger-name",
|
|
11066
|
+
"timeline-trigger-source",
|
|
11067
|
+
"timeline-trigger-range",
|
|
11068
|
+
"timeline-trigger-exit-range"
|
|
11069
|
+
],
|
|
11070
|
+
"percentages": "no",
|
|
11071
|
+
"groups": [
|
|
11072
|
+
"CSS Animations"
|
|
11073
|
+
],
|
|
11074
|
+
"initial": [
|
|
11075
|
+
"timeline-trigger-name",
|
|
11076
|
+
"timeline-trigger-source",
|
|
11077
|
+
"timeline-trigger-range",
|
|
11078
|
+
"timeline-trigger-exit-range"
|
|
11079
|
+
],
|
|
11080
|
+
"appliesto": "allElements",
|
|
11081
|
+
"computed": [
|
|
11082
|
+
"timeline-trigger-name",
|
|
11083
|
+
"timeline-trigger-source",
|
|
11084
|
+
"timeline-trigger-range",
|
|
11085
|
+
"timeline-trigger-exit-range"
|
|
11086
|
+
],
|
|
11087
|
+
"order": "perGrammar",
|
|
11088
|
+
"status": "standard",
|
|
11089
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger"
|
|
11090
|
+
},
|
|
11091
|
+
"timeline-trigger-name": {
|
|
11092
|
+
"syntax": "none | <dashed-ident>#",
|
|
11093
|
+
"media": "visual",
|
|
11094
|
+
"inherited": false,
|
|
11095
|
+
"animationType": "notAnimatable",
|
|
11096
|
+
"percentages": "no",
|
|
11097
|
+
"groups": [
|
|
11098
|
+
"CSS Animations"
|
|
11099
|
+
],
|
|
11100
|
+
"initial": "none",
|
|
11101
|
+
"appliesto": "allElements",
|
|
11102
|
+
"computed": "asSpecified",
|
|
11103
|
+
"order": "perGrammar",
|
|
11104
|
+
"status": "standard",
|
|
11105
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-name"
|
|
11106
|
+
},
|
|
11107
|
+
"timeline-trigger-exit-range": {
|
|
11108
|
+
"syntax": "[ <'timeline-trigger-exit-range-start'> <'timeline-trigger-exit-range-end'>? ]#",
|
|
11109
|
+
"media": "visual",
|
|
11110
|
+
"inherited": false,
|
|
11111
|
+
"animationType": "notAnimatable",
|
|
11112
|
+
"percentages": [
|
|
11113
|
+
"timeline-trigger-exit-range-start",
|
|
11114
|
+
"timeline-trigger-exit-range-end"
|
|
11115
|
+
],
|
|
11116
|
+
"groups": [
|
|
11117
|
+
"CSS Animations"
|
|
11118
|
+
],
|
|
11119
|
+
"initial": [
|
|
11120
|
+
"timeline-trigger-exit-range-start",
|
|
11121
|
+
"timeline-trigger-exit-range-end"
|
|
11122
|
+
],
|
|
11123
|
+
"appliesto": "allElements",
|
|
11124
|
+
"computed": [
|
|
11125
|
+
"timeline-trigger-exit-range-start",
|
|
11126
|
+
"timeline-trigger-exit-range-end"
|
|
11127
|
+
],
|
|
11128
|
+
"order": "perGrammar",
|
|
11129
|
+
"status": "standard",
|
|
11130
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-exit-range"
|
|
11131
|
+
},
|
|
11132
|
+
"timeline-trigger-exit-range-end": {
|
|
11133
|
+
"syntax": "[ auto | normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
|
|
11134
|
+
"media": "visual",
|
|
11135
|
+
"inherited": false,
|
|
11136
|
+
"animationType": "notAnimatable",
|
|
11137
|
+
"percentages": "relativeToTimelineRangeIfSpecifiedOtherwiseEntireTimeline",
|
|
11138
|
+
"groups": [
|
|
11139
|
+
"CSS Animations"
|
|
11140
|
+
],
|
|
11141
|
+
"initial": "auto",
|
|
11142
|
+
"appliesto": "allElements",
|
|
11143
|
+
"computed": "listEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage",
|
|
11144
|
+
"order": "perGrammar",
|
|
11145
|
+
"status": "standard",
|
|
11146
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-exit-range-end"
|
|
11147
|
+
},
|
|
11148
|
+
"timeline-trigger-exit-range-start": {
|
|
11149
|
+
"syntax": "[ auto | normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
|
|
11150
|
+
"media": "visual",
|
|
11151
|
+
"inherited": false,
|
|
11152
|
+
"animationType": "notAnimatable",
|
|
11153
|
+
"percentages": "relativeToTimelineRangeIfSpecifiedOtherwiseEntireTimeline",
|
|
11154
|
+
"groups": [
|
|
11155
|
+
"CSS Animations"
|
|
11156
|
+
],
|
|
11157
|
+
"initial": "auto",
|
|
11158
|
+
"appliesto": "allElements",
|
|
11159
|
+
"computed": "listEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage",
|
|
11160
|
+
"order": "perGrammar",
|
|
11161
|
+
"status": "standard",
|
|
11162
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-exit-range-start"
|
|
11163
|
+
},
|
|
11164
|
+
"timeline-trigger-range": {
|
|
11165
|
+
"syntax": "[ <'timeline-trigger-range-start'> <'timeline-trigger-range-end'>? ]#",
|
|
11166
|
+
"media": "visual",
|
|
11167
|
+
"inherited": false,
|
|
11168
|
+
"animationType": "notAnimatable",
|
|
11169
|
+
"percentages": [
|
|
11170
|
+
"timeline-trigger-range-start",
|
|
11171
|
+
"timeline-trigger-range-end"
|
|
11172
|
+
],
|
|
11173
|
+
"groups": [
|
|
11174
|
+
"CSS Animations"
|
|
11175
|
+
],
|
|
11176
|
+
"initial": [
|
|
11177
|
+
"timeline-trigger-range-start",
|
|
11178
|
+
"timeline-trigger-range-end"
|
|
11179
|
+
],
|
|
11180
|
+
"appliesto": "allElements",
|
|
11181
|
+
"computed": [
|
|
11182
|
+
"timeline-trigger-range-start",
|
|
11183
|
+
"timeline-trigger-range-end"
|
|
11184
|
+
],
|
|
11185
|
+
"order": "perGrammar",
|
|
11186
|
+
"status": "standard",
|
|
11187
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-range"
|
|
11188
|
+
},
|
|
11189
|
+
"timeline-trigger-range-end": {
|
|
11190
|
+
"syntax": "[ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
|
|
11191
|
+
"media": "visual",
|
|
11192
|
+
"inherited": false,
|
|
11193
|
+
"animationType": "notAnimatable",
|
|
11194
|
+
"percentages": "relativeToTimelineRangeIfSpecifiedOtherwiseEntireTimeline",
|
|
11195
|
+
"groups": [
|
|
11196
|
+
"CSS Animations"
|
|
11197
|
+
],
|
|
11198
|
+
"initial": "normal",
|
|
11199
|
+
"appliesto": "allElements",
|
|
11200
|
+
"computed": "listEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage",
|
|
11201
|
+
"order": "perGrammar",
|
|
11202
|
+
"status": "standard",
|
|
11203
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-range-end"
|
|
11204
|
+
},
|
|
11205
|
+
"timeline-trigger-range-start": {
|
|
11206
|
+
"syntax": "[ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
|
|
11207
|
+
"media": "visual",
|
|
11208
|
+
"inherited": false,
|
|
11209
|
+
"animationType": "notAnimatable",
|
|
11210
|
+
"percentages": "relativeToTimelineRangeIfSpecifiedOtherwiseEntireTimeline",
|
|
11211
|
+
"groups": [
|
|
11212
|
+
"CSS Animations"
|
|
11213
|
+
],
|
|
11214
|
+
"initial": "normal",
|
|
11215
|
+
"appliesto": "allElements",
|
|
11216
|
+
"computed": "listEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage",
|
|
11217
|
+
"order": "perGrammar",
|
|
11218
|
+
"status": "standard",
|
|
11219
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-range-start"
|
|
11220
|
+
},
|
|
11221
|
+
"timeline-trigger-source": {
|
|
11222
|
+
"syntax": "<single-animation-timeline>#",
|
|
11223
|
+
"media": "visual",
|
|
11224
|
+
"inherited": false,
|
|
11225
|
+
"animationType": "notAnimatable",
|
|
11226
|
+
"percentages": "no",
|
|
11227
|
+
"groups": [
|
|
11228
|
+
"CSS Animations"
|
|
11229
|
+
],
|
|
11230
|
+
"initial": "auto",
|
|
11231
|
+
"appliesto": "allElements",
|
|
11232
|
+
"computed": "listOfNoneAutoIdentScrollOrView",
|
|
11233
|
+
"order": "perGrammar",
|
|
11234
|
+
"status": "standard",
|
|
11235
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-trigger-source"
|
|
11236
|
+
},
|
|
10388
11237
|
"top": {
|
|
10389
11238
|
"syntax": "auto | <length-percentage> | <anchor()> | <anchor-size()>",
|
|
10390
11239
|
"media": "visual",
|
|
@@ -10609,6 +11458,22 @@
|
|
|
10609
11458
|
"status": "standard",
|
|
10610
11459
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/translate"
|
|
10611
11460
|
},
|
|
11461
|
+
"trigger-scope": {
|
|
11462
|
+
"syntax": "none | all | <dashed-ident>#",
|
|
11463
|
+
"media": "visual",
|
|
11464
|
+
"inherited": false,
|
|
11465
|
+
"animationType": "notAnimatable",
|
|
11466
|
+
"percentages": "no",
|
|
11467
|
+
"groups": [
|
|
11468
|
+
"CSS Animations"
|
|
11469
|
+
],
|
|
11470
|
+
"initial": "none",
|
|
11471
|
+
"appliesto": "allElements",
|
|
11472
|
+
"computed": "asSpecified",
|
|
11473
|
+
"order": "perGrammar",
|
|
11474
|
+
"status": "standard",
|
|
11475
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/trigger-scope"
|
|
11476
|
+
},
|
|
10612
11477
|
"unicode-bidi": {
|
|
10613
11478
|
"syntax": "normal | embed | isolate | bidi-override | isolate-override | plaintext",
|
|
10614
11479
|
"media": "visual",
|