mdn-data 2.0.25 → 2.0.28

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,26 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.28](https://github.com/mdn/data/compare/v2.0.27...v2.0.28) (2022-07-12)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **css:** correct two syntax examples in selectors ([#589](https://github.com/mdn/data/issues/589)) ([91ab33a](https://github.com/mdn/data/commit/91ab33a40bf2dfd75286a01785453705105533e8))
9
+
10
+ ### [2.0.27](https://github.com/mdn/data/compare/v2.0.26...v2.0.27) (2022-02-24)
11
+
12
+
13
+ ### Miscellaneous Chores
14
+
15
+ * release ([a99ae2e](https://github.com/mdn/data/commit/a99ae2ebfeb930524c18f8d46954e8e32ab6b630))
16
+
17
+ ### [2.0.26](https://www.github.com/mdn/data/compare/v2.0.25...v2.0.26) (2022-01-19)
18
+
19
+
20
+ ### Miscellaneous Chores
21
+
22
+ * release 2.0.26 ([8b1045d](https://www.github.com/mdn/data/commit/8b1045dc488c7b278c933143efd1bdba75b6832f))
23
+
3
24
  ### [2.0.25](https://www.github.com/mdn/data/compare/v2.0.24...v2.0.25) (2021-12-21)
4
25
 
5
26
 
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
@@ -1768,7 +1768,7 @@
1768
1768
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/align-tracks"
1769
1769
  },
1770
1770
  "all": {
1771
- "syntax": "initial | inherit | unset | revert",
1771
+ "syntax": "initial | inherit | unset | revert | revert-layer",
1772
1772
  "media": "noPracticalMedia",
1773
1773
  "inherited": false,
1774
1774
  "animationType": "eachOfShorthandPropertiesExceptUnicodeBiDiAndDirection",
@@ -1787,7 +1787,7 @@
1787
1787
  "syntax": "<single-animation>#",
1788
1788
  "media": "visual",
1789
1789
  "inherited": false,
1790
- "animationType": "discrete",
1790
+ "animationType": "notAnimatable",
1791
1791
  "percentages": "no",
1792
1792
  "groups": [
1793
1793
  "CSS Animations"
@@ -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",
@@ -1821,7 +1823,7 @@
1821
1823
  "syntax": "<time>#",
1822
1824
  "media": "visual",
1823
1825
  "inherited": false,
1824
- "animationType": "discrete",
1826
+ "animationType": "notAnimatable",
1825
1827
  "percentages": "no",
1826
1828
  "groups": [
1827
1829
  "CSS Animations"
@@ -1837,7 +1839,7 @@
1837
1839
  "syntax": "<single-animation-direction>#",
1838
1840
  "media": "visual",
1839
1841
  "inherited": false,
1840
- "animationType": "discrete",
1842
+ "animationType": "notAnimatable",
1841
1843
  "percentages": "no",
1842
1844
  "groups": [
1843
1845
  "CSS Animations"
@@ -1853,7 +1855,7 @@
1853
1855
  "syntax": "<time>#",
1854
1856
  "media": "visual",
1855
1857
  "inherited": false,
1856
- "animationType": "discrete",
1858
+ "animationType": "notAnimatable",
1857
1859
  "percentages": "no",
1858
1860
  "groups": [
1859
1861
  "CSS Animations"
@@ -1869,7 +1871,7 @@
1869
1871
  "syntax": "<single-animation-fill-mode>#",
1870
1872
  "media": "visual",
1871
1873
  "inherited": false,
1872
- "animationType": "discrete",
1874
+ "animationType": "notAnimatable",
1873
1875
  "percentages": "no",
1874
1876
  "groups": [
1875
1877
  "CSS Animations"
@@ -1885,7 +1887,7 @@
1885
1887
  "syntax": "<single-animation-iteration-count>#",
1886
1888
  "media": "visual",
1887
1889
  "inherited": false,
1888
- "animationType": "discrete",
1890
+ "animationType": "notAnimatable",
1889
1891
  "percentages": "no",
1890
1892
  "groups": [
1891
1893
  "CSS Animations"
@@ -1901,7 +1903,7 @@
1901
1903
  "syntax": "[ none | <keyframes-name> ]#",
1902
1904
  "media": "visual",
1903
1905
  "inherited": false,
1904
- "animationType": "discrete",
1906
+ "animationType": "notAnimatable",
1905
1907
  "percentages": "no",
1906
1908
  "groups": [
1907
1909
  "CSS Animations"
@@ -1917,7 +1919,7 @@
1917
1919
  "syntax": "<single-animation-play-state>#",
1918
1920
  "media": "visual",
1919
1921
  "inherited": false,
1920
- "animationType": "discrete",
1922
+ "animationType": "notAnimatable",
1921
1923
  "percentages": "no",
1922
1924
  "groups": [
1923
1925
  "CSS Animations"
@@ -1933,7 +1935,7 @@
1933
1935
  "syntax": "<easing-function>#",
1934
1936
  "media": "visual",
1935
1937
  "inherited": false,
1936
- "animationType": "discrete",
1938
+ "animationType": "notAnimatable",
1937
1939
  "percentages": "no",
1938
1940
  "groups": [
1939
1941
  "CSS Animations"
@@ -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": "notAnimatable",
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",
@@ -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,7 +3989,7 @@
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
3995
  "syntax": "normal | [ light | dark | <custom-ident> ]+ && only?",
@@ -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",
@@ -6492,7 +6526,7 @@
6492
6526
  "groups": [
6493
6527
  "CSS Logical Properties"
6494
6528
  ],
6495
- "initial": "0",
6529
+ "initial": "none",
6496
6530
  "appliesto": "sameAsWidthAndHeight",
6497
6531
  "computed": "sameAsMaxWidthAndMaxHeight",
6498
6532
  "order": "uniqueOrder",
@@ -6524,7 +6558,7 @@
6524
6558
  "groups": [
6525
6559
  "CSS Logical Properties"
6526
6560
  ],
6527
- "initial": "0",
6561
+ "initial": "none",
6528
6562
  "appliesto": "sameAsWidthAndHeight",
6529
6563
  "computed": "sameAsMaxWidthAndMaxHeight",
6530
6564
  "order": "uniqueOrder",
@@ -6627,7 +6661,7 @@
6627
6661
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/min-width"
6628
6662
  },
6629
6663
  "mix-blend-mode": {
6630
- "syntax": "<blend-mode>",
6664
+ "syntax": "<blend-mode> | plus-lighter",
6631
6665
  "media": "visual",
6632
6666
  "inherited": false,
6633
6667
  "animationType": "discrete",
@@ -133,6 +133,7 @@
133
133
  "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",
134
134
  "listEachItemConsistingOfAbsoluteLengthPercentageAndOrigin",
135
135
  "listEachItemHasTwoKeywordsOnePerDimension",
136
+ "listEachItemIdentifyerOrNoneAuto",
136
137
  "listEachItemTwoKeywordsOriginOffsets",
137
138
  "noneOrImageWithAbsoluteURI",
138
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"
@@ -541,7 +541,7 @@
541
541
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:placeholder-shown"
542
542
  },
543
543
  ":playing": {
544
- "syntax": ":checked",
544
+ "syntax": ":playing",
545
545
  "groups": [
546
546
  "Pseudo-classes",
547
547
  "Selectors"
@@ -748,7 +748,7 @@
748
748
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-clear"
749
749
  },
750
750
  "::-ms-expand": {
751
- "syntax": "::-ms-clear",
751
+ "syntax": "::-ms-expand",
752
752
  "groups": [
753
753
  "Pseudo-elements",
754
754
  "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()> | <hwb()> | <hex-color> | <named-color> | currentcolor | <deprecated-system-color>"
105
+ "syntax": "<rgb()> | <rgba()> | <hsl()> | <hsla()> | <hwb()> | <lab()> | <lch()> | <hex-color> | <named-color> | currentcolor | <deprecated-system-color>"
106
106
  },
107
107
  "color-stop": {
108
108
  "syntax": "<color-stop-length> | <color-stop-angle>"
@@ -309,7 +309,7 @@
309
309
  "syntax": "<shape-box> | fill-box | stroke-box | view-box"
310
310
  },
311
311
  "gradient": {
312
- "syntax": "<linear-gradient()> | <repeating-linear-gradient()> | <radial-gradient()> | <repeating-radial-gradient()> | <conic-gradient()>"
312
+ "syntax": "<linear-gradient()> | <repeating-linear-gradient()> | <radial-gradient()> | <repeating-radial-gradient()> | <conic-gradient()> | <repeating-conic-gradient()>"
313
313
  },
314
314
  "grayscale()": {
315
315
  "syntax": "grayscale( <number-percentage> )"
@@ -380,6 +380,9 @@
380
380
  "layer()": {
381
381
  "syntax": "layer( <layer-name> )"
382
382
  },
383
+ "layer-name": {
384
+ "syntax": "<ident> [ '.' <ident> ]*"
385
+ },
383
386
  "leader()": {
384
387
  "syntax": "leader( <leader-type> )"
385
388
  },
@@ -485,6 +488,9 @@
485
488
  "minmax()": {
486
489
  "syntax": "minmax( [ <length> | <percentage> | min-content | max-content | auto ] , [ <length> | <percentage> | <flex> | min-content | max-content | auto ] )"
487
490
  },
491
+ "name-repeat": {
492
+ "syntax": "repeat( [ <integer [1,∞]> | auto-fill ], <line-names>+ )"
493
+ },
488
494
  "named-color": {
489
495
  "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"
490
496
  },
@@ -578,6 +584,9 @@
578
584
  "repeat-style": {
579
585
  "syntax": "repeat-x | repeat-y | [ repeat | space | round | no-repeat ]{1,2}"
580
586
  },
587
+ "repeating-conic-gradient()": {
588
+ "syntax": "repeating-conic-gradient( [ from <angle> ]? [ at <position> ]?, <angular-color-stop-list> )"
589
+ },
581
590
  "repeating-linear-gradient()": {
582
591
  "syntax": "repeating-linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )"
583
592
  },
@@ -671,6 +680,9 @@
671
680
  "single-animation-play-state": {
672
681
  "syntax": "running | paused"
673
682
  },
683
+ "single-animation-timeline": {
684
+ "syntax": "auto | none | <timeline-name>"
685
+ },
674
686
  "single-transition": {
675
687
  "syntax": "[ none | <single-transition-property> ] || <time> || <easing-function> || <time>"
676
688
  },
@@ -722,6 +734,9 @@
722
734
  "time-percentage": {
723
735
  "syntax": "<time> | <percentage>"
724
736
  },
737
+ "timeline-name": {
738
+ "syntax": "<custom-ident> | <string>"
739
+ },
725
740
  "easing-function": {
726
741
  "syntax": "linear | <cubic-bezier-timing-function> | <step-timing-function>"
727
742
  },
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
  },
@@ -1151,9 +1151,9 @@
1151
1151
  "percentageAsSpecifiedOrAbsoluteLength": {
1152
1152
  "de": "der Prozentwert wie angegeben oder die absolute Länge",
1153
1153
  "en-US": "the percentage as specified or the absolute length",
1154
- "fr": "le pourcentage tel que spécifé ou une longeur absolue",
1154
+ "fr": "le pourcentage tel que spécifié ou une longueur absolue",
1155
1155
  "ja": "指定されたパーセント値または絶対的な長さ",
1156
- "ru": "процент, как указан, или аблосютная длина"
1156
+ "ru": "процент, как указан, или абсолютная длина"
1157
1157
  },
1158
1158
  "percentageAutoOrAbsoluteLength": {
1159
1159
  "de": "ein Prozentwert oder <code>auto</code> oder die absolute Länge",
@@ -1236,7 +1236,7 @@
1236
1236
  "en-US": "refer to corresponding dimension of the content area",
1237
1237
  "fr": "fait référence à la dimension correspondante de la zone de contenu",
1238
1238
  "ja": "コンテンツ領域の対応する寸法に対する相対値",
1239
- "ru": "относятся к соответвующему размеру области содержимого"
1239
+ "ru": "относятся к соответствующему размеру области содержимого"
1240
1240
  },
1241
1241
  "referToElementFontSize": {
1242
1242
  "de": "bezieht sich auf die Schriftgröße des Elternelements",
@@ -1255,7 +1255,7 @@
1255
1255
  "referToHeightOfBackgroundPositioningAreaMinusBackgroundImageHeight": {
1256
1256
  "de": "bezieht sich auf die Höhe des Hintergrundpositionsbereichs abzüglich der Höhe des Hintergrundbilds",
1257
1257
  "en-US": "refer to height of background positioning area minus height of background image",
1258
- "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",
1259
1259
  "ja": "背景配置領域の高さから背景画像の高さを引いた値に対する相対値",
1260
1260
  "ru": "относятся к высоте области позиционирования фона минус высота фонового изображения"
1261
1261
  },
@@ -1387,7 +1387,7 @@
1387
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.",
1388
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>.",
1389
1389
  "es": "Se refiere a la altura del bloque contenedor.",
1390
- "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>.",
1391
1391
  "ja": "パーセント値は、生成ボックスの包含ブロックの高さを基準に計算されます。 包含ブロックの高さが明示的に定義されず (この場合コンテンツの高さに依存します) この要素が絶対位置指定されていない場合は、パーセント値は 0 として扱われます。",
1392
1392
  "ru": "Процент для генерируемого блока рассчитывается по отношению к высоте содержащего блока. Если высота содержащего блока не задана явно (т.е. зависит от высоты содержимого), и этот этот элемент позиционирован не абсолютно, процентное значение интерпретируется как <code>0</code>."
1393
1393
  },
@@ -1401,7 +1401,7 @@
1401
1401
  "regardingHeightOfGeneratedBoxContainingBlockPercentagesRelativeToContainingBlock": {
1402
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.",
1403
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.",
1404
- "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.",
1405
1405
  "ja": "パーセント値は、生成ボックスの包含ブロックの高さを基準に計算されます。 包含ブロックの高さが明示的に定義されず (すなわち、コンテンツの高さに依存します)、この要素が絶対位置指定されていない場合は、値は <code>auto</code> になります。ルート要素で高さをパーセント値で指定すると、初期包含ブロックに対する相対値になります。",
1406
1406
  "ru": "Процент для генерируемого блока рассчитывается по отношению к высоте содержащего блока. Если высота содержащего блока не задана явно (т.е. зависит от высоты содержимого), и этот этот элемент позиционирован не абсолютно, значение будет <code>auto</code>. Процентная высота на корневом элементе относительна первоначальному блоку."
1407
1407
  },
@@ -1527,7 +1527,7 @@
1527
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>",
1528
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>",
1529
1529
  "ja": "a <a href=\"/ja/docs/Web/CSS/box-shadow#Interpolation\" title=\"影のリストは、色の成分、 x、 y、 ぼかし、 (適切であれば) 広がりの成分で個別に補完されます。両方のリストで影の組の inset の値が異なる場合は、リスト全体は補完されません。一方のリストがもう一方より短い場合は、 transparent の色の影で補完し、すべての長さが 0 であり、 inset (の有無) が一致するものがあれば、より長いリストに一致します。\">影のリスト</a>",
1530
- "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>"
1531
1531
  },
1532
1532
  "simpleList": {
1533
1533
  "de": "ein einfacher Wert der folgenden Eigenschaften: ",
@@ -1646,7 +1646,7 @@
1646
1646
  "twoAbsoluteLengthOrPercentages": {
1647
1647
  "de": "zwei absolute {{cssxref(\"length\")}} oder {{cssxref(\"percentage\")}}",
1648
1648
  "en-US": "two absolute {{cssxref(\"length\")}}s or {{cssxref(\"percentage\")}}s",
1649
- "fr": "deux {{cssxref(\"longueur\",\"longueurs\")}} absolues ou deux {{cssxref(\"pourcentage\",\"pourcentages\")}}",
1649
+ "fr": "deux {{cssxref(\"length\",\"longueurs\")}} absolues ou deux {{cssxref(\"percentage\",\"pourcentages\")}}",
1650
1650
  "ja": "2つの絶対的な {{cssxref(\"length\")}} または {{cssxref(\"percentage\")}} 値",
1651
1651
  "ru": "две абсолютных {{cssxref(\"length\")}} или {{cssxref(\"percentage\")}}"
1652
1652
  },
@@ -1673,11 +1673,11 @@
1673
1673
  "ru": "Варьируется от браузера к браузеру"
1674
1674
  },
1675
1675
  "visibility": {
1676
- "de": "<a href=\"/de/docs/Web/CSS/visibility#Interpolation\">Sichtbarkeit</a>",
1677
- "en-US": "a <a href=\"/en-US/docs/Web/CSS/visibility#Interpolation\" title=\"Values of the visibility CSS property are interpolable if the start or the end value is visible. In that case all values of the timing function which are equal to 1 map to visible and non-equal to 1 to non-visible.\">visibility</a>",
1678
- "fr": "une <a href=\"/fr/docs/Web/CSS/visibility#Interpolation\" title=\"Les valeurs de la propriété CSS visibility sont interpolables si une des valeurs de début ou de fin est visible. Dans ce cas, toutes les valeurs de la fonction de temporisation qui sont égales à 1 sont associées à visible, et celles non égales à 1, à non-visible.\">visibilité</a>",
1679
- "ja": "<a href=\"/en-US/docs/Web/CSS/visibility#Interpolation\" title=\"CSS の visibility プロパティの値は、開始値または終了値が visible の場合に補間可能である。その場合、タイミング関数の 1 に等しい値がすべて可視に、1 に等しくない値が不可視に対応づけられる。\">visibility</a>",
1680
- "ru": "<a href=\"/ru/docs/Web/CSS/visibility#Interpolation\" title=\"Значения свойства CSS visibility интерполируются, если начальное или конечное значение установлено в visible. В этом случае все значения временной функции, равные 1 отображаются, а не равные 1 не отображаются.\">видимость</a>"
1676
+ "de": "<a href=\"/de/docs/Web/CSS/visibility#interpolation\">Sichtbarkeit</a>",
1677
+ "en-US": "a <a href=\"/en-US/docs/Web/CSS/visibility#interpolation\" title=\"Values of the visibility CSS property are interpolable if the start or the end value is visible. In that case all values of the timing function which are equal to 1 map to visible and non-equal to 1 to non-visible.\">visibility</a>",
1678
+ "fr": "une <a href=\"/fr/docs/Web/CSS/visibility#interpolation\" title=\"Les valeurs de la propriété CSS visibility sont interpolables si une des valeurs de début ou de fin est visible. Dans ce cas, toutes les valeurs de la fonction de temporisation qui sont égales à 1 sont associées à visible, et celles non égales à 1, à non-visible.\">visibilité</a>",
1679
+ "ja": "<a href=\"/en-US/docs/Web/CSS/visibility#interpolation\" title=\"CSS の visibility プロパティの値は、開始値または終了値が visible の場合に補間可能である。その場合、タイミング関数の 1 に等しい値がすべて可視に、1 に等しくない値が不可視に対応づけられる。\">visibility</a>",
1680
+ "ru": "<a href=\"/ru/docs/Web/CSS/visibility#interpolation\" title=\"Значения свойства CSS visibility интерполируются, если начальное или конечное значение установлено в visible. В этом случае все значения временной функции, равные 1 отображаются, а не равные 1 не отображаются.\">видимость</a>"
1681
1681
  },
1682
1682
  "visual": {
1683
1683
  "de": "visuell",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdn-data",
3
- "version": "2.0.25",
3
+ "version": "2.0.28",
4
4
  "description": "Open Web data by the Mozilla Developer Network",
5
5
  "main": "index.js",
6
6
  "files": [