mdn-data 2.26.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/properties.json +667 -11
- package/css/properties.schema.json +9 -0
- package/css/syntaxes.json +9 -0
- package/l10n/css.json +27 -0
- package/package.json +1 -1
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",
|
|
@@ -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",
|
|
@@ -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",
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"byComputedValue",
|
|
22
22
|
"byComputedValueType",
|
|
23
23
|
"byComputedValueTypeNormalAnimatesAsObliqueZeroDeg",
|
|
24
|
+
"byDynamicRangeLimitMix",
|
|
24
25
|
"color",
|
|
25
26
|
"discrete",
|
|
26
27
|
"discreteButVisibleForDurationWhenAnimatedHidden",
|
|
@@ -39,6 +40,7 @@
|
|
|
39
40
|
"shadowList",
|
|
40
41
|
"simpleListOfLpc",
|
|
41
42
|
"simpleListOfLpcDifferenceLpc",
|
|
43
|
+
"superellipseInterpolation",
|
|
42
44
|
"transform",
|
|
43
45
|
"visibility"
|
|
44
46
|
]
|
|
@@ -138,10 +140,13 @@
|
|
|
138
140
|
"asSpecifiedWithVarsSubstituted",
|
|
139
141
|
"autoOnAbsolutelyPositionedElementsValueOfAlignItemsOnParent",
|
|
140
142
|
"autoOrRectangle",
|
|
143
|
+
"autoOrAbsoluteLength",
|
|
141
144
|
"colorPlusThreeAbsoluteLengths",
|
|
142
145
|
"computedColor",
|
|
146
|
+
"computedValueForDynamicRangeLimit",
|
|
143
147
|
"consistsOfTwoDimensionKeywords",
|
|
144
148
|
"consistsOfTwoKeywordsForOriginAndOffsets",
|
|
149
|
+
"correspondingSuperellipse",
|
|
145
150
|
"forLengthAbsoluteValueOtherwisePercentage",
|
|
146
151
|
"autoForTranslucentColorRGBAOtherwiseRGB",
|
|
147
152
|
"keywordOrNumericalValueBolderLighterTransformedToRealValue",
|
|
@@ -158,6 +163,7 @@
|
|
|
158
163
|
"noneOrOrderedListOfIdentifiers",
|
|
159
164
|
"normalizedAngle",
|
|
160
165
|
"normalOnElementsForPseudosNoneAbsoluteURIStringOrAsSpecified",
|
|
166
|
+
"normalOrComputedTime",
|
|
161
167
|
"oneToFourPercentagesOrAbsoluteLengthsPlusFill",
|
|
162
168
|
"optimumValueOfAbsoluteLengthOrNormal",
|
|
163
169
|
"percentage",
|
|
@@ -169,6 +175,7 @@
|
|
|
169
175
|
"sameAsMaxWidthAndMaxHeight",
|
|
170
176
|
"sameAsMinWidthAndMinHeight",
|
|
171
177
|
"sameAsWidthAndHeight",
|
|
178
|
+
"specifiedInteger",
|
|
172
179
|
"specifiedIntegerOrAbsoluteLength",
|
|
173
180
|
"specifiedKeywordOrComputedFunction",
|
|
174
181
|
"specifiedValue",
|
|
@@ -254,6 +261,7 @@
|
|
|
254
261
|
"inlineBoxesAndBlockContainers",
|
|
255
262
|
"inFlowChildrenOfBoxElements",
|
|
256
263
|
"inlineLevelAndTableCellElements",
|
|
264
|
+
"inlineLevelBoxes",
|
|
257
265
|
"inlineLevelBoxesAndSVGTextContentElements",
|
|
258
266
|
"inlineLevelBoxesFlexItemsGridItemsTableCellsAndSVGTextContentElements",
|
|
259
267
|
"limitedSVGElements",
|
|
@@ -296,6 +304,7 @@
|
|
|
296
304
|
"textAndBlockContainers",
|
|
297
305
|
"textAndSVGShapes",
|
|
298
306
|
"textElements",
|
|
307
|
+
"textOrElementsThatAcceptInput",
|
|
299
308
|
"textFields",
|
|
300
309
|
"transformableElements"
|
|
301
310
|
]
|
package/css/syntaxes.json
CHANGED
|
@@ -251,6 +251,9 @@
|
|
|
251
251
|
"coord-box": {
|
|
252
252
|
"syntax": "<paint-box> | view-box"
|
|
253
253
|
},
|
|
254
|
+
"corner-shape-value": {
|
|
255
|
+
"syntax": "round | scoop | bevel | notch | square | squircle | <superellipse()>"
|
|
256
|
+
},
|
|
254
257
|
"cos()": {
|
|
255
258
|
"syntax": "cos( <calc-sum> )"
|
|
256
259
|
},
|
|
@@ -323,6 +326,9 @@
|
|
|
323
326
|
"drop-shadow()": {
|
|
324
327
|
"syntax": "drop-shadow( [ <color>? && <length>{2,3} ] )"
|
|
325
328
|
},
|
|
329
|
+
"dynamic-range-limit-mix()": {
|
|
330
|
+
"syntax": "dynamic-range-limit-mix( [ <'dynamic-range-limit'> && <percentage [0,100]> ]#{2,} )"
|
|
331
|
+
},
|
|
326
332
|
"easing-function": {
|
|
327
333
|
"syntax": "<linear-easing-function> | <cubic-bezier-easing-function> | <step-easing-function>"
|
|
328
334
|
},
|
|
@@ -995,6 +1001,9 @@
|
|
|
995
1001
|
"subclass-selector": {
|
|
996
1002
|
"syntax": "<id-selector> | <class-selector> | <attribute-selector> | <pseudo-class-selector>"
|
|
997
1003
|
},
|
|
1004
|
+
"superellipse()": {
|
|
1005
|
+
"syntax": "superellipse(<number> | infinity | -infinity)"
|
|
1006
|
+
},
|
|
998
1007
|
"supports-condition": {
|
|
999
1008
|
"syntax": "not <supports-in-parens> | <supports-in-parens> [ and <supports-in-parens> ]* | <supports-in-parens> [ or <supports-in-parens> ]*"
|
|
1000
1009
|
},
|
package/l10n/css.json
CHANGED
|
@@ -560,6 +560,9 @@
|
|
|
560
560
|
"ja": "絶対位置指定要素に対しては <code>auto</code> は自分自身に対して計算し、それ以外のすべてのボックスに対しては親の {{cssxref(\"align-items\")}} の計算値 (から古いキーワードを引いた値) に計算し、親が無ければ <code>start</code> になる。この動作は {{cssxref(\"justify-self\")}} で説明したとおり、レイアウトモデルの依存する。それ以外の場合は指定された値となる。",
|
|
561
561
|
"ru": "при <code>auto</code> абсолютно позиционированные элементы вычисляют сами и вычисленное значение {{cssxref(\"align-items\")}} для родителя (кроме ключевых слов) на остальных блоках, или <code>start</code>, если у блока нет родителя. Его поведение зависит от модели макета, описываемой {{cssxref(\"justify-self\")}}. Иначе указанное значение."
|
|
562
562
|
},
|
|
563
|
+
"autoOrAbsoluteLength": {
|
|
564
|
+
"en-US": "<code>auto</code> if specified as <code>auto</code>, otherwise for {{cssxref(\"length\")}} the absolute value specified"
|
|
565
|
+
},
|
|
563
566
|
"autoOrRectangle": {
|
|
564
567
|
"de": "<code>auto</code>, falls als <code>auto</code> angegeben, ansonsten ein Rechteck mit vier Werten, von denen jeder <code>auto</code> ist, falls als <code>auto</code> angegeben, ansonsten die berechnete Länge",
|
|
565
568
|
"en-US": "<code>auto</code> if specified as <code>auto</code>, otherwise a rectangle with four values, each of which is <code>auto</code> if specified as <code>auto</code> or the computed length otherwise",
|
|
@@ -676,6 +679,9 @@
|
|
|
676
679
|
"byComputedValueTypeNormalAnimatesAsObliqueZeroDeg": {
|
|
677
680
|
"en-US": "by computed value type; <code>normal</code> animates as <code>oblique 0deg</code>"
|
|
678
681
|
},
|
|
682
|
+
"byDynamicRangeLimitMix": {
|
|
683
|
+
"en-US": "By <a href=\"/en-US/docs/Web/CSS/Reference/Values/dynamic-range-limit-mix\"><code>dynamic-range-limit-mix()</code></a>"
|
|
684
|
+
},
|
|
679
685
|
"canonicalOrder": {
|
|
680
686
|
"de": "Kanonische Reihenfolge",
|
|
681
687
|
"en-US": "Canonical order",
|
|
@@ -713,6 +719,9 @@
|
|
|
713
719
|
"ru": "вычисленный цвет",
|
|
714
720
|
"zh-CN": "颜色计算值"
|
|
715
721
|
},
|
|
722
|
+
"computedValueForDynamicRangeLimit": {
|
|
723
|
+
"en-US": "See <a href=\"https://drafts.csswg.org/css-color-hdr/#computing-dynamic-range-limit\">Computed value for dynamic-range-limit</a>"
|
|
724
|
+
},
|
|
716
725
|
"consistsOfTwoDimensionKeywords": {
|
|
717
726
|
"de": "Besteht aus zwei Schlüsselwörtern, einem pro Richtung",
|
|
718
727
|
"en-US": "Consists of two keywords, one per dimension",
|
|
@@ -738,6 +747,9 @@
|
|
|
738
747
|
"convertedToNumber": {
|
|
739
748
|
"en-US": "Converted to {{cssxref(\"<number>\")}}"
|
|
740
749
|
},
|
|
750
|
+
"correspondingSuperellipse": {
|
|
751
|
+
"en-US": "The corresponding <a href=\"/en-US/docs/Web/CSS/Reference/Values/superellipse\">superellipse()</a> value."
|
|
752
|
+
},
|
|
741
753
|
"createsStackingContext": {
|
|
742
754
|
"de": "Erstellt <a href=\"/de/docs/Web/CSS/CSS_positioned_layout/Understanding_z-index/Stacking_context\">Stapelkontext</a>",
|
|
743
755
|
"en-US": "Creates <a href=\"/en-US/docs/Web/CSS/CSS_positioned_layout/Understanding_z-index/Stacking_context\">stacking context</a>",
|
|
@@ -975,6 +987,9 @@
|
|
|
975
987
|
"ru": "строчным элементам и ячейкам таблиц",
|
|
976
988
|
"zh-TW": "行內層和表格儲存格元素"
|
|
977
989
|
},
|
|
990
|
+
"inlineLevelBoxes": {
|
|
991
|
+
"en-US": "inline-level boxes"
|
|
992
|
+
},
|
|
978
993
|
"inlineLevelBoxesAndSVGTextContentElements": {
|
|
979
994
|
"en-US": "inline-level boxes and SVG text content elements"
|
|
980
995
|
},
|
|
@@ -1325,6 +1340,9 @@
|
|
|
1325
1340
|
"ja": "要素の場合は、常に <code>normal</code> と計算される。 {{cssxref(\"::before\")}} および {{cssxref(\"::after\")}} の場合、 <code>normal</code> が指定されていれば計算値は <code>none</code>。それ以外の場合、 URI 値の場合は絶対 URI、 <code>attr()</code> 値の場合は結果の文字列、その他のキーワードについては指定通り。",
|
|
1326
1341
|
"ru": "На элементах всегда вычисляется как <code>normal</code>. На {{cssxref(\"::before\")}} и {{cssxref(\"::after\")}}, если <code>normal</code> указано, интерпретируется как <code>none</code>. Иначе, для значений URI, абсолютного URI; для значений <code>attr()</code> - результирующая строка; для других ключевых слов, как указано."
|
|
1327
1342
|
},
|
|
1343
|
+
"normalOrComputedTime": {
|
|
1344
|
+
"en-US": "<code>normal</code> or a computed time"
|
|
1345
|
+
},
|
|
1328
1346
|
"notAnimatable": {
|
|
1329
1347
|
"en-US": "Not animatable",
|
|
1330
1348
|
"ja": "アニメーション不可",
|
|
@@ -1848,6 +1866,9 @@
|
|
|
1848
1866
|
"en-US": "simple list of length, percentage, or calc, provided the only differences are in the values of the length, percentage, or calc components in the list",
|
|
1849
1867
|
"ja": "長さ、パーセント値、 calc の単純なリストであり、唯一の違いはリスト内の長さ、パーセント値、 calc の部分の値のみ"
|
|
1850
1868
|
},
|
|
1869
|
+
"specifiedInteger": {
|
|
1870
|
+
"en-US": "The specified integer"
|
|
1871
|
+
},
|
|
1851
1872
|
"specifiedIntegerOrAbsoluteLength": {
|
|
1852
1873
|
"de": "die angegebene Ganzzahl oder eine absolute Länge",
|
|
1853
1874
|
"en-US": "the specified integer or an absolute length",
|
|
@@ -1884,6 +1905,9 @@
|
|
|
1884
1905
|
"ja": "<code>start</code>。<code>start</code> に対応していないブラウザーでは、{{cssxref(\"direction\", \"書字方向\")}}が <code>ltr</code> なら <code>left</code>、<code>rtl</code> なら <code>right</code> として動作する無名の値",
|
|
1885
1906
|
"ru": "<code>start</code>, или неназванное значение, которое действует как <code>left</code>, если {{cssxref(\"direction\")}}: <code>ltr</code> или как <code>right</code>, если {{cssxref(\"direction\")}}: <code>rtl</code>, а если <code>start</code> не поддерживается браузером."
|
|
1886
1907
|
},
|
|
1908
|
+
"superellipseInterpolation": {
|
|
1909
|
+
"en-US": "Animates as per <a href=\"https://drafts.csswg.org/css-borders/#superellipse-interpolation\">superellipse interpolation</a>."
|
|
1910
|
+
},
|
|
1887
1911
|
"tableCaptionElements": {
|
|
1888
1912
|
"de": "table-caption Elemente",
|
|
1889
1913
|
"en-US": "table-caption elements",
|
|
@@ -1928,6 +1952,9 @@
|
|
|
1928
1952
|
"zh-CN": "文本元素",
|
|
1929
1953
|
"zh-TW": "文字元素"
|
|
1930
1954
|
},
|
|
1955
|
+
"textOrElementsThatAcceptInput": {
|
|
1956
|
+
"en-US": "Text or elements that accept text input"
|
|
1957
|
+
},
|
|
1931
1958
|
"textFields": {
|
|
1932
1959
|
"de": "Textfelder",
|
|
1933
1960
|
"en-US": "text fields",
|