mdn-data 2.10.0 → 2.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/properties.json +145 -1
- package/css/properties.schema.json +6 -0
- package/l10n/css.json +14 -2
- package/package.json +1 -1
package/css/properties.json
CHANGED
|
@@ -9441,6 +9441,150 @@
|
|
|
9441
9441
|
"status": "standard",
|
|
9442
9442
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/shape-rendering"
|
|
9443
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
|
+
},
|
|
9444
9588
|
"tab-size": {
|
|
9445
9589
|
"syntax": "<integer> | <length>",
|
|
9446
9590
|
"media": "visual",
|
|
@@ -10621,7 +10765,7 @@
|
|
|
10621
10765
|
"syntax": "normal | reset | <number> | <percentage>",
|
|
10622
10766
|
"media": "visual",
|
|
10623
10767
|
"inherited": false,
|
|
10624
|
-
"animationType": "
|
|
10768
|
+
"animationType": "notAnimatable",
|
|
10625
10769
|
"percentages": "no",
|
|
10626
10770
|
"groups": [
|
|
10627
10771
|
"Microsoft Extensions"
|
|
@@ -77,6 +77,7 @@
|
|
|
77
77
|
"referToSVGViewportHeight",
|
|
78
78
|
"referToSVGViewportSize",
|
|
79
79
|
"referToSVGViewportWidth",
|
|
80
|
+
"referToSVGViewportDiagonal",
|
|
80
81
|
"referToTotalPathLength",
|
|
81
82
|
"referToWidthAndHeightOfElement",
|
|
82
83
|
"referToWidthOfAffectedGlyph",
|
|
@@ -110,6 +111,7 @@
|
|
|
110
111
|
"absoluteLengthOrNone",
|
|
111
112
|
"absoluteLengthOrNormal",
|
|
112
113
|
"absoluteLengthOrPercentage",
|
|
114
|
+
"absoluteLengthOrPercentageNumbersConverted",
|
|
113
115
|
"absoluteLengthsSpecifiedColorAsSpecified",
|
|
114
116
|
"absoluteLengthZeroIfBorderStyleNoneOrHidden",
|
|
115
117
|
"absoluteLengthZeroOrLarger",
|
|
@@ -119,6 +121,7 @@
|
|
|
119
121
|
"asColorOrAbsoluteURL",
|
|
120
122
|
"asDefinedForBasicShapeWithAbsoluteURIOtherwiseAsSpecified",
|
|
121
123
|
"asLength",
|
|
124
|
+
"asLonghands",
|
|
122
125
|
"asSpecified",
|
|
123
126
|
"asSpecifiedAppliesToEachProperty",
|
|
124
127
|
"asSpecifiedButVisibleOrClipReplacedToAutoOrHiddenIfOtherValueDifferent",
|
|
@@ -142,6 +145,7 @@
|
|
|
142
145
|
"keywordPlusIntegerIfDigits",
|
|
143
146
|
"lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",
|
|
144
147
|
"listEachItemConsistingOfAbsoluteLengthPercentageAndOrigin",
|
|
148
|
+
"listEachItemConsistingOfAbsoluteLengthPercentageOrKeyword",
|
|
145
149
|
"listEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage",
|
|
146
150
|
"listEachItemConsistingOfPairsOfAutoOrLengthPercentage",
|
|
147
151
|
"listEachItemHasTwoKeywordsOnePerDimension",
|
|
@@ -198,6 +202,7 @@
|
|
|
198
202
|
"allElementsTreeAbidingPseudoElementsPageMarginBoxes",
|
|
199
203
|
"allElementsUAsNotRequiredWhenCollapse",
|
|
200
204
|
"anyElementEffectOnProgressAndMeter",
|
|
205
|
+
"asLonghands",
|
|
201
206
|
"beforeAndAfterPseudos",
|
|
202
207
|
"blockContainerElements",
|
|
203
208
|
"blockContainers",
|
|
@@ -250,6 +255,7 @@
|
|
|
250
255
|
"limitedSVGElementsGraphicsAndUse",
|
|
251
256
|
"limitedSVGElementsPath",
|
|
252
257
|
"limitedSVGElementsShapes",
|
|
258
|
+
"limitedSVGElementsShapesAndTextContent",
|
|
253
259
|
"limitedSVGElementsShapeText",
|
|
254
260
|
"limitedSVGElementsTextContent",
|
|
255
261
|
"listItems",
|
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",
|
|
@@ -993,10 +996,13 @@
|
|
|
993
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\")}}"
|
|
994
997
|
},
|
|
995
998
|
"limitedSVGElementsShapes": {
|
|
996
|
-
"en-US": "{{SVGElement(\"circle\")}}, {{SVGElement(\"ellipse\")}}, {{SVGElement(\"line\")}}, {{SVGElement(\"path\")}}, {{SVGElement(\"polygon\")}}, {{SVGElement(\"polyline\")}}, and {{SVGElement(\"rect\")}} elements in
|
|
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>"
|
|
997
1003
|
},
|
|
998
1004
|
"limitedSVGElementsTextContent": {
|
|
999
|
-
"en-US": "{{SVGElement(\"text\")}}, {{SVGElement(\"textPath\")}}
|
|
1005
|
+
"en-US": "{{SVGElement(\"text\")}}, {{SVGElement(\"textPath\")}}, and {{SVGElement(\"tspan\")}} elements in an <code>svg</code>"
|
|
1000
1006
|
},
|
|
1001
1007
|
"listEachItemConsistingOfAbsoluteLengthPercentageAndOrigin": {
|
|
1002
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",
|
|
@@ -1005,6 +1011,9 @@
|
|
|
1005
1011
|
"ja": "絶対長とパーセント値の組み合わせで与えられるオフセットと原点のキーワードを、各項目として構成されるリスト。",
|
|
1006
1012
|
"ru": "Список, каждый элемент которого состоит из: смещения, данного комбинацией абсолютной длины и процентов плюс ключевое слово"
|
|
1007
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
|
+
},
|
|
1008
1017
|
"listEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage": {
|
|
1009
1018
|
"en-US": "A list where each item may be 'normal', a length percentage, or a timeline range name and a length percentage",
|
|
1010
1019
|
"ja": "リストで、それぞれの項目は 'normal'、長さのパーセント値、タイムラインの範囲名と長さのパーセント値のいずれか。"
|
|
@@ -1457,6 +1466,9 @@
|
|
|
1457
1466
|
"referToSVGViewportWidth": {
|
|
1458
1467
|
"en-US": "refer to the width of the current SVG viewport"
|
|
1459
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
|
+
},
|
|
1460
1472
|
"referToTotalPathLength": {
|
|
1461
1473
|
"de": "beziehen sich auf die Gesamtlänge des Pfads",
|
|
1462
1474
|
"en-US": "refer to the total path length",
|