mdn-data 2.0.24 → 2.0.27

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/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # Changelog
2
2
 
3
+ ### [2.0.27](https://github.com/mdn/data/compare/v2.0.26...v2.0.27) (2022-02-24)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * release ([a99ae2e](https://github.com/mdn/data/commit/a99ae2ebfeb930524c18f8d46954e8e32ab6b630))
9
+
10
+ ### [2.0.26](https://www.github.com/mdn/data/compare/v2.0.25...v2.0.26) (2022-01-19)
11
+
12
+
13
+ ### Miscellaneous Chores
14
+
15
+ * release 2.0.26 ([8b1045d](https://www.github.com/mdn/data/commit/8b1045dc488c7b278c933143efd1bdba75b6832f))
16
+
17
+ ### [2.0.25](https://www.github.com/mdn/data/compare/v2.0.24...v2.0.25) (2021-12-21)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * change branch reference to main ([a473261](https://www.github.com/mdn/data/commit/a473261308cf82ee387cec886c70ef3d570fc957))
23
+ * remove old clashing workflow ([af9a18c](https://www.github.com/mdn/data/commit/af9a18ce3af2cbca83582debf3c3d3fc0ace7402))
24
+
25
+
26
+ ### Miscellaneous Chores
27
+
28
+ * release 2.0.25 ([db5a54b](https://www.github.com/mdn/data/commit/db5a54ba4f3c28b52d0801e115fd5ff0a0052743))
29
+ * release 2.0.25 ([0f453ee](https://www.github.com/mdn/data/commit/0f453eedadbd9065d552203260210bdfafa9d7ff))
30
+
31
+ ### [2.0.24](https://www.github.com/mdn/data/compare/v2.0.24...v2.0.24) (2021-12-17)
32
+
33
+
34
+ ### Miscellaneous Chores
35
+
36
+ * release 2.0.24 ([4d00c38](https://www.github.com/mdn/data/commit/4d00c386efe1cfbf536bb3bc80fed6d687f9ad04))
37
+
3
38
  ### [2.0.24](https://www.github.com/mdn/data/compare/v2.0.23...v2.0.24) (2021-12-15)
4
39
 
5
40
 
package/README.md CHANGED
@@ -53,4 +53,4 @@ with the schema for the data you're editing, and send us a pull request. See als
53
53
 
54
54
  ## See also
55
55
  * [https://github.com/mdn/browser-compat-data](https://github.com/mdn/browser-compat-data)
56
- for compatibility data for Web technologies.
56
+ for compatibility data for Web technologies
package/css/at-rules.json CHANGED
@@ -418,6 +418,17 @@
418
418
  "status": "experimental",
419
419
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@property"
420
420
  },
421
+ "@scroll-timeline": {
422
+ "syntax": "@scroll-timeline <timeline-name> { <declaration-list> }",
423
+ "interfaces": [
424
+ "ScrollTimeline"
425
+ ],
426
+ "groups": [
427
+ "CSS Animations"
428
+ ],
429
+ "status": "standard",
430
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@scroll-timeline"
431
+ },
421
432
  "@supports": {
422
433
  "syntax": "@supports <supports-condition> {\n <group-rule-body>\n}",
423
434
  "interfaces": [
@@ -1800,7 +1800,8 @@
1800
1800
  "animation-iteration-count",
1801
1801
  "animation-direction",
1802
1802
  "animation-fill-mode",
1803
- "animation-play-state"
1803
+ "animation-play-state",
1804
+ "animation-timeline"
1804
1805
  ],
1805
1806
  "appliesto": "allElementsAndPseudos",
1806
1807
  "computed": [
@@ -1811,7 +1812,8 @@
1811
1812
  "animation-direction",
1812
1813
  "animation-iteration-count",
1813
1814
  "animation-fill-mode",
1814
- "animation-play-state"
1815
+ "animation-play-state",
1816
+ "animation-timeline"
1815
1817
  ],
1816
1818
  "order": "orderOfAppearance",
1817
1819
  "status": "standard",
@@ -1945,6 +1947,22 @@
1945
1947
  "status": "standard",
1946
1948
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timing-function"
1947
1949
  },
1950
+ "animation-timeline": {
1951
+ "syntax": "<single-animation-timeline>#",
1952
+ "media": "visual",
1953
+ "inherited": false,
1954
+ "animationType": "discrete",
1955
+ "percentages": "no",
1956
+ "groups": [
1957
+ "CSS Animations"
1958
+ ],
1959
+ "initial": "auto",
1960
+ "appliesto": "allElements",
1961
+ "computed": "listEachItemIdentifyerOrNoneAuto",
1962
+ "order": "uniqueOrder",
1963
+ "status": "standard",
1964
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timeline"
1965
+ },
1948
1966
  "appearance": {
1949
1967
  "syntax": "none | auto | textfield | menulist-button | <compat-auto>",
1950
1968
  "media": "all",
@@ -1954,7 +1972,7 @@
1954
1972
  "groups": [
1955
1973
  "CSS Basic User Interface"
1956
1974
  ],
1957
- "initial": "auto",
1975
+ "initial": "none",
1958
1976
  "appliesto": "allElements",
1959
1977
  "computed": "asSpecified",
1960
1978
  "order": "perGrammar",
@@ -2234,7 +2252,7 @@
2234
2252
  "groups": [
2235
2253
  "CSS Backgrounds and Borders"
2236
2254
  ],
2237
- "initial": "left",
2255
+ "initial": "0%",
2238
2256
  "appliesto": "allElements",
2239
2257
  "computed": "listEachItemConsistingOfAbsoluteLengthPercentageAndOrigin",
2240
2258
  "order": "uniqueOrder",
@@ -2250,7 +2268,7 @@
2250
2268
  "groups": [
2251
2269
  "CSS Backgrounds and Borders"
2252
2270
  ],
2253
- "initial": "top",
2271
+ "initial": "0%",
2254
2272
  "appliesto": "allElements",
2255
2273
  "computed": "listEachItemConsistingOfAbsoluteLengthPercentageAndOrigin",
2256
2274
  "order": "uniqueOrder",
@@ -3940,15 +3958,15 @@
3940
3958
  "syntax": "<color>",
3941
3959
  "media": "visual",
3942
3960
  "inherited": true,
3943
- "animationType": "color",
3961
+ "animationType": "byComputedValueType",
3944
3962
  "percentages": "no",
3945
3963
  "groups": [
3946
3964
  "CSS Color"
3947
3965
  ],
3948
- "initial": "variesFromBrowserToBrowser",
3949
- "appliesto": "allElements",
3950
- "computed": "translucentValuesRGBAOtherwiseRGB",
3951
- "order": "uniqueOrder",
3966
+ "initial": "canvastext",
3967
+ "appliesto": "allElementsAndText",
3968
+ "computed": "computedColor",
3969
+ "order": "perGrammar",
3952
3970
  "alsoAppliesTo": [
3953
3971
  "::first-letter",
3954
3972
  "::first-line",
@@ -3957,7 +3975,7 @@
3957
3975
  "status": "standard",
3958
3976
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color"
3959
3977
  },
3960
- "color-adjust": {
3978
+ "print-color-adjust": {
3961
3979
  "syntax": "economy | exact",
3962
3980
  "media": "visual",
3963
3981
  "inherited": true,
@@ -3971,10 +3989,10 @@
3971
3989
  "computed": "asSpecified",
3972
3990
  "order": "perGrammar",
3973
3991
  "status": "standard",
3974
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color-adjust"
3992
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/print-color-adjust"
3975
3993
  },
3976
3994
  "color-scheme": {
3977
- "syntax": "normal | [ light | dark | <custom-ident> ]+",
3995
+ "syntax": "normal | [ light | dark | <custom-ident> ]+ && only?",
3978
3996
  "media": "visual",
3979
3997
  "inherited": true,
3980
3998
  "animationType": "discrete",
@@ -4235,7 +4253,7 @@
4235
4253
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/counter-increment"
4236
4254
  },
4237
4255
  "counter-reset": {
4238
- "syntax": "[ <counter-name> <integer>? ]+ | none",
4256
+ "syntax": "[ <counter-name> <integer>? | <reversed-counter-name> <integer>? ]+ | none",
4239
4257
  "media": "all",
4240
4258
  "inherited": false,
4241
4259
  "animationType": "discrete",
@@ -5388,6 +5406,22 @@
5388
5406
  "status": "standard",
5389
5407
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/height"
5390
5408
  },
5409
+ "hyphenate-character": {
5410
+ "syntax": "auto | <string>",
5411
+ "media": "visual",
5412
+ "inherited": true,
5413
+ "animationType": "discrete",
5414
+ "percentages": "no",
5415
+ "groups": [
5416
+ "CSS Text"
5417
+ ],
5418
+ "initial": "auto",
5419
+ "appliesto": "allElements",
5420
+ "computed": "asSpecified",
5421
+ "order": "perGrammar",
5422
+ "status": "standard",
5423
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/hyphenate-character"
5424
+ },
5391
5425
  "hyphens": {
5392
5426
  "syntax": "none | manual | auto",
5393
5427
  "media": "visual",
@@ -6797,15 +6831,15 @@
6797
6831
  "syntax": "<alpha-value>",
6798
6832
  "media": "visual",
6799
6833
  "inherited": false,
6800
- "animationType": "number",
6801
- "percentages": "no",
6834
+ "animationType": "byComputedValueType",
6835
+ "percentages": "mapToRange0To1",
6802
6836
  "groups": [
6803
6837
  "CSS Color"
6804
6838
  ],
6805
- "initial": "1.0",
6839
+ "initial": "1",
6806
6840
  "appliesto": "allElements",
6807
- "computed": "specifiedValueClipped0To1",
6808
- "order": "uniqueOrder",
6841
+ "computed": "specifiedValueNumberClipped0To1",
6842
+ "order": "perGrammar",
6809
6843
  "alsoAppliesTo": [
6810
6844
  "::placeholder"
6811
6845
  ],
@@ -49,6 +49,7 @@
49
49
  "logicalHeightOfContainingBlock",
50
50
  "logicalWidthOfContainingBlock",
51
51
  "logicalHeightOrWidthOfContainingBlock",
52
+ "mapToRange0To1",
52
53
  "maxZoomFactor",
53
54
  "minZoomFactor",
54
55
  "no",
@@ -132,6 +133,7 @@
132
133
  "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",
133
134
  "listEachItemConsistingOfAbsoluteLengthPercentageAndOrigin",
134
135
  "listEachItemHasTwoKeywordsOnePerDimension",
136
+ "listEachItemIdentifyerOrNoneAuto",
135
137
  "listEachItemTwoKeywordsOriginOffsets",
136
138
  "noneOrImageWithAbsoluteURI",
137
139
  "normalizedAngle",
@@ -288,7 +288,7 @@
288
288
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:focus-within"
289
289
  },
290
290
  ":has": {
291
- "syntax": ":has( <relative-selector-list> )",
291
+ "syntax": ":has( <forgiving-relative-selector-list> )",
292
292
  "groups": [
293
293
  "Pseudo-classes",
294
294
  "Selectors"
@@ -351,7 +351,7 @@
351
351
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:invalid"
352
352
  },
353
353
  ":is": {
354
- "syntax": ":is( <complex-selector-list> )",
354
+ "syntax": ":is( <forgiving-selector-list> )",
355
355
  "groups": [
356
356
  "Pseudo-classes",
357
357
  "Selectors"
package/css/syntaxes.json CHANGED
@@ -102,7 +102,7 @@
102
102
  "syntax": "<url>"
103
103
  },
104
104
  "color": {
105
- "syntax": "<rgb()> | <rgba()> | <hsl()> | <hsla()> | <hex-color> | <named-color> | currentcolor | <deprecated-system-color>"
105
+ "syntax": "<rgb()> | <rgba()> | <hsl()> | <hsla()> | <hwb()> | <hex-color> | <named-color> | currentcolor | <deprecated-system-color>"
106
106
  },
107
107
  "color-stop": {
108
108
  "syntax": "<color-stop-length> | <color-stop-angle>"
@@ -332,6 +332,9 @@
332
332
  "hue-rotate()": {
333
333
  "syntax": "hue-rotate( <angle> )"
334
334
  },
335
+ "hwb()": {
336
+ "syntax": "hwb( [<hue> | none] [<percentage> | none] [<percentage> | none] [ / [<alpha-value> | none] ]? )"
337
+ },
335
338
  "id-selector": {
336
339
  "syntax": "<hash-token>"
337
340
  },
@@ -482,6 +485,9 @@
482
485
  "minmax()": {
483
486
  "syntax": "minmax( [ <length> | <percentage> | min-content | max-content | auto ] , [ <length> | <percentage> | <flex> | min-content | max-content | auto ] )"
484
487
  },
488
+ "name-repeat": {
489
+ "syntax": "repeat( [ <integer [1,∞]> ] | auto-fill ], <line-names>+ )"
490
+ },
485
491
  "named-color": {
486
492
  "syntax": "transparent | aliceblue | antiquewhite | aqua | aquamarine | azure | beige | bisque | black | blanchedalmond | blue | blueviolet | brown | burlywood | cadetblue | chartreuse | chocolate | coral | cornflowerblue | cornsilk | crimson | cyan | darkblue | darkcyan | darkgoldenrod | darkgray | darkgreen | darkgrey | darkkhaki | darkmagenta | darkolivegreen | darkorange | darkorchid | darkred | darksalmon | darkseagreen | darkslateblue | darkslategray | darkslategrey | darkturquoise | darkviolet | deeppink | deepskyblue | dimgray | dimgrey | dodgerblue | firebrick | floralwhite | forestgreen | fuchsia | gainsboro | ghostwhite | gold | goldenrod | gray | green | greenyellow | grey | honeydew | hotpink | indianred | indigo | ivory | khaki | lavender | lavenderblush | lawngreen | lemonchiffon | lightblue | lightcoral | lightcyan | lightgoldenrodyellow | lightgray | lightgreen | lightgrey | lightpink | lightsalmon | lightseagreen | lightskyblue | lightslategray | lightslategrey | lightsteelblue | lightyellow | lime | limegreen | linen | magenta | maroon | mediumaquamarine | mediumblue | mediumorchid | mediumpurple | mediumseagreen | mediumslateblue | mediumspringgreen | mediumturquoise | mediumvioletred | midnightblue | mintcream | mistyrose | moccasin | navajowhite | navy | oldlace | olive | olivedrab | orange | orangered | orchid | palegoldenrod | palegreen | paleturquoise | palevioletred | papayawhip | peachpuff | peru | pink | plum | powderblue | purple | rebeccapurple | red | rosybrown | royalblue | saddlebrown | salmon | sandybrown | seagreen | seashell | sienna | silver | skyblue | slateblue | slategray | slategrey | snow | springgreen | steelblue | tan | teal | thistle | tomato | turquoise | violet | wheat | white | whitesmoke | yellow | yellowgreen"
487
493
  },
package/css/units.json CHANGED
@@ -1,4 +1,11 @@
1
1
  {
2
+ "cap": {
3
+ "groups": [
4
+ "CSS Units",
5
+ "CSS Lengths"
6
+ ],
7
+ "status": "standard"
8
+ },
2
9
  "ch": {
3
10
  "groups": [
4
11
  "CSS Units",
@@ -77,6 +84,13 @@
77
84
  ],
78
85
  "status": "standard"
79
86
  },
87
+ "ic": {
88
+ "groups": [
89
+ "CSS Units",
90
+ "CSS Lengths"
91
+ ],
92
+ "status": "standard"
93
+ },
80
94
  "in": {
81
95
  "groups": [
82
96
  "CSS Units",
package/l10n/css.json CHANGED
@@ -780,7 +780,7 @@
780
780
  "gridItemsAndBoxesWithinGridContainer": {
781
781
  "de": "Gridelemente und absolut positionierte Boxen, deren beinhaltender Block ein Gridcontainer ist",
782
782
  "en-US": "grid items and absolutely-positioned boxes whose containing block is a grid container",
783
- "fr": "élements de grilles et boîtes positionnées de façon absolue dont le bloc englobant est un conteneur de grille",
783
+ "fr": "éléments de grilles et boîtes positionnées de façon absolue dont le bloc englobant est un conteneur de grille",
784
784
  "ja": "包含ブロックがグリッドコンテナーであるグリッドアイテムまたは絶対位置指定のボックス",
785
785
  "ru": "элементы сетки и абсолютно-позиционированные блоки, находящиеся в сеточном контейнере"
786
786
  },
@@ -906,7 +906,7 @@
906
906
  "listEachItemConsistingOfAbsoluteLengthPercentageAndOrigin": {
907
907
  "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",
908
908
  "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",
909
- "fr": "Une liste dont chaque élément se comompose d'un décalage (exprimé comme la combinaison d'une longueur absolue et d'un pourcentage) et d'un mot-clé pour l'origine",
909
+ "fr": "Une liste dont chaque élément se compose d'un décalage (exprimé comme la combinaison d'une longueur absolue et d'un pourcentage) et d'un mot-clé pour l'origine",
910
910
  "ja": "絶対長とパーセント値の組み合わせで与えられるオフセットと原点のキーワードを、各項目として構成されるリスト。",
911
911
  "ru": "Список, каждый элемент которого состоит из: смещения, данного комбинацией абсолютной длины и процентов плюс ключевое слово"
912
912
  },
@@ -970,6 +970,9 @@
970
970
  "ja": "両方の値が length の場合は、length 値として補完されます。両方の値がパーセント値の場合は、パーセント値として補完されます。それ以外の場合は、両方の値が calc() 関数にコンバートされ、length とパーセント値の合計になります (または各値が 0)。そして、これらの <code>calc()</code> 関数は、それぞれ半分ずつ補完された実数を持ちます",
971
971
  "ru": " когда оба значения являются длинами, они интерполируются как длины; когда оба значения являются процентами, они интерполируются как проценты; в остальных случаях, оба значения преобразуются функцией <code>calc()</code> в сумму длины и процента (каждый из них может быть равен нулю), а затем эта функция интерполирует каждую половину как вещественные числа."
972
972
  },
973
+ "mapToRange0To1": {
974
+ "en-US": "map to the range <code>[0,1]</code>"
975
+ },
973
976
  "maskElements": {
974
977
  "de": "{{SVGElement(\"mask\")}} Elemente",
975
978
  "en-US": "{{SVGElement(\"mask\")}} elements",
@@ -1148,9 +1151,9 @@
1148
1151
  "percentageAsSpecifiedOrAbsoluteLength": {
1149
1152
  "de": "der Prozentwert wie angegeben oder die absolute Länge",
1150
1153
  "en-US": "the percentage as specified or the absolute length",
1151
- "fr": "le pourcentage tel que spécifé ou une longeur absolue",
1154
+ "fr": "le pourcentage tel que spécifié ou une longueur absolue",
1152
1155
  "ja": "指定されたパーセント値または絶対的な長さ",
1153
- "ru": "процент, как указан, или аблосютная длина"
1156
+ "ru": "процент, как указан, или абсолютная длина"
1154
1157
  },
1155
1158
  "percentageAutoOrAbsoluteLength": {
1156
1159
  "de": "ein Prozentwert oder <code>auto</code> oder die absolute Länge",
@@ -1233,7 +1236,7 @@
1233
1236
  "en-US": "refer to corresponding dimension of the content area",
1234
1237
  "fr": "fait référence à la dimension correspondante de la zone de contenu",
1235
1238
  "ja": "コンテンツ領域の対応する寸法に対する相対値",
1236
- "ru": "относятся к соответвующему размеру области содержимого"
1239
+ "ru": "относятся к соответствующему размеру области содержимого"
1237
1240
  },
1238
1241
  "referToElementFontSize": {
1239
1242
  "de": "bezieht sich auf die Schriftgröße des Elternelements",
@@ -1252,7 +1255,7 @@
1252
1255
  "referToHeightOfBackgroundPositioningAreaMinusBackgroundImageHeight": {
1253
1256
  "de": "bezieht sich auf die Höhe des Hintergrundpositionsbereichs abzüglich der Höhe des Hintergrundbilds",
1254
1257
  "en-US": "refer to height of background positioning area minus height of background image",
1255
- "fr": "fait référence à la hauteur de la zone de positionement de l'arrière-plan moins la hauteur de l'image d'arrière-plan",
1258
+ "fr": "fait référence à la hauteur de la zone de positionnement de l'arrière-plan moins la hauteur de l'image d'arrière-plan",
1256
1259
  "ja": "背景配置領域の高さから背景画像の高さを引いた値に対する相対値",
1257
1260
  "ru": "относятся к высоте области позиционирования фона минус высота фонового изображения"
1258
1261
  },
@@ -1384,7 +1387,7 @@
1384
1387
  "de": "Der Prozentwert wird unter Berücksichtigung der Höhe des die generierte Box beinhaltenden Blocks berechnet. Falls die Höhe des beinhaltenden Blocks nicht explizit angegeben wurde (d. h. sie hängt von der Höhe des Inhalts ab) und dieses Element nicht absolut positioniert ist, wird der Prozentwert wie <code>0</code> behandelt.",
1385
1388
  "en-US": "The percentage is calculated with respect to the height of the generated box's containing block. If the height of the containing block is not specified explicitly (i.e., it depends on content height), and this element is not absolutely positioned, the percentage value is treated as <code>0</code>.",
1386
1389
  "es": "Se refiere a la altura del bloque contenedor.",
1387
- "fr": "Le poucentage est par rapport à la hauteur de la boîte générée par le bloc contenant. Si la hauteur du bloc contenant n'est pas explicitement spécifiée (c'est-à-dire qu'elle dépend de la hauteur du contenu), et si cet élément n'est pas absolument positionné , la valeur du pourcentage est traitée comme si elle valait <code>0</code>.",
1390
+ "fr": "Le pourcentage est exprimé par rapport à la hauteur de la boîte générée par le bloc contenant. Si la hauteur du bloc contenant n'est pas explicitement spécifiée (c'est-à-dire qu'elle dépend de la hauteur du contenu), et si cet élément n'est pas absolument positionné , la valeur du pourcentage est traitée comme si elle valait <code>0</code>.",
1388
1391
  "ja": "パーセント値は、生成ボックスの包含ブロックの高さを基準に計算されます。 包含ブロックの高さが明示的に定義されず (この場合コンテンツの高さに依存します) この要素が絶対位置指定されていない場合は、パーセント値は 0 として扱われます。",
1389
1392
  "ru": "Процент для генерируемого блока рассчитывается по отношению к высоте содержащего блока. Если высота содержащего блока не задана явно (т.е. зависит от высоты содержимого), и этот этот элемент позиционирован не абсолютно, процентное значение интерпретируется как <code>0</code>."
1390
1393
  },
@@ -1398,7 +1401,7 @@
1398
1401
  "regardingHeightOfGeneratedBoxContainingBlockPercentagesRelativeToContainingBlock": {
1399
1402
  "de": "Der Prozentwert wird unter Berücksichtigung der Höhe des die generierte Box beinhaltenden Blocks berechnet. Falls die Höhe des beinhaltenden Blocks nicht explizit angegeben wurde (d. h. sie hängt von der Höhe des Inhalts ab) und dieses Element nicht absolut positioniert ist, ist der berechnete Wert <code>auto</code>. Eine prozentuale Höhe beim Wurzelelement ist relativ zum ursprünglichen beinhaltenden Block.",
1400
1403
  "en-US": "The percentage is calculated with respect to the height of the generated box's containing block. If the height of the containing block is not specified explicitly (i.e., it depends on content height), and this element is not absolutely positioned, the value computes to <code>auto</code>. A percentage height on the root element is relative to the initial containing block.",
1401
- "fr": "Le poucentage est par rapport à la hauteur de la boîte générée par le bloc contenant. Si la hauteur du bloc contenant n'est pas explicitement spécifiée (c'est-à-dire qu'elle dépend de la hauteur du contenu), et si cet élément n'est pas absolument positionné, la valeur du pourcentage est traitée comme <code>auto</code> et la hauteur du pourcentage sur l'élément racine est relative au bloc contenant initial.",
1404
+ "fr": "Le pourcentage est exprimé par rapport à la hauteur de la boîte générée par le bloc contenant. Si la hauteur du bloc contenant n'est pas explicitement spécifiée (c'est-à-dire qu'elle dépend de la hauteur du contenu), et si cet élément n'est pas absolument positionné, la valeur du pourcentage est traitée comme <code>auto</code> et la hauteur du pourcentage sur l'élément racine est relative au bloc contenant initial.",
1402
1405
  "ja": "パーセント値は、生成ボックスの包含ブロックの高さを基準に計算されます。 包含ブロックの高さが明示的に定義されず (すなわち、コンテンツの高さに依存します)、この要素が絶対位置指定されていない場合は、値は <code>auto</code> になります。ルート要素で高さをパーセント値で指定すると、初期包含ブロックに対する相対値になります。",
1403
1406
  "ru": "Процент для генерируемого блока рассчитывается по отношению к высоте содержащего блока. Если высота содержащего блока не задана явно (т.е. зависит от высоты содержимого), и этот этот элемент позиционирован не абсолютно, значение будет <code>auto</code>. Процентная высота на корневом элементе относительна первоначальному блоку."
1404
1407
  },
@@ -1524,7 +1527,7 @@
1524
1527
  "en-US": "a <a href=\"/en-US/docs/Web/CSS/box-shadow#Interpolation\" title=\"The color, x, y, blur and spread (if applicable) components of shadow lists are interpolated independently. If the inset value of any shadow pair differs between both lists, the whole list is uninterpolable. If one list is smaller than the other, it gets padded with transparent shadows with all their lengths set to 0 and its inset value matching the longer list.\">shadow list</a>",
1525
1528
  "fr": "une <a href=\"/fr/docs/Web/CSS/box-shadow#Interpolation\" title=\"Les composantes de couleur, coordonnées x, y, de flou et d'étalement (si applicable) des listes d'ombres sont interpolées indépendamment. Si la valeur inset de n'importe quelle ombre différe entre les deux listes, toute la liste ne pourra pas être interpolée. Si une liste est plus petite qu'une autre, elle sera complétée avec des ombres transparentes dont les longueurs sont nulles et dont les valeurs d'inset correspondent à celles de la liste plus longue.\">liste d'ombres</a>",
1526
1529
  "ja": "a <a href=\"/ja/docs/Web/CSS/box-shadow#Interpolation\" title=\"影のリストは、色の成分、 x、 y、 ぼかし、 (適切であれば) 広がりの成分で個別に補完されます。両方のリストで影の組の inset の値が異なる場合は、リスト全体は補完されません。一方のリストがもう一方より短い場合は、 transparent の色の影で補完し、すべての長さが 0 であり、 inset (の有無) が一致するものがあれば、より長いリストに一致します。\">影のリスト</a>",
1527
- "ru": "<a href=\"/ru/docs/Web/CSS/box-shadow#Interpolation\" title=\"Цвет, абсцисса, ордината, размытие и распространение (если применено) списка теней интерполируются независимо. Если внутреннее значение какой-либо пары теней различается в обоих списках, интерполизуется весь список. Если один список меньше остальных, он дополняется прозрачностью теней со всей их длинной установленной в 0, а его внутреннее значение соответвует длинному списку.\">список теней</a>"
1530
+ "ru": "<a href=\"/ru/docs/Web/CSS/box-shadow#Interpolation\" title=\"Цвет, абсцисса, ордината, размытие и распространение (если применено) списка теней интерполируются независимо. Если внутреннее значение какой-либо пары теней различается в обоих списках, интерполизуется весь список. Если один список меньше остальных, он дополняется прозрачностью теней со всей их длинной установленной в 0, а его внутреннее значение соответствует длинному списку.\">список теней</a>"
1528
1531
  },
1529
1532
  "simpleList": {
1530
1533
  "de": "ein einfacher Wert der folgenden Eigenschaften: ",
@@ -1643,7 +1646,7 @@
1643
1646
  "twoAbsoluteLengthOrPercentages": {
1644
1647
  "de": "zwei absolute {{cssxref(\"length\")}} oder {{cssxref(\"percentage\")}}",
1645
1648
  "en-US": "two absolute {{cssxref(\"length\")}}s or {{cssxref(\"percentage\")}}s",
1646
- "fr": "deux {{cssxref(\"longueur\",\"longueurs\")}} absolues ou deux {{cssxref(\"pourcentage\",\"pourcentages\")}}",
1649
+ "fr": "deux {{cssxref(\"length\",\"longueurs\")}} absolues ou deux {{cssxref(\"percentage\",\"pourcentages\")}}",
1647
1650
  "ja": "2つの絶対的な {{cssxref(\"length\")}} または {{cssxref(\"percentage\")}} 値",
1648
1651
  "ru": "две абсолютных {{cssxref(\"length\")}} или {{cssxref(\"percentage\")}}"
1649
1652
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdn-data",
3
- "version": "2.0.24",
3
+ "version": "2.0.27",
4
4
  "description": "Open Web data by the Mozilla Developer Network",
5
5
  "main": "index.js",
6
6
  "files": [