mdn-data 2.9.0 → 2.11.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 +500 -16
- package/css/properties.schema.json +23 -0
- package/l10n/css.json +60 -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,166 @@
|
|
|
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
|
+
},
|
|
9444
|
+
"stroke": {
|
|
9445
|
+
"syntax": "",
|
|
9446
|
+
"media": "visual",
|
|
9447
|
+
"inherited": true,
|
|
9448
|
+
"animationType": [
|
|
9449
|
+
"stroke-dasharray",
|
|
9450
|
+
"stroke-dashoffset",
|
|
9451
|
+
"stroke-linecap",
|
|
9452
|
+
"stroke-linejoin",
|
|
9453
|
+
"stroke-miterlimit",
|
|
9454
|
+
"stroke-opacity",
|
|
9455
|
+
"stroke-width"
|
|
9456
|
+
],
|
|
9457
|
+
"percentages": "no",
|
|
9458
|
+
"groups": [
|
|
9459
|
+
"Scalable Vector Graphics"
|
|
9460
|
+
],
|
|
9461
|
+
"initial": [
|
|
9462
|
+
"stroke-dasharray",
|
|
9463
|
+
"stroke-dashoffset",
|
|
9464
|
+
"stroke-linecap",
|
|
9465
|
+
"stroke-linejoin",
|
|
9466
|
+
"stroke-miterlimit",
|
|
9467
|
+
"stroke-opacity",
|
|
9468
|
+
"stroke-width"
|
|
9469
|
+
],
|
|
9470
|
+
"appliesto": "asLonghands",
|
|
9471
|
+
"computed": "asLonghands",
|
|
9472
|
+
"order": "perGrammar",
|
|
9473
|
+
"status": "standard",
|
|
9474
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/stroke"
|
|
9475
|
+
},
|
|
9476
|
+
"stroke-dasharray": {
|
|
9477
|
+
"syntax": "none | <dasharray>",
|
|
9478
|
+
"media": "visual",
|
|
9479
|
+
"inherited": true,
|
|
9480
|
+
"animationType": "repeatableList",
|
|
9481
|
+
"percentages": "referToSVGViewportDiagonal",
|
|
9482
|
+
"groups": [
|
|
9483
|
+
"Scalable Vector Graphics"
|
|
9484
|
+
],
|
|
9485
|
+
"initial": "none",
|
|
9486
|
+
"appliesto": "limitedSVGElementsShapes",
|
|
9487
|
+
"computed": "listEachItemConsistingOfAbsoluteLengthPercentageOrKeyword",
|
|
9488
|
+
"order": "uniqueOrder",
|
|
9489
|
+
"status": "standard",
|
|
9490
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/stroke-dasharray"
|
|
9491
|
+
},
|
|
9492
|
+
"stroke-dashoffset": {
|
|
9493
|
+
"syntax": "<length-percentage> | <number>",
|
|
9494
|
+
"media": "visual",
|
|
9495
|
+
"inherited": true,
|
|
9496
|
+
"animationType": "byComputedValueType",
|
|
9497
|
+
"percentages": "referToSVGViewportDiagonal",
|
|
9498
|
+
"groups": [
|
|
9499
|
+
"Scalable Vector Graphics"
|
|
9500
|
+
],
|
|
9501
|
+
"initial": "0",
|
|
9502
|
+
"appliesto": "limitedSVGElementsShapes",
|
|
9503
|
+
"computed": "absoluteLengthOrPercentageNumbersConverted",
|
|
9504
|
+
"order": "uniqueOrder",
|
|
9505
|
+
"status": "standard",
|
|
9506
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/stroke-dashoffset"
|
|
9507
|
+
},
|
|
9508
|
+
"stroke-linecap": {
|
|
9509
|
+
"syntax": "butt | round | square",
|
|
9510
|
+
"media": "visual",
|
|
9511
|
+
"inherited": true,
|
|
9512
|
+
"animationType": "discrete",
|
|
9513
|
+
"percentages": "no",
|
|
9514
|
+
"groups": [
|
|
9515
|
+
"Scalable Vector Graphics"
|
|
9516
|
+
],
|
|
9517
|
+
"initial": "butt",
|
|
9518
|
+
"appliesto": "limitedSVGElementsShapes",
|
|
9519
|
+
"computed": "asSpecified",
|
|
9520
|
+
"order": "uniqueOrder",
|
|
9521
|
+
"status": "standard",
|
|
9522
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/stroke-linecap"
|
|
9523
|
+
},
|
|
9524
|
+
"stroke-linejoin": {
|
|
9525
|
+
"syntax": "miter | miter-clip | round | bevel | arcs",
|
|
9526
|
+
"media": "visual",
|
|
9527
|
+
"inherited": true,
|
|
9528
|
+
"animationType": "discrete",
|
|
9529
|
+
"percentages": "no",
|
|
9530
|
+
"groups": [
|
|
9531
|
+
"Scalable Vector Graphics"
|
|
9532
|
+
],
|
|
9533
|
+
"initial": "miter",
|
|
9534
|
+
"appliesto": "limitedSVGElementsShapes",
|
|
9535
|
+
"computed": "asSpecified",
|
|
9536
|
+
"order": "uniqueOrder",
|
|
9537
|
+
"status": "standard",
|
|
9538
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/stroke-linejoin"
|
|
9539
|
+
},
|
|
9540
|
+
"stroke-miterlimit": {
|
|
9541
|
+
"syntax": "<number>",
|
|
9542
|
+
"media": "visual",
|
|
9543
|
+
"inherited": true,
|
|
9544
|
+
"animationType": "byComputedValueType",
|
|
9545
|
+
"percentages": "no",
|
|
9546
|
+
"groups": [
|
|
9547
|
+
"Scalable Vector Graphics"
|
|
9548
|
+
],
|
|
9549
|
+
"initial": "4",
|
|
9550
|
+
"appliesto": "limitedSVGElementsShapes",
|
|
9551
|
+
"computed": "asSpecified",
|
|
9552
|
+
"order": "uniqueOrder",
|
|
9553
|
+
"status": "standard",
|
|
9554
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/stroke-miterlimit"
|
|
9555
|
+
},
|
|
9556
|
+
"stroke-opacity": {
|
|
9557
|
+
"syntax": "<opacity>",
|
|
9558
|
+
"media": "visual",
|
|
9559
|
+
"inherited": true,
|
|
9560
|
+
"animationType": "byComputedValueType",
|
|
9561
|
+
"percentages": "no",
|
|
9562
|
+
"groups": [
|
|
9563
|
+
"Scalable Vector Graphics"
|
|
9564
|
+
],
|
|
9565
|
+
"initial": "1",
|
|
9566
|
+
"appliesto": "limitedSVGElementsShapes",
|
|
9567
|
+
"computed": "specifiedValueClipped0To1",
|
|
9568
|
+
"order": "uniqueOrder",
|
|
9569
|
+
"status": "standard",
|
|
9570
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/stroke-opacity"
|
|
9571
|
+
},
|
|
9572
|
+
"stroke-width": {
|
|
9573
|
+
"syntax": "<length-percentage> | <number>",
|
|
9574
|
+
"media": "visual",
|
|
9575
|
+
"inherited": true,
|
|
9576
|
+
"animationType": "byComputedValueType",
|
|
9577
|
+
"percentages": "referToSVGViewportDiagonal",
|
|
9578
|
+
"groups": [
|
|
9579
|
+
"Scalable Vector Graphics"
|
|
9580
|
+
],
|
|
9581
|
+
"initial": "1px",
|
|
9582
|
+
"appliesto": "limitedSVGElementsShapes",
|
|
9583
|
+
"computed": "absoluteLengthOrPercentageNumbersConverted",
|
|
9584
|
+
"order": "uniqueOrder",
|
|
9585
|
+
"status": "standard",
|
|
9586
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/stroke-width"
|
|
9587
|
+
},
|
|
9168
9588
|
"tab-size": {
|
|
9169
9589
|
"syntax": "<integer> | <length>",
|
|
9170
9590
|
"media": "visual",
|
|
@@ -9232,6 +9652,22 @@
|
|
|
9232
9652
|
"status": "standard",
|
|
9233
9653
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-align-last"
|
|
9234
9654
|
},
|
|
9655
|
+
"text-anchor": {
|
|
9656
|
+
"syntax": "start | middle | end",
|
|
9657
|
+
"media": "visual",
|
|
9658
|
+
"inherited": true,
|
|
9659
|
+
"animationType": "discrete",
|
|
9660
|
+
"percentages": "no",
|
|
9661
|
+
"groups": [
|
|
9662
|
+
"Scalable Vector Graphics"
|
|
9663
|
+
],
|
|
9664
|
+
"initial": "start",
|
|
9665
|
+
"appliesto": "limitedSVGElementsTextContent",
|
|
9666
|
+
"computed": "asSpecified",
|
|
9667
|
+
"order": "perGrammar",
|
|
9668
|
+
"status": "standard",
|
|
9669
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-anchor"
|
|
9670
|
+
},
|
|
9235
9671
|
"text-combine-upright": {
|
|
9236
9672
|
"syntax": "none | all | [ digits <integer>? ]",
|
|
9237
9673
|
"media": "visual",
|
|
@@ -9985,6 +10421,22 @@
|
|
|
9985
10421
|
"status": "standard",
|
|
9986
10422
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/user-select"
|
|
9987
10423
|
},
|
|
10424
|
+
"vector-effect": {
|
|
10425
|
+
"syntax": "none | non-scaling-stroke | non-scaling-size | non-rotation | fixed-position",
|
|
10426
|
+
"media": "visual",
|
|
10427
|
+
"inherited": false,
|
|
10428
|
+
"animationType": "discrete",
|
|
10429
|
+
"percentages": "no",
|
|
10430
|
+
"groups": [
|
|
10431
|
+
"Scalable Vector Graphics"
|
|
10432
|
+
],
|
|
10433
|
+
"initial": "none",
|
|
10434
|
+
"appliesto": "limitedSVGElementsGraphicsAndUse",
|
|
10435
|
+
"computed": "asSpecified",
|
|
10436
|
+
"order": "perGrammar",
|
|
10437
|
+
"status": "standard",
|
|
10438
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/vector-effect"
|
|
10439
|
+
},
|
|
9988
10440
|
"vertical-align": {
|
|
9989
10441
|
"syntax": "baseline | sub | super | text-top | text-bottom | middle | top | bottom | <percentage> | <length>",
|
|
9990
10442
|
"media": "visual",
|
|
@@ -10260,6 +10712,38 @@
|
|
|
10260
10712
|
"status": "standard",
|
|
10261
10713
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/writing-mode"
|
|
10262
10714
|
},
|
|
10715
|
+
"x": {
|
|
10716
|
+
"syntax": "<length> | <percentage>",
|
|
10717
|
+
"media": "visual",
|
|
10718
|
+
"inherited": false,
|
|
10719
|
+
"animationType": "byComputedValueType",
|
|
10720
|
+
"percentages": "referToSVGViewportWidth",
|
|
10721
|
+
"groups": [
|
|
10722
|
+
"Scalable Vector Graphics"
|
|
10723
|
+
],
|
|
10724
|
+
"initial": "0",
|
|
10725
|
+
"appliesto": "limitedSVGElementsGeometry",
|
|
10726
|
+
"computed": "percentageAsSpecifiedOrAbsoluteLength",
|
|
10727
|
+
"order": "perGrammar",
|
|
10728
|
+
"status": "standard",
|
|
10729
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/x"
|
|
10730
|
+
},
|
|
10731
|
+
"y": {
|
|
10732
|
+
"syntax": "<length> | <percentage>",
|
|
10733
|
+
"media": "visual",
|
|
10734
|
+
"inherited": false,
|
|
10735
|
+
"animationType": "byComputedValueType",
|
|
10736
|
+
"percentages": "referToSVGViewportHeight",
|
|
10737
|
+
"groups": [
|
|
10738
|
+
"Scalable Vector Graphics"
|
|
10739
|
+
],
|
|
10740
|
+
"initial": "0",
|
|
10741
|
+
"appliesto": "limitedSVGElementsGeometry",
|
|
10742
|
+
"computed": "percentageAsSpecifiedOrAbsoluteLength",
|
|
10743
|
+
"order": "perGrammar",
|
|
10744
|
+
"status": "standard",
|
|
10745
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/y"
|
|
10746
|
+
},
|
|
10263
10747
|
"z-index": {
|
|
10264
10748
|
"syntax": "auto | <integer>",
|
|
10265
10749
|
"media": "visual",
|
|
@@ -10281,7 +10765,7 @@
|
|
|
10281
10765
|
"syntax": "normal | reset | <number> | <percentage>",
|
|
10282
10766
|
"media": "visual",
|
|
10283
10767
|
"inherited": false,
|
|
10284
|
-
"animationType": "
|
|
10768
|
+
"animationType": "notAnimatable",
|
|
10285
10769
|
"percentages": "no",
|
|
10286
10770
|
"groups": [
|
|
10287
10771
|
"Microsoft Extensions"
|
|
@@ -74,6 +74,10 @@
|
|
|
74
74
|
"referToSizeOfFont",
|
|
75
75
|
"referToSizeOfMaskBorderImage",
|
|
76
76
|
"referToSizeOfMaskPaintingArea",
|
|
77
|
+
"referToSVGViewportHeight",
|
|
78
|
+
"referToSVGViewportSize",
|
|
79
|
+
"referToSVGViewportWidth",
|
|
80
|
+
"referToSVGViewportDiagonal",
|
|
77
81
|
"referToTotalPathLength",
|
|
78
82
|
"referToWidthAndHeightOfElement",
|
|
79
83
|
"referToWidthOfAffectedGlyph",
|
|
@@ -107,14 +111,17 @@
|
|
|
107
111
|
"absoluteLengthOrNone",
|
|
108
112
|
"absoluteLengthOrNormal",
|
|
109
113
|
"absoluteLengthOrPercentage",
|
|
114
|
+
"absoluteLengthOrPercentageNumbersConverted",
|
|
110
115
|
"absoluteLengthsSpecifiedColorAsSpecified",
|
|
111
116
|
"absoluteLengthZeroIfBorderStyleNoneOrHidden",
|
|
112
117
|
"absoluteLengthZeroOrLarger",
|
|
113
118
|
"absoluteURIOrNone",
|
|
114
119
|
"angleRoundedToNextQuarter",
|
|
115
120
|
"asAutoOrColor",
|
|
121
|
+
"asColorOrAbsoluteURL",
|
|
116
122
|
"asDefinedForBasicShapeWithAbsoluteURIOtherwiseAsSpecified",
|
|
117
123
|
"asLength",
|
|
124
|
+
"asLonghands",
|
|
118
125
|
"asSpecified",
|
|
119
126
|
"asSpecifiedAppliesToEachProperty",
|
|
120
127
|
"asSpecifiedButVisibleOrClipReplacedToAutoOrHiddenIfOtherValueDifferent",
|
|
@@ -138,6 +145,7 @@
|
|
|
138
145
|
"keywordPlusIntegerIfDigits",
|
|
139
146
|
"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",
|
|
140
147
|
"listEachItemConsistingOfAbsoluteLengthPercentageAndOrigin",
|
|
148
|
+
"listEachItemConsistingOfAbsoluteLengthPercentageOrKeyword",
|
|
141
149
|
"listEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage",
|
|
142
150
|
"listEachItemConsistingOfPairsOfAutoOrLengthPercentage",
|
|
143
151
|
"listEachItemHasTwoKeywordsOnePerDimension",
|
|
@@ -194,6 +202,7 @@
|
|
|
194
202
|
"allElementsTreeAbidingPseudoElementsPageMarginBoxes",
|
|
195
203
|
"allElementsUAsNotRequiredWhenCollapse",
|
|
196
204
|
"anyElementEffectOnProgressAndMeter",
|
|
205
|
+
"asLonghands",
|
|
197
206
|
"beforeAndAfterPseudos",
|
|
198
207
|
"blockContainerElements",
|
|
199
208
|
"blockContainers",
|
|
@@ -201,6 +210,7 @@
|
|
|
201
210
|
"blockContainersExceptMultiColumnContainers",
|
|
202
211
|
"blockContainersExceptTableWrappers",
|
|
203
212
|
"blockContainersFlexContainersGridContainers",
|
|
213
|
+
"blockContainersFlexContainersGridContainersInlineBoxesTableRowsSVGTextContentElements",
|
|
204
214
|
"blockContainersMultiColumnContainersFlexContainersGridContainers",
|
|
205
215
|
"blockElementsInNormalFlow",
|
|
206
216
|
"blockLevelElements",
|
|
@@ -235,6 +245,19 @@
|
|
|
235
245
|
"inFlowChildrenOfBoxElements",
|
|
236
246
|
"inlineBoxesAndBlockContainers",
|
|
237
247
|
"inlineLevelAndTableCellElements",
|
|
248
|
+
"limitedSVGElements",
|
|
249
|
+
"limitedSVGElementsCircle",
|
|
250
|
+
"limitedSVGElementsEllipse",
|
|
251
|
+
"limitedSVGElementsEllipseRect",
|
|
252
|
+
"limitedSVGElementsFilterPrimitives",
|
|
253
|
+
"limitedSVGElementsGeometry",
|
|
254
|
+
"limitedSVGElementsGraphics",
|
|
255
|
+
"limitedSVGElementsGraphicsAndUse",
|
|
256
|
+
"limitedSVGElementsPath",
|
|
257
|
+
"limitedSVGElementsShapes",
|
|
258
|
+
"limitedSVGElementsShapesAndTextContent",
|
|
259
|
+
"limitedSVGElementsShapeText",
|
|
260
|
+
"limitedSVGElementsTextContent",
|
|
238
261
|
"listItems",
|
|
239
262
|
"maskElements",
|
|
240
263
|
"multicolElements",
|
package/l10n/css.json
CHANGED
|
@@ -91,6 +91,9 @@
|
|
|
91
91
|
"ja": "{{cssxref(\"length\")}} の場合は絶対的な値、それ以外はパーセント値",
|
|
92
92
|
"ru": "для {{cssxref(\"length\")}} абсолютного значения, иначе процент"
|
|
93
93
|
},
|
|
94
|
+
"absoluteLengthOrPercentageNumbersConverted": {
|
|
95
|
+
"en-US": "an absolute {{cssxref(\"length\")}} or {{cssxref(\"percentage\")}}, numbers converted to absolute lengths first"
|
|
96
|
+
},
|
|
94
97
|
"absoluteLengthsSpecifiedColorAsSpecified": {
|
|
95
98
|
"de": "Längen absolut gemacht; angegebene Farben berechnet; ansonsten wie angegeben",
|
|
96
99
|
"en-US": "any length made absolute; any specified color computed; otherwise as specified",
|
|
@@ -369,6 +372,9 @@
|
|
|
369
372
|
"de": "<code>auto</code> wird wie angegeben berechnet und <code><color></code> Werte werden wie für die {{cssxref(\"color\")}} Eigenschaft berechnet.",
|
|
370
373
|
"ja": "<code>auto</code> は仕様通りに計算され、 <code><color></code> 値は {{cssxref(\"color\")}} プロパティで定義されたように計算される。"
|
|
371
374
|
},
|
|
375
|
+
"asColorOrAbsoluteURL": {
|
|
376
|
+
"en-US": "as specified, but with <code><color></code> values computed and <code><url></code> values made absolute"
|
|
377
|
+
},
|
|
372
378
|
"asDefinedForBasicShapeWithAbsoluteURIOtherwiseAsSpecified": {
|
|
373
379
|
"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
380
|
"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 +555,9 @@
|
|
|
549
555
|
"en-US": "Block-containers, flex containers, and grid containers",
|
|
550
556
|
"ja": "ブロックコンテナー, フレックスコンテナー, グリッドコンテナー"
|
|
551
557
|
},
|
|
558
|
+
"blockContainersFlexContainersGridContainersInlineBoxesTableRowsSVGTextContentElements": {
|
|
559
|
+
"en-US": "Block-containers, flex containers, grid containers, inline boxes, table rows, and SVG text content elements"
|
|
560
|
+
},
|
|
552
561
|
"blockContainersMultiColumnContainersFlexContainersGridContainers": {
|
|
553
562
|
"en-US": "Block-containers, multi-column containers, flex containers"
|
|
554
563
|
},
|
|
@@ -959,6 +968,42 @@
|
|
|
959
968
|
"lengthsAsPercentages": {
|
|
960
969
|
"en-US": "The lengths may be specified as percentages"
|
|
961
970
|
},
|
|
971
|
+
"limitedSVGElementsCircle": {
|
|
972
|
+
"en-US": "{{SVGElement(\"circle\")}} element in {{SVGElement(\"svg\")}}"
|
|
973
|
+
},
|
|
974
|
+
"limitedSVGElementsEllipse": {
|
|
975
|
+
"en-US": "{{SVGElement(\"ellipse\")}} and {{SVGElement(\"circle\")}} elements in {{SVGElement(\"svg\")}}"
|
|
976
|
+
},
|
|
977
|
+
"limitedSVGElementsEllipseRect": {
|
|
978
|
+
"en-US": "{{SVGElement(\"ellipse\")}} and {{SVGElement(\"rect\")}} elements in {{SVGElement(\"svg\")}}"
|
|
979
|
+
},
|
|
980
|
+
"limitedSVGElementsGeometry": {
|
|
981
|
+
"en-US": "{{SVGElement(\"svg\")}}, {{SVGElement(\"rect\")}}, {{SVGElement(\"image\")}}, and {{SVGElement(\"foreignObject\")}} elements in an <code>svg</code>"
|
|
982
|
+
},
|
|
983
|
+
"limitedSVGElementsPath": {
|
|
984
|
+
"en-US": "{{SVGElement(\"path\")}} element in {{SVGElement(\"svg\")}}"
|
|
985
|
+
},
|
|
986
|
+
"limitedSVGElementsShapeText": {
|
|
987
|
+
"en-US": "SVG shapes and text content elements"
|
|
988
|
+
},
|
|
989
|
+
"limitedSVGElementsFilterPrimitives": {
|
|
990
|
+
"en-US": "The set of elements that control the output of a {{SVGElement(\"filter\")}} element in {{SVGElement(\"svg\")}}"
|
|
991
|
+
},
|
|
992
|
+
"limitedSVGElementsGraphics": {
|
|
993
|
+
"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\")}}"
|
|
994
|
+
},
|
|
995
|
+
"limitedSVGElementsGraphicsAndUse": {
|
|
996
|
+
"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\")}}"
|
|
997
|
+
},
|
|
998
|
+
"limitedSVGElementsShapes": {
|
|
999
|
+
"en-US": "{{SVGElement(\"circle\")}}, {{SVGElement(\"ellipse\")}}, {{SVGElement(\"line\")}}, {{SVGElement(\"path\")}}, {{SVGElement(\"polygon\")}}, {{SVGElement(\"polyline\")}}, and {{SVGElement(\"rect\")}} elements in an <code>svg</code>"
|
|
1000
|
+
},
|
|
1001
|
+
"limitedSVGElementsShapesAndTextContent": {
|
|
1002
|
+
"en-US": "{{SVGElement(\"circle\")}}, {{SVGElement(\"ellipse\")}}, {{SVGElement(\"line\")}}, {{SVGElement(\"path\")}}, {{SVGElement(\"polygon\")}}, {{SVGElement(\"polyline\")}}, {{SVGElement(\"rect\")}}, {{SVGElement(\"text\")}}, {{SVGElement(\"textPath\")}}, and {{SVGElement(\"tspan\")}} elements in an <code>svg</code>"
|
|
1003
|
+
},
|
|
1004
|
+
"limitedSVGElementsTextContent": {
|
|
1005
|
+
"en-US": "{{SVGElement(\"text\")}}, {{SVGElement(\"textPath\")}}, and {{SVGElement(\"tspan\")}} elements in an <code>svg</code>"
|
|
1006
|
+
},
|
|
962
1007
|
"listEachItemConsistingOfAbsoluteLengthPercentageAndOrigin": {
|
|
963
1008
|
"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
1009
|
"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",
|
|
@@ -966,6 +1011,9 @@
|
|
|
966
1011
|
"ja": "絶対長とパーセント値の組み合わせで与えられるオフセットと原点のキーワードを、各項目として構成されるリスト。",
|
|
967
1012
|
"ru": "Список, каждый элемент которого состоит из: смещения, данного комбинацией абсолютной длины и процентов плюс ключевое слово"
|
|
968
1013
|
},
|
|
1014
|
+
"listEachItemConsistingOfAbsoluteLengthPercentageOrKeyword": {
|
|
1015
|
+
"en-US": "A comma separated list of absolute lengths or percentages, numbers converted to absolute lengths first, or keyword specified"
|
|
1016
|
+
},
|
|
969
1017
|
"listEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage": {
|
|
970
1018
|
"en-US": "A list where each item may be 'normal', a length percentage, or a timeline range name and a length percentage",
|
|
971
1019
|
"ja": "リストで、それぞれの項目は 'normal'、長さのパーセント値、タイムラインの範囲名と長さのパーセント値のいずれか。"
|
|
@@ -1409,6 +1457,18 @@
|
|
|
1409
1457
|
"ja": "マスク描画領域の寸法からマスクレイヤー画像の寸法を引いたものに対する相対値 ({{cssxref(\"background-position\")}} のテキストを参照)",
|
|
1410
1458
|
"ru": "относятся к размеру маски области рисования минус размер маски слоя изображения (смотрите статью о {{cssxref(\"background-position\")}})"
|
|
1411
1459
|
},
|
|
1460
|
+
"referToSVGViewportSize": {
|
|
1461
|
+
"en-US": "refer to the normalized diagonal of the current SVG viewport"
|
|
1462
|
+
},
|
|
1463
|
+
"referToSVGViewportHeight": {
|
|
1464
|
+
"en-US": "refer to the height of the current SVG viewport"
|
|
1465
|
+
},
|
|
1466
|
+
"referToSVGViewportWidth": {
|
|
1467
|
+
"en-US": "refer to the width of the current SVG viewport"
|
|
1468
|
+
},
|
|
1469
|
+
"referToSVGViewportDiagonal": {
|
|
1470
|
+
"en-US": "refer to the normalized diagonal measure of the current SVG viewport’s applied {{SVGAttr(\"viewBox\")}}, or of the viewport itself if no `viewBox` is specified"
|
|
1471
|
+
},
|
|
1412
1472
|
"referToTotalPathLength": {
|
|
1413
1473
|
"de": "beziehen sich auf die Gesamtlänge des Pfads",
|
|
1414
1474
|
"en-US": "refer to the total path length",
|