mdn-data 2.9.0 → 2.10.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/definitions.json +1 -0
- package/css/properties.json +355 -15
- package/css/properties.schema.json +17 -0
- package/l10n/css.json +48 -0
- package/package.json +1 -1
package/css/definitions.json
CHANGED
package/css/properties.json
CHANGED
|
@@ -2453,9 +2453,9 @@
|
|
|
2453
2453
|
"media": "visual",
|
|
2454
2454
|
"inherited": false,
|
|
2455
2455
|
"animationType": [
|
|
2456
|
-
"border-
|
|
2456
|
+
"border-width",
|
|
2457
2457
|
"border-style",
|
|
2458
|
-
"border-
|
|
2458
|
+
"border-color"
|
|
2459
2459
|
],
|
|
2460
2460
|
"percentages": "no",
|
|
2461
2461
|
"groups": [
|
|
@@ -4107,6 +4107,22 @@
|
|
|
4107
4107
|
"status": "standard",
|
|
4108
4108
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/clip-path"
|
|
4109
4109
|
},
|
|
4110
|
+
"clip-rule": {
|
|
4111
|
+
"syntax": "nonzero | evenodd",
|
|
4112
|
+
"media": "visual",
|
|
4113
|
+
"inherited": true,
|
|
4114
|
+
"animationType": "discrete",
|
|
4115
|
+
"percentages": "no",
|
|
4116
|
+
"groups": [
|
|
4117
|
+
"Scalable Vector Graphics"
|
|
4118
|
+
],
|
|
4119
|
+
"initial": "nonzero",
|
|
4120
|
+
"appliesto": "limitedSVGElementsGraphics",
|
|
4121
|
+
"computed": "asSpecified",
|
|
4122
|
+
"order": "perGrammar",
|
|
4123
|
+
"status": "standard",
|
|
4124
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/clip-rule"
|
|
4125
|
+
},
|
|
4110
4126
|
"color": {
|
|
4111
4127
|
"syntax": "<color>",
|
|
4112
4128
|
"media": "visual",
|
|
@@ -4128,6 +4144,22 @@
|
|
|
4128
4144
|
"status": "standard",
|
|
4129
4145
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color"
|
|
4130
4146
|
},
|
|
4147
|
+
"color-interpolation-filters": {
|
|
4148
|
+
"syntax": "auto | sRGB | linearRGB",
|
|
4149
|
+
"media": "visual",
|
|
4150
|
+
"inherited": true,
|
|
4151
|
+
"animationType": "discrete",
|
|
4152
|
+
"percentages": "no",
|
|
4153
|
+
"groups": [
|
|
4154
|
+
"Scalable Vector Graphics"
|
|
4155
|
+
],
|
|
4156
|
+
"initial": "linearRGB",
|
|
4157
|
+
"appliesto": "limitedSVGElementsFilterPrimitives",
|
|
4158
|
+
"computed": "asSpecified",
|
|
4159
|
+
"order": "perGrammar",
|
|
4160
|
+
"status": "standard",
|
|
4161
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/clip-rule"
|
|
4162
|
+
},
|
|
4131
4163
|
"color-scheme": {
|
|
4132
4164
|
"syntax": "normal | [ light | dark | <custom-ident> ]+ && only?",
|
|
4133
4165
|
"media": "visual",
|
|
@@ -4589,6 +4621,54 @@
|
|
|
4589
4621
|
"status": "standard",
|
|
4590
4622
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/cursor"
|
|
4591
4623
|
},
|
|
4624
|
+
"d": {
|
|
4625
|
+
"syntax": "none | path(<string>)",
|
|
4626
|
+
"media": "visual",
|
|
4627
|
+
"inherited": false,
|
|
4628
|
+
"animationType": "basicShapeOtherwiseNo",
|
|
4629
|
+
"percentages": "no",
|
|
4630
|
+
"groups": [
|
|
4631
|
+
"Scalable Vector Graphics"
|
|
4632
|
+
],
|
|
4633
|
+
"initial": "none",
|
|
4634
|
+
"appliesto": "limitedSVGElementsPath",
|
|
4635
|
+
"computed": "asSpecified",
|
|
4636
|
+
"order": "perGrammar",
|
|
4637
|
+
"status": "standard",
|
|
4638
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/d"
|
|
4639
|
+
},
|
|
4640
|
+
"cx": {
|
|
4641
|
+
"syntax": "<length> | <percentage>",
|
|
4642
|
+
"media": "visual",
|
|
4643
|
+
"inherited": false,
|
|
4644
|
+
"animationType": "byComputedValueType",
|
|
4645
|
+
"percentages": "referToSVGViewportWidth",
|
|
4646
|
+
"groups": [
|
|
4647
|
+
"Scalable Vector Graphics"
|
|
4648
|
+
],
|
|
4649
|
+
"initial": "0",
|
|
4650
|
+
"appliesto": "limitedSVGElementsEllipse",
|
|
4651
|
+
"computed": "percentageAsSpecifiedOrAbsoluteLength",
|
|
4652
|
+
"order": "perGrammar",
|
|
4653
|
+
"status": "standard",
|
|
4654
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/cx"
|
|
4655
|
+
},
|
|
4656
|
+
"cy": {
|
|
4657
|
+
"syntax": "<length> | <percentage>",
|
|
4658
|
+
"media": "visual",
|
|
4659
|
+
"inherited": false,
|
|
4660
|
+
"animationType": "byComputedValueType",
|
|
4661
|
+
"percentages": "referToSVGViewportHeight",
|
|
4662
|
+
"groups": [
|
|
4663
|
+
"Scalable Vector Graphics"
|
|
4664
|
+
],
|
|
4665
|
+
"initial": "0",
|
|
4666
|
+
"appliesto": "limitedSVGElementsEllipse",
|
|
4667
|
+
"computed": "percentageAsSpecifiedOrAbsoluteLength",
|
|
4668
|
+
"order": "perGrammar",
|
|
4669
|
+
"status": "standard",
|
|
4670
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/cy"
|
|
4671
|
+
},
|
|
4592
4672
|
"direction": {
|
|
4593
4673
|
"syntax": "ltr | rtl",
|
|
4594
4674
|
"media": "visual",
|
|
@@ -4621,6 +4701,22 @@
|
|
|
4621
4701
|
"status": "standard",
|
|
4622
4702
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/display"
|
|
4623
4703
|
},
|
|
4704
|
+
"dominant-baseline": {
|
|
4705
|
+
"syntax": "auto | text-bottom | alphabetic | ideographic | middle | central | mathematical | hanging | text-top",
|
|
4706
|
+
"media": "all",
|
|
4707
|
+
"inherited": true,
|
|
4708
|
+
"animationType": "discrete",
|
|
4709
|
+
"percentages": "no",
|
|
4710
|
+
"groups": [
|
|
4711
|
+
"Scalable Vector Graphics"
|
|
4712
|
+
],
|
|
4713
|
+
"initial": "auto",
|
|
4714
|
+
"appliesto": "blockContainersFlexContainersGridContainersInlineBoxesTableRowsSVGTextContentElements",
|
|
4715
|
+
"computed": "asSpecified",
|
|
4716
|
+
"order": "perGrammar",
|
|
4717
|
+
"status": "standard",
|
|
4718
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/dominant-baseline"
|
|
4719
|
+
},
|
|
4624
4720
|
"empty-cells": {
|
|
4625
4721
|
"syntax": "show | hide",
|
|
4626
4722
|
"media": "visual",
|
|
@@ -4653,6 +4749,54 @@
|
|
|
4653
4749
|
"status": "standard",
|
|
4654
4750
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/field-sizing"
|
|
4655
4751
|
},
|
|
4752
|
+
"fill": {
|
|
4753
|
+
"syntax": "none | <color> | <url> [none | <color>]? | context-fill | context-stroke",
|
|
4754
|
+
"media": "visual",
|
|
4755
|
+
"inherited": true,
|
|
4756
|
+
"animationType": "byComputedValueType",
|
|
4757
|
+
"percentages": "no",
|
|
4758
|
+
"groups": [
|
|
4759
|
+
"Scalable Vector Graphics"
|
|
4760
|
+
],
|
|
4761
|
+
"initial": "black",
|
|
4762
|
+
"appliesto": "limitedSVGElementsShapeText",
|
|
4763
|
+
"computed": "asColorOrAbsoluteURL",
|
|
4764
|
+
"order": "perGrammar",
|
|
4765
|
+
"status": "standard",
|
|
4766
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/fill"
|
|
4767
|
+
},
|
|
4768
|
+
"fill-opacity": {
|
|
4769
|
+
"syntax": "<alpha-value>",
|
|
4770
|
+
"media": "visual",
|
|
4771
|
+
"inherited": true,
|
|
4772
|
+
"animationType": "byComputedValueType",
|
|
4773
|
+
"percentages": "mapToRange0To1",
|
|
4774
|
+
"groups": [
|
|
4775
|
+
"Scalable Vector Graphics"
|
|
4776
|
+
],
|
|
4777
|
+
"initial": "1",
|
|
4778
|
+
"appliesto": "limitedSVGElementsShapeText",
|
|
4779
|
+
"computed": "specifiedValueNumberClipped0To1",
|
|
4780
|
+
"order": "perGrammar",
|
|
4781
|
+
"status": "standard",
|
|
4782
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/fill-opacity"
|
|
4783
|
+
},
|
|
4784
|
+
"fill-rule": {
|
|
4785
|
+
"syntax": "nonzero | evenodd",
|
|
4786
|
+
"media": "visual",
|
|
4787
|
+
"inherited": true,
|
|
4788
|
+
"animationType": "discrete",
|
|
4789
|
+
"percentages": "no",
|
|
4790
|
+
"groups": [
|
|
4791
|
+
"Scalable Vector Graphics"
|
|
4792
|
+
],
|
|
4793
|
+
"initial": "nonzero",
|
|
4794
|
+
"appliesto": "limitedSVGElementsShapeText",
|
|
4795
|
+
"computed": "asSpecified",
|
|
4796
|
+
"order": "perGrammar",
|
|
4797
|
+
"status": "standard",
|
|
4798
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/fill-rule"
|
|
4799
|
+
},
|
|
4656
4800
|
"filter": {
|
|
4657
4801
|
"syntax": "none | <filter-function-list>",
|
|
4658
4802
|
"media": "visual",
|
|
@@ -6666,6 +6810,74 @@
|
|
|
6666
6810
|
"status": "experimental",
|
|
6667
6811
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/margin-trim"
|
|
6668
6812
|
},
|
|
6813
|
+
"marker": {
|
|
6814
|
+
"syntax": "none | <url>",
|
|
6815
|
+
"media": "visual",
|
|
6816
|
+
"inherited": true,
|
|
6817
|
+
"animationType": "discrete",
|
|
6818
|
+
"percentages": "no",
|
|
6819
|
+
"groups": [
|
|
6820
|
+
"Scalable Vector Graphics"
|
|
6821
|
+
],
|
|
6822
|
+
"initial": [
|
|
6823
|
+
"marker-start",
|
|
6824
|
+
"marker-mid",
|
|
6825
|
+
"marker-end"
|
|
6826
|
+
],
|
|
6827
|
+
"appliesto": "limitedSVGElementsShapes",
|
|
6828
|
+
"computed": "asSpecified",
|
|
6829
|
+
"order": "perGrammar",
|
|
6830
|
+
"status": "standard",
|
|
6831
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/marker"
|
|
6832
|
+
},
|
|
6833
|
+
"marker-end": {
|
|
6834
|
+
"syntax": "none | <url>",
|
|
6835
|
+
"media": "visual",
|
|
6836
|
+
"inherited": true,
|
|
6837
|
+
"animationType": "discrete",
|
|
6838
|
+
"percentages": "no",
|
|
6839
|
+
"groups": [
|
|
6840
|
+
"Scalable Vector Graphics"
|
|
6841
|
+
],
|
|
6842
|
+
"initial": "none",
|
|
6843
|
+
"appliesto": "limitedSVGElementsShapes",
|
|
6844
|
+
"computed": "asSpecifiedURLsAbsolute",
|
|
6845
|
+
"order": "perGrammar",
|
|
6846
|
+
"status": "standard",
|
|
6847
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/marker-end"
|
|
6848
|
+
},
|
|
6849
|
+
"marker-mid": {
|
|
6850
|
+
"syntax": "none | <url>",
|
|
6851
|
+
"media": "visual",
|
|
6852
|
+
"inherited": true,
|
|
6853
|
+
"animationType": "discrete",
|
|
6854
|
+
"percentages": "no",
|
|
6855
|
+
"groups": [
|
|
6856
|
+
"Scalable Vector Graphics"
|
|
6857
|
+
],
|
|
6858
|
+
"initial": "none",
|
|
6859
|
+
"appliesto": "limitedSVGElementsShapes",
|
|
6860
|
+
"computed": "asSpecifiedURLsAbsolute",
|
|
6861
|
+
"order": "perGrammar",
|
|
6862
|
+
"status": "standard",
|
|
6863
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/marker-mid"
|
|
6864
|
+
},
|
|
6865
|
+
"marker-start": {
|
|
6866
|
+
"syntax": "none | <url>",
|
|
6867
|
+
"media": "visual",
|
|
6868
|
+
"inherited": true,
|
|
6869
|
+
"animationType": "discrete",
|
|
6870
|
+
"percentages": "no",
|
|
6871
|
+
"groups": [
|
|
6872
|
+
"Scalable Vector Graphics"
|
|
6873
|
+
],
|
|
6874
|
+
"initial": "none",
|
|
6875
|
+
"appliesto": "limitedSVGElementsShapes",
|
|
6876
|
+
"computed": "asSpecifiedURLsAbsolute",
|
|
6877
|
+
"order": "perGrammar",
|
|
6878
|
+
"status": "standard",
|
|
6879
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/marker-start"
|
|
6880
|
+
},
|
|
6669
6881
|
"mask": {
|
|
6670
6882
|
"syntax": "<mask-layer>#",
|
|
6671
6883
|
"media": "visual",
|
|
@@ -7419,31 +7631,31 @@
|
|
|
7419
7631
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/orphans"
|
|
7420
7632
|
},
|
|
7421
7633
|
"outline": {
|
|
7422
|
-
"syntax": "[ <'outline-
|
|
7634
|
+
"syntax": "[ <'outline-width'> || <'outline-style'> || <'outline-color'> ]",
|
|
7423
7635
|
"media": [
|
|
7424
7636
|
"visual",
|
|
7425
7637
|
"interactive"
|
|
7426
7638
|
],
|
|
7427
7639
|
"inherited": false,
|
|
7428
7640
|
"animationType": [
|
|
7429
|
-
"outline-color",
|
|
7430
7641
|
"outline-width",
|
|
7431
|
-
"outline-style"
|
|
7642
|
+
"outline-style",
|
|
7643
|
+
"outline-color"
|
|
7432
7644
|
],
|
|
7433
7645
|
"percentages": "no",
|
|
7434
7646
|
"groups": [
|
|
7435
7647
|
"CSS Basic User Interface"
|
|
7436
7648
|
],
|
|
7437
7649
|
"initial": [
|
|
7438
|
-
"outline-
|
|
7650
|
+
"outline-width",
|
|
7439
7651
|
"outline-style",
|
|
7440
|
-
"outline-
|
|
7652
|
+
"outline-color"
|
|
7441
7653
|
],
|
|
7442
7654
|
"appliesto": "allElements",
|
|
7443
7655
|
"computed": [
|
|
7444
|
-
"outline-color",
|
|
7445
7656
|
"outline-width",
|
|
7446
|
-
"outline-style"
|
|
7657
|
+
"outline-style",
|
|
7658
|
+
"outline-color"
|
|
7447
7659
|
],
|
|
7448
7660
|
"order": "orderOfAppearance",
|
|
7449
7661
|
"status": "standard",
|
|
@@ -8223,11 +8435,11 @@
|
|
|
8223
8435
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position-anchor"
|
|
8224
8436
|
},
|
|
8225
8437
|
"position-try": {
|
|
8226
|
-
"syntax": "<'position-try-order'>? <'position-try-
|
|
8438
|
+
"syntax": "<'position-try-order'>? <'position-try-fallbacks'>",
|
|
8227
8439
|
"media": "visual",
|
|
8228
8440
|
"inherited": false,
|
|
8229
8441
|
"animationType": [
|
|
8230
|
-
"position-try-
|
|
8442
|
+
"position-try-fallbacks",
|
|
8231
8443
|
"position-try-order"
|
|
8232
8444
|
],
|
|
8233
8445
|
"percentages": "no",
|
|
@@ -8235,19 +8447,19 @@
|
|
|
8235
8447
|
"CSS Positioning"
|
|
8236
8448
|
],
|
|
8237
8449
|
"initial": [
|
|
8238
|
-
"position-try-
|
|
8450
|
+
"position-try-fallbacks",
|
|
8239
8451
|
"position-try-order"
|
|
8240
8452
|
],
|
|
8241
8453
|
"appliesto": "absolutelyPositionedElements",
|
|
8242
8454
|
"computed": [
|
|
8243
|
-
"position-try-
|
|
8455
|
+
"position-try-fallbacks",
|
|
8244
8456
|
"position-try-order"
|
|
8245
8457
|
],
|
|
8246
8458
|
"order": "perGrammar",
|
|
8247
8459
|
"status": "experimental",
|
|
8248
8460
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position-try"
|
|
8249
8461
|
},
|
|
8250
|
-
"position-try-
|
|
8462
|
+
"position-try-fallbacks": {
|
|
8251
8463
|
"syntax": "none | [ [<dashed-ident> || <try-tactic>] | inset-area( <'inset-area'> ) ]#",
|
|
8252
8464
|
"media": "visual",
|
|
8253
8465
|
"inherited": false,
|
|
@@ -8261,7 +8473,7 @@
|
|
|
8261
8473
|
"computed": "asSpecified",
|
|
8262
8474
|
"order": "perGrammar",
|
|
8263
8475
|
"status": "experimental",
|
|
8264
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position-try-
|
|
8476
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position-try-fallbacks"
|
|
8265
8477
|
},
|
|
8266
8478
|
"position-try-order": {
|
|
8267
8479
|
"syntax": "normal | <try-size>",
|
|
@@ -8327,6 +8539,22 @@
|
|
|
8327
8539
|
"status": "standard",
|
|
8328
8540
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/quotes"
|
|
8329
8541
|
},
|
|
8542
|
+
"r": {
|
|
8543
|
+
"syntax": "<length> | <percentage>",
|
|
8544
|
+
"media": "visual",
|
|
8545
|
+
"inherited": false,
|
|
8546
|
+
"animationType": "byComputedValueType",
|
|
8547
|
+
"percentages": "referToSVGViewportSize",
|
|
8548
|
+
"groups": [
|
|
8549
|
+
"Scalable Vector Graphics"
|
|
8550
|
+
],
|
|
8551
|
+
"initial": "0",
|
|
8552
|
+
"appliesto": "limitedSVGElementsCircle",
|
|
8553
|
+
"computed": "percentageAsSpecifiedOrAbsoluteLength",
|
|
8554
|
+
"order": "perGrammar",
|
|
8555
|
+
"status": "standard",
|
|
8556
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/r"
|
|
8557
|
+
},
|
|
8330
8558
|
"resize": {
|
|
8331
8559
|
"syntax": "none | both | horizontal | vertical | block | inline",
|
|
8332
8560
|
"media": "visual",
|
|
@@ -8439,6 +8667,38 @@
|
|
|
8439
8667
|
"status": "experimental",
|
|
8440
8668
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ruby-position"
|
|
8441
8669
|
},
|
|
8670
|
+
"rx": {
|
|
8671
|
+
"syntax": "<length> | <percentage>",
|
|
8672
|
+
"media": "visual",
|
|
8673
|
+
"inherited": false,
|
|
8674
|
+
"animationType": "byComputedValueType",
|
|
8675
|
+
"percentages": "referToSVGViewportWidth",
|
|
8676
|
+
"groups": [
|
|
8677
|
+
"Scalable Vector Graphics"
|
|
8678
|
+
],
|
|
8679
|
+
"initial": "0",
|
|
8680
|
+
"appliesto": "limitedSVGElementsEllipseRect",
|
|
8681
|
+
"computed": "percentageAsSpecifiedOrAbsoluteLength",
|
|
8682
|
+
"order": "perGrammar",
|
|
8683
|
+
"status": "standard",
|
|
8684
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/rx"
|
|
8685
|
+
},
|
|
8686
|
+
"ry": {
|
|
8687
|
+
"syntax": "<length> | <percentage>",
|
|
8688
|
+
"media": "visual",
|
|
8689
|
+
"inherited": false,
|
|
8690
|
+
"animationType": "byComputedValueType",
|
|
8691
|
+
"percentages": "referToSVGViewportHeight",
|
|
8692
|
+
"groups": [
|
|
8693
|
+
"Scalable Vector Graphics"
|
|
8694
|
+
],
|
|
8695
|
+
"initial": "0",
|
|
8696
|
+
"appliesto": "limitedSVGElementsEllipseRect",
|
|
8697
|
+
"computed": "percentageAsSpecifiedOrAbsoluteLength",
|
|
8698
|
+
"order": "perGrammar",
|
|
8699
|
+
"status": "standard",
|
|
8700
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ry"
|
|
8701
|
+
},
|
|
8442
8702
|
"scale": {
|
|
8443
8703
|
"syntax": "none | <number>{1,3}",
|
|
8444
8704
|
"media": "visual",
|
|
@@ -9165,6 +9425,22 @@
|
|
|
9165
9425
|
"status": "standard",
|
|
9166
9426
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/shape-outside"
|
|
9167
9427
|
},
|
|
9428
|
+
"shape-rendering": {
|
|
9429
|
+
"syntax": "auto | optimizeSpeed | crispEdges | geometricPrecision",
|
|
9430
|
+
"media": "visual",
|
|
9431
|
+
"inherited": false,
|
|
9432
|
+
"animationType": "discrete",
|
|
9433
|
+
"percentages": "no",
|
|
9434
|
+
"groups": [
|
|
9435
|
+
"CSS Shapes"
|
|
9436
|
+
],
|
|
9437
|
+
"initial": "auto",
|
|
9438
|
+
"appliesto": "limitedSVGElementsShapes",
|
|
9439
|
+
"computed": "asSpecified",
|
|
9440
|
+
"order": "perGrammar",
|
|
9441
|
+
"status": "standard",
|
|
9442
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/shape-rendering"
|
|
9443
|
+
},
|
|
9168
9444
|
"tab-size": {
|
|
9169
9445
|
"syntax": "<integer> | <length>",
|
|
9170
9446
|
"media": "visual",
|
|
@@ -9232,6 +9508,22 @@
|
|
|
9232
9508
|
"status": "standard",
|
|
9233
9509
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-align-last"
|
|
9234
9510
|
},
|
|
9511
|
+
"text-anchor": {
|
|
9512
|
+
"syntax": "start | middle | end",
|
|
9513
|
+
"media": "visual",
|
|
9514
|
+
"inherited": true,
|
|
9515
|
+
"animationType": "discrete",
|
|
9516
|
+
"percentages": "no",
|
|
9517
|
+
"groups": [
|
|
9518
|
+
"Scalable Vector Graphics"
|
|
9519
|
+
],
|
|
9520
|
+
"initial": "start",
|
|
9521
|
+
"appliesto": "limitedSVGElementsTextContent",
|
|
9522
|
+
"computed": "asSpecified",
|
|
9523
|
+
"order": "perGrammar",
|
|
9524
|
+
"status": "standard",
|
|
9525
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-anchor"
|
|
9526
|
+
},
|
|
9235
9527
|
"text-combine-upright": {
|
|
9236
9528
|
"syntax": "none | all | [ digits <integer>? ]",
|
|
9237
9529
|
"media": "visual",
|
|
@@ -9985,6 +10277,22 @@
|
|
|
9985
10277
|
"status": "standard",
|
|
9986
10278
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/user-select"
|
|
9987
10279
|
},
|
|
10280
|
+
"vector-effect": {
|
|
10281
|
+
"syntax": "none | non-scaling-stroke | non-scaling-size | non-rotation | fixed-position",
|
|
10282
|
+
"media": "visual",
|
|
10283
|
+
"inherited": false,
|
|
10284
|
+
"animationType": "discrete",
|
|
10285
|
+
"percentages": "no",
|
|
10286
|
+
"groups": [
|
|
10287
|
+
"Scalable Vector Graphics"
|
|
10288
|
+
],
|
|
10289
|
+
"initial": "none",
|
|
10290
|
+
"appliesto": "limitedSVGElementsGraphicsAndUse",
|
|
10291
|
+
"computed": "asSpecified",
|
|
10292
|
+
"order": "perGrammar",
|
|
10293
|
+
"status": "standard",
|
|
10294
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/vector-effect"
|
|
10295
|
+
},
|
|
9988
10296
|
"vertical-align": {
|
|
9989
10297
|
"syntax": "baseline | sub | super | text-top | text-bottom | middle | top | bottom | <percentage> | <length>",
|
|
9990
10298
|
"media": "visual",
|
|
@@ -10260,6 +10568,38 @@
|
|
|
10260
10568
|
"status": "standard",
|
|
10261
10569
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/writing-mode"
|
|
10262
10570
|
},
|
|
10571
|
+
"x": {
|
|
10572
|
+
"syntax": "<length> | <percentage>",
|
|
10573
|
+
"media": "visual",
|
|
10574
|
+
"inherited": false,
|
|
10575
|
+
"animationType": "byComputedValueType",
|
|
10576
|
+
"percentages": "referToSVGViewportWidth",
|
|
10577
|
+
"groups": [
|
|
10578
|
+
"Scalable Vector Graphics"
|
|
10579
|
+
],
|
|
10580
|
+
"initial": "0",
|
|
10581
|
+
"appliesto": "limitedSVGElementsGeometry",
|
|
10582
|
+
"computed": "percentageAsSpecifiedOrAbsoluteLength",
|
|
10583
|
+
"order": "perGrammar",
|
|
10584
|
+
"status": "standard",
|
|
10585
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/x"
|
|
10586
|
+
},
|
|
10587
|
+
"y": {
|
|
10588
|
+
"syntax": "<length> | <percentage>",
|
|
10589
|
+
"media": "visual",
|
|
10590
|
+
"inherited": false,
|
|
10591
|
+
"animationType": "byComputedValueType",
|
|
10592
|
+
"percentages": "referToSVGViewportHeight",
|
|
10593
|
+
"groups": [
|
|
10594
|
+
"Scalable Vector Graphics"
|
|
10595
|
+
],
|
|
10596
|
+
"initial": "0",
|
|
10597
|
+
"appliesto": "limitedSVGElementsGeometry",
|
|
10598
|
+
"computed": "percentageAsSpecifiedOrAbsoluteLength",
|
|
10599
|
+
"order": "perGrammar",
|
|
10600
|
+
"status": "standard",
|
|
10601
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/y"
|
|
10602
|
+
},
|
|
10263
10603
|
"z-index": {
|
|
10264
10604
|
"syntax": "auto | <integer>",
|
|
10265
10605
|
"media": "visual",
|
|
@@ -74,6 +74,9 @@
|
|
|
74
74
|
"referToSizeOfFont",
|
|
75
75
|
"referToSizeOfMaskBorderImage",
|
|
76
76
|
"referToSizeOfMaskPaintingArea",
|
|
77
|
+
"referToSVGViewportHeight",
|
|
78
|
+
"referToSVGViewportSize",
|
|
79
|
+
"referToSVGViewportWidth",
|
|
77
80
|
"referToTotalPathLength",
|
|
78
81
|
"referToWidthAndHeightOfElement",
|
|
79
82
|
"referToWidthOfAffectedGlyph",
|
|
@@ -113,6 +116,7 @@
|
|
|
113
116
|
"absoluteURIOrNone",
|
|
114
117
|
"angleRoundedToNextQuarter",
|
|
115
118
|
"asAutoOrColor",
|
|
119
|
+
"asColorOrAbsoluteURL",
|
|
116
120
|
"asDefinedForBasicShapeWithAbsoluteURIOtherwiseAsSpecified",
|
|
117
121
|
"asLength",
|
|
118
122
|
"asSpecified",
|
|
@@ -201,6 +205,7 @@
|
|
|
201
205
|
"blockContainersExceptMultiColumnContainers",
|
|
202
206
|
"blockContainersExceptTableWrappers",
|
|
203
207
|
"blockContainersFlexContainersGridContainers",
|
|
208
|
+
"blockContainersFlexContainersGridContainersInlineBoxesTableRowsSVGTextContentElements",
|
|
204
209
|
"blockContainersMultiColumnContainersFlexContainersGridContainers",
|
|
205
210
|
"blockElementsInNormalFlow",
|
|
206
211
|
"blockLevelElements",
|
|
@@ -235,6 +240,18 @@
|
|
|
235
240
|
"inFlowChildrenOfBoxElements",
|
|
236
241
|
"inlineBoxesAndBlockContainers",
|
|
237
242
|
"inlineLevelAndTableCellElements",
|
|
243
|
+
"limitedSVGElements",
|
|
244
|
+
"limitedSVGElementsCircle",
|
|
245
|
+
"limitedSVGElementsEllipse",
|
|
246
|
+
"limitedSVGElementsEllipseRect",
|
|
247
|
+
"limitedSVGElementsFilterPrimitives",
|
|
248
|
+
"limitedSVGElementsGeometry",
|
|
249
|
+
"limitedSVGElementsGraphics",
|
|
250
|
+
"limitedSVGElementsGraphicsAndUse",
|
|
251
|
+
"limitedSVGElementsPath",
|
|
252
|
+
"limitedSVGElementsShapes",
|
|
253
|
+
"limitedSVGElementsShapeText",
|
|
254
|
+
"limitedSVGElementsTextContent",
|
|
238
255
|
"listItems",
|
|
239
256
|
"maskElements",
|
|
240
257
|
"multicolElements",
|
package/l10n/css.json
CHANGED
|
@@ -369,6 +369,9 @@
|
|
|
369
369
|
"de": "<code>auto</code> wird wie angegeben berechnet und <code><color></code> Werte werden wie für die {{cssxref(\"color\")}} Eigenschaft berechnet.",
|
|
370
370
|
"ja": "<code>auto</code> は仕様通りに計算され、 <code><color></code> 値は {{cssxref(\"color\")}} プロパティで定義されたように計算される。"
|
|
371
371
|
},
|
|
372
|
+
"asColorOrAbsoluteURL": {
|
|
373
|
+
"en-US": "as specified, but with <code><color></code> values computed and <code><url></code> values made absolute"
|
|
374
|
+
},
|
|
372
375
|
"asDefinedForBasicShapeWithAbsoluteURIOtherwiseAsSpecified": {
|
|
373
376
|
"de": "wie definiert für {{cssxref(\"basic-shape\")}} (gefolgt von {{cssxref(\"shape-box\")}}, falls angegeben), dem {{cssxref(\"image\")}}, dessen URI absolut gemacht wurde, ansonsten wie angegeben.",
|
|
374
377
|
"en-US": "as defined for {{cssxref(\"basic-shape\")}} (with {{cssxref(\"shape-box\")}} following, if supplied), the {{cssxref(\"image\")}} with its URI made absolute, otherwise as specified.",
|
|
@@ -549,6 +552,9 @@
|
|
|
549
552
|
"en-US": "Block-containers, flex containers, and grid containers",
|
|
550
553
|
"ja": "ブロックコンテナー, フレックスコンテナー, グリッドコンテナー"
|
|
551
554
|
},
|
|
555
|
+
"blockContainersFlexContainersGridContainersInlineBoxesTableRowsSVGTextContentElements": {
|
|
556
|
+
"en-US": "Block-containers, flex containers, grid containers, inline boxes, table rows, and SVG text content elements"
|
|
557
|
+
},
|
|
552
558
|
"blockContainersMultiColumnContainersFlexContainersGridContainers": {
|
|
553
559
|
"en-US": "Block-containers, multi-column containers, flex containers"
|
|
554
560
|
},
|
|
@@ -959,6 +965,39 @@
|
|
|
959
965
|
"lengthsAsPercentages": {
|
|
960
966
|
"en-US": "The lengths may be specified as percentages"
|
|
961
967
|
},
|
|
968
|
+
"limitedSVGElementsCircle": {
|
|
969
|
+
"en-US": "{{SVGElement(\"circle\")}} element in {{SVGElement(\"svg\")}}"
|
|
970
|
+
},
|
|
971
|
+
"limitedSVGElementsEllipse": {
|
|
972
|
+
"en-US": "{{SVGElement(\"ellipse\")}} and {{SVGElement(\"circle\")}} elements in {{SVGElement(\"svg\")}}"
|
|
973
|
+
},
|
|
974
|
+
"limitedSVGElementsEllipseRect": {
|
|
975
|
+
"en-US": "{{SVGElement(\"ellipse\")}} and {{SVGElement(\"rect\")}} elements in {{SVGElement(\"svg\")}}"
|
|
976
|
+
},
|
|
977
|
+
"limitedSVGElementsGeometry": {
|
|
978
|
+
"en-US": "{{SVGElement(\"svg\")}}, {{SVGElement(\"rect\")}}, {{SVGElement(\"image\")}}, and {{SVGElement(\"foreignObject\")}} elements in an <code>svg</code>"
|
|
979
|
+
},
|
|
980
|
+
"limitedSVGElementsPath": {
|
|
981
|
+
"en-US": "{{SVGElement(\"path\")}} element in {{SVGElement(\"svg\")}}"
|
|
982
|
+
},
|
|
983
|
+
"limitedSVGElementsShapeText": {
|
|
984
|
+
"en-US": "SVG shapes and text content elements"
|
|
985
|
+
},
|
|
986
|
+
"limitedSVGElementsFilterPrimitives": {
|
|
987
|
+
"en-US": "The set of elements that control the output of a {{SVGElement(\"filter\")}} element in {{SVGElement(\"svg\")}}"
|
|
988
|
+
},
|
|
989
|
+
"limitedSVGElementsGraphics": {
|
|
990
|
+
"en-US": "{{SVGElement(\"circle\")}}, {{SVGElement(\"ellipse\")}}, {{SVGElement(\"foreignObject\")}}, {{SVGElement(\"image\")}}, {{SVGElement(\"line\")}}, {{SVGElement(\"path\")}}, {{SVGElement(\"polygon\")}}, {{SVGElement(\"polyline\")}}, {{SVGElement(\"rect\")}}, {{SVGElement(\"text\")}}, {{SVGElement(\"textPath\")}}, and {{SVGElement(\"tspan\")}} elements in {{SVGElement(\"svg\")}}"
|
|
991
|
+
},
|
|
992
|
+
"limitedSVGElementsGraphicsAndUse": {
|
|
993
|
+
"en-US": "{{SVGElement(\"circle\")}}, {{SVGElement(\"ellipse\")}}, {{SVGElement(\"foreignObject\")}}, {{SVGElement(\"image\")}}, {{SVGElement(\"line\")}}, {{SVGElement(\"path\")}}, {{SVGElement(\"polygon\")}}, {{SVGElement(\"polyline\")}}, {{SVGElement(\"rect\")}}, {{SVGElement(\"use\")}}, {{SVGElement(\"text\")}}, {{SVGElement(\"textPath\")}}, and {{SVGElement(\"tspan\")}} elements in {{SVGElement(\"svg\")}}"
|
|
994
|
+
},
|
|
995
|
+
"limitedSVGElementsShapes": {
|
|
996
|
+
"en-US": "{{SVGElement(\"circle\")}}, {{SVGElement(\"ellipse\")}}, {{SVGElement(\"line\")}}, {{SVGElement(\"path\")}}, {{SVGElement(\"polygon\")}}, {{SVGElement(\"polyline\")}}, and {{SVGElement(\"rect\")}} elements in {{SVGElement(\"svg\")}}"
|
|
997
|
+
},
|
|
998
|
+
"limitedSVGElementsTextContent": {
|
|
999
|
+
"en-US": "{{SVGElement(\"text\")}}, {{SVGElement(\"textPath\")}} , and {{SVGElement(\"tspan\")}} elements in {{SVGElement(\"svg\")}}"
|
|
1000
|
+
},
|
|
962
1001
|
"listEachItemConsistingOfAbsoluteLengthPercentageAndOrigin": {
|
|
963
1002
|
"de": "Eine Liste, bei der jeder Eintrag aus einem Versatz besteht, der durch eine Kombination aus absoluter Länge und einem Prozentsatz plus einem Ursprungsschlüsselwort definiert wird",
|
|
964
1003
|
"en-US": "A list, each item consisting of: an offset given as a combination of an absolute length and a percentage, plus an origin keyword",
|
|
@@ -1409,6 +1448,15 @@
|
|
|
1409
1448
|
"ja": "マスク描画領域の寸法からマスクレイヤー画像の寸法を引いたものに対する相対値 ({{cssxref(\"background-position\")}} のテキストを参照)",
|
|
1410
1449
|
"ru": "относятся к размеру маски области рисования минус размер маски слоя изображения (смотрите статью о {{cssxref(\"background-position\")}})"
|
|
1411
1450
|
},
|
|
1451
|
+
"referToSVGViewportSize": {
|
|
1452
|
+
"en-US": "refer to the normalized diagonal of the current SVG viewport"
|
|
1453
|
+
},
|
|
1454
|
+
"referToSVGViewportHeight": {
|
|
1455
|
+
"en-US": "refer to the height of the current SVG viewport"
|
|
1456
|
+
},
|
|
1457
|
+
"referToSVGViewportWidth": {
|
|
1458
|
+
"en-US": "refer to the width of the current SVG viewport"
|
|
1459
|
+
},
|
|
1412
1460
|
"referToTotalPathLength": {
|
|
1413
1461
|
"de": "beziehen sich auf die Gesamtlänge des Pfads",
|
|
1414
1462
|
"en-US": "refer to the total path length",
|