mdn-data 2.0.26 → 2.0.29

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.29](https://github.com/mdn/data/compare/v2.0.28...v2.0.29) (2022-08-30)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * release 2.0.29 ([da9510f](https://github.com/mdn/data/commit/da9510f7c6cbb79e6eeda6dda51bc39358301ea6))
9
+
10
+ ## [2.0.28](https://github.com/mdn/data/compare/v2.0.27...v2.0.28) (2022-07-12)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **css:** correct two syntax examples in selectors ([#589](https://github.com/mdn/data/issues/589)) ([91ab33a](https://github.com/mdn/data/commit/91ab33a40bf2dfd75286a01785453705105533e8))
16
+
17
+ ### [2.0.27](https://github.com/mdn/data/compare/v2.0.26...v2.0.27) (2022-02-24)
18
+
19
+
20
+ ### Miscellaneous Chores
21
+
22
+ * release ([a99ae2e](https://github.com/mdn/data/commit/a99ae2ebfeb930524c18f8d46954e8e32ab6b630))
23
+
3
24
  ### [2.0.26](https://www.github.com/mdn/data/compare/v2.0.25...v2.0.26) (2022-01-19)
4
25
 
5
26
 
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # MDN data
2
2
 
3
+ > **Note:** We are in the process of deprecating the `mdn/data` package in favor of [`w3c/webref`](https://github.com/w3c/webref). If this could present a problem to your project, please contact us via our [GitHub discussions](https://github.com/mdn/mdn-community/discussions/categories/platform). Thank you.
4
+
3
5
  [https://github.com/mdn/data](https://github.com/mdn/data)
4
6
 
5
7
  Maintained by the [MDN team at Mozilla](https://wiki.mozilla.org/MDN).
@@ -53,4 +55,4 @@ with the schema for the data you're editing, and send us a pull request. See als
53
55
 
54
56
  ## See also
55
57
  * [https://github.com/mdn/browser-compat-data](https://github.com/mdn/browser-compat-data)
56
- for compatibility data for Web technologies.
58
+ 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?",
@@ -4171,7 +4189,7 @@
4171
4189
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/columns"
4172
4190
  },
4173
4191
  "contain": {
4174
- "syntax": "none | strict | content | [ size || layout || style || paint ]",
4192
+ "syntax": "none | strict | content | [ [ size || inline-size ] || layout || style || paint ]",
4175
4193
  "media": "all",
4176
4194
  "inherited": false,
4177
4195
  "animationType": "discrete",
@@ -6508,7 +6526,7 @@
6508
6526
  "groups": [
6509
6527
  "CSS Logical Properties"
6510
6528
  ],
6511
- "initial": "0",
6529
+ "initial": "none",
6512
6530
  "appliesto": "sameAsWidthAndHeight",
6513
6531
  "computed": "sameAsMaxWidthAndMaxHeight",
6514
6532
  "order": "uniqueOrder",
@@ -6540,7 +6558,7 @@
6540
6558
  "groups": [
6541
6559
  "CSS Logical Properties"
6542
6560
  ],
6543
- "initial": "0",
6561
+ "initial": "none",
6544
6562
  "appliesto": "sameAsWidthAndHeight",
6545
6563
  "computed": "sameAsMaxWidthAndMaxHeight",
6546
6564
  "order": "uniqueOrder",
@@ -6643,7 +6661,7 @@
6643
6661
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/min-width"
6644
6662
  },
6645
6663
  "mix-blend-mode": {
6646
- "syntax": "<blend-mode>",
6664
+ "syntax": "<blend-mode> | plus-lighter",
6647
6665
  "media": "visual",
6648
6666
  "inherited": false,
6649
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
@@ -1,7 +1,13 @@
1
1
  {
2
+ "abs()": {
3
+ "syntax": "abs( <calc-sum> )"
4
+ },
2
5
  "absolute-size": {
3
6
  "syntax": "xx-small | x-small | small | medium | large | x-large | xx-large | xxx-large"
4
7
  },
8
+ "acos()": {
9
+ "syntax": "acos( <calc-sum> )"
10
+ },
5
11
  "alpha-value": {
6
12
  "syntax": "<number> | <percentage>"
7
13
  },
@@ -20,6 +26,15 @@
20
26
  "animateable-feature": {
21
27
  "syntax": "scroll-position | contents | <custom-ident>"
22
28
  },
29
+ "asin()": {
30
+ "syntax": "asin( <calc-sum> )"
31
+ },
32
+ "atan()": {
33
+ "syntax": "atan( <calc-sum> )"
34
+ },
35
+ "ata2n()": {
36
+ "syntax": "atan2( <calc-sum>, <calc-sum> )"
37
+ },
23
38
  "attachment": {
24
39
  "syntax": "scroll | fixed | local"
25
40
  },
@@ -102,7 +117,7 @@
102
117
  "syntax": "<url>"
103
118
  },
104
119
  "color": {
105
- "syntax": "<rgb()> | <rgba()> | <hsl()> | <hsla()> | <hwb()> | <hex-color> | <named-color> | currentcolor | <deprecated-system-color>"
120
+ "syntax": "<rgb()> | <rgba()> | <hsl()> | <hsla()> | <hwb()> | <lab()> | <lch()> | <hex-color> | <named-color> | currentcolor | <deprecated-system-color>"
106
121
  },
107
122
  "color-stop": {
108
123
  "syntax": "<color-stop-length> | <color-stop-angle>"
@@ -164,6 +179,9 @@
164
179
  "contrast()": {
165
180
  "syntax": "contrast( [ <number-percentage> ] )"
166
181
  },
182
+ "cos()": {
183
+ "syntax": "cos( <calc-sum> )"
184
+ },
167
185
  "counter": {
168
186
  "syntax": "<counter()> | <counters()>"
169
187
  },
@@ -233,6 +251,9 @@
233
251
  "env()": {
234
252
  "syntax": "env( <custom-ident> , <declaration-value>? )"
235
253
  },
254
+ "exp()": {
255
+ "syntax": "exp( <calc-sum> )"
256
+ },
236
257
  "explicit-track-list": {
237
258
  "syntax": "[ <line-names>? <track-size> ]+ <line-names>?"
238
259
  },
@@ -272,9 +293,6 @@
272
293
  "final-bg-layer": {
273
294
  "syntax": "<'background-color'> || <bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <box> || <box>"
274
295
  },
275
- "fit-content()": {
276
- "syntax": "fit-content( [ <length> | <percentage> ] )"
277
- },
278
296
  "fixed-breadth": {
279
297
  "syntax": "<length-percentage>"
280
298
  },
@@ -309,7 +327,7 @@
309
327
  "syntax": "<shape-box> | fill-box | stroke-box | view-box"
310
328
  },
311
329
  "gradient": {
312
- "syntax": "<linear-gradient()> | <repeating-linear-gradient()> | <radial-gradient()> | <repeating-radial-gradient()> | <conic-gradient()>"
330
+ "syntax": "<linear-gradient()> | <repeating-linear-gradient()> | <radial-gradient()> | <repeating-radial-gradient()> | <conic-gradient()> | <repeating-conic-gradient()>"
313
331
  },
314
332
  "grayscale()": {
315
333
  "syntax": "grayscale( <number-percentage> )"
@@ -335,6 +353,9 @@
335
353
  "hwb()": {
336
354
  "syntax": "hwb( [<hue> | none] [<percentage> | none] [<percentage> | none] [ / [<alpha-value> | none] ]? )"
337
355
  },
356
+ "hypot()": {
357
+ "syntax": "hypot( <calc-sum># )"
358
+ },
338
359
  "id-selector": {
339
360
  "syntax": "<hash-token>"
340
361
  },
@@ -357,7 +378,7 @@
357
378
  "syntax": "ltr | rtl"
358
379
  },
359
380
  "inflexible-breadth": {
360
- "syntax": "<length> | <percentage> | min-content | max-content | auto"
381
+ "syntax": "<length-percentage> | min-content | max-content | auto"
361
382
  },
362
383
  "inset()": {
363
384
  "syntax": "inset( <length-percentage>{1,4} [ round <'border-radius'> ]? )"
@@ -377,9 +398,18 @@
377
398
  "keyframe-selector": {
378
399
  "syntax": "from | to | <percentage>"
379
400
  },
401
+ "lab()": {
402
+ "syntax": "lab( [<percentage> | <number> | none] [ <percentage> | <number> | none] [ <percentage> | <number> | none] [ / [<alpha-value> | none] ]? )"
403
+ },
380
404
  "layer()": {
381
405
  "syntax": "layer( <layer-name> )"
382
406
  },
407
+ "layer-name": {
408
+ "syntax": "<ident> [ '.' <ident> ]*"
409
+ },
410
+ "lch()": {
411
+ "syntax": "lch( [<percentage> | <number> | none] [ <percentage> | <number> | none] [ <hue> | none] [ / [<alpha-value> | none] ]? )"
412
+ },
383
413
  "leader()": {
384
414
  "syntax": "leader( <leader-type> )"
385
415
  },
@@ -410,6 +440,9 @@
410
440
  "linear-gradient()": {
411
441
  "syntax": "linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )"
412
442
  },
443
+ "log()": {
444
+ "syntax": "log( <calc-sum>, <calc-sum>? )"
445
+ },
413
446
  "mask-layer": {
414
447
  "syntax": "<mask-reference> || <position> [ / <bg-size> ]? || <repeat-style> || <geometry-box> || [ <geometry-box> | no-clip ] || <compositing-operator> || <masking-mode>"
415
448
  },
@@ -483,7 +516,13 @@
483
516
  "syntax": "min( <calc-sum># )"
484
517
  },
485
518
  "minmax()": {
486
- "syntax": "minmax( [ <length> | <percentage> | min-content | max-content | auto ] , [ <length> | <percentage> | <flex> | min-content | max-content | auto ] )"
519
+ "syntax": "minmax( [ <length-percentage> | min-content | max-content | auto ] , [ <length-percentage> | <flex> | min-content | max-content | auto ] )"
520
+ },
521
+ "mod()": {
522
+ "syntax": "mod( <calc-sum>, <calc-sum> )"
523
+ },
524
+ "name-repeat": {
525
+ "syntax": "repeat( [ <integer [1,∞]> | auto-fill ], <line-names>+ )"
487
526
  },
488
527
  "named-color": {
489
528
  "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"
@@ -543,7 +582,7 @@
543
582
  "syntax": "paint( <ident>, <declaration-value>? )"
544
583
  },
545
584
  "perspective()": {
546
- "syntax": "perspective( <length> )"
585
+ "syntax": "perspective( [ <length [0,∞]> | none ] )"
547
586
  },
548
587
  "polygon()": {
549
588
  "syntax": "polygon( <fill-rule>? , [ <length-percentage> <length-percentage> ]# )"
@@ -551,6 +590,9 @@
551
590
  "position": {
552
591
  "syntax": "[ [ left | center | right ] || [ top | center | bottom ] | [ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ]? | [ [ left | right ] <length-percentage> ] && [ [ top | bottom ] <length-percentage> ] ]"
553
592
  },
593
+ "pow()": {
594
+ "syntax": "pow( <calc-sum>, <calc-sum> )"
595
+ },
554
596
  "pseudo-class-selector": {
555
597
  "syntax": "':' <ident-token> | ':' <function-token> <any-value> ')'"
556
598
  },
@@ -566,6 +608,9 @@
566
608
  "radial-gradient()": {
567
609
  "syntax": "radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )"
568
610
  },
611
+ "ratio": {
612
+ "syntax": "<number [0,∞]> [ / <number [0,∞]> ]?"
613
+ },
569
614
  "relative-selector": {
570
615
  "syntax": "<combinator>? <complex-selector>"
571
616
  },
@@ -575,15 +620,24 @@
575
620
  "relative-size": {
576
621
  "syntax": "larger | smaller"
577
622
  },
623
+ "rem()": {
624
+ "syntax": "rem( <calc-sum>, <calc-sum> )"
625
+ },
578
626
  "repeat-style": {
579
627
  "syntax": "repeat-x | repeat-y | [ repeat | space | round | no-repeat ]{1,2}"
580
628
  },
629
+ "repeating-conic-gradient()": {
630
+ "syntax": "repeating-conic-gradient( [ from <angle> ]? [ at <position> ]?, <angular-color-stop-list> )"
631
+ },
581
632
  "repeating-linear-gradient()": {
582
633
  "syntax": "repeating-linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )"
583
634
  },
584
635
  "repeating-radial-gradient()": {
585
636
  "syntax": "repeating-radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )"
586
637
  },
638
+ "reversed-counter-name": {
639
+ "syntax": "reversed( <counter-name> )"
640
+ },
587
641
  "rgb()": {
588
642
  "syntax": "rgb( <percentage>{3} [ / <alpha-value> ]? ) | rgb( <number>{3} [ / <alpha-value> ]? ) | rgb( <percentage>#{3} , <alpha-value>? ) | rgb( <number>#{3} , <alpha-value>? )"
589
643
  },
@@ -605,23 +659,26 @@
605
659
  "rotateZ()": {
606
660
  "syntax": "rotateZ( [ <angle> | <zero> ] )"
607
661
  },
662
+ "round()": {
663
+ "syntax": "round( <rounding-strategy>?, <calc-sum>, <calc-sum> )"
664
+ },
608
665
  "saturate()": {
609
666
  "syntax": "saturate( <number-percentage> )"
610
667
  },
611
668
  "scale()": {
612
- "syntax": "scale( <number> , <number>? )"
669
+ "syntax": "scale( [ <number> | <percentage> ]#{1,2} )"
613
670
  },
614
671
  "scale3d()": {
615
- "syntax": "scale3d( <number> , <number> , <number> )"
672
+ "syntax": "scale3d( [ <number> | <percentage> ]#{3} )"
616
673
  },
617
674
  "scaleX()": {
618
- "syntax": "scaleX( <number> )"
675
+ "syntax": "scaleX( [ <number> | <percentage> ] )"
619
676
  },
620
677
  "scaleY()": {
621
- "syntax": "scaleY( <number> )"
678
+ "syntax": "scaleY( [ <number> | <percentage> ] )"
622
679
  },
623
680
  "scaleZ()": {
624
- "syntax": "scaleZ( <number> )"
681
+ "syntax": "scaleZ( [ <number> | <percentage> ] )"
625
682
  },
626
683
  "self-position": {
627
684
  "syntax": "center | start | end | self-start | self-end | flex-start | flex-end"
@@ -629,6 +686,9 @@
629
686
  "shape-radius": {
630
687
  "syntax": "<length-percentage> | closest-side | farthest-side"
631
688
  },
689
+ "sign()": {
690
+ "syntax": "sign( <calc-sum> )"
691
+ },
632
692
  "skew()": {
633
693
  "syntax": "skew( [ <angle> | <zero> ] , [ <angle> | <zero> ]? )"
634
694
  },
@@ -656,6 +716,9 @@
656
716
  "side-or-corner": {
657
717
  "syntax": "[ left | right ] || [ top | bottom ]"
658
718
  },
719
+ "sin()": {
720
+ "syntax": "sin( <calc-sum> )"
721
+ },
659
722
  "single-animation": {
660
723
  "syntax": "<time> || <easing-function> || <time> || <single-animation-iteration-count> || <single-animation-direction> || <single-animation-fill-mode> || <single-animation-play-state> || [ none | <keyframes-name> ]"
661
724
  },
@@ -671,6 +734,9 @@
671
734
  "single-animation-play-state": {
672
735
  "syntax": "running | paused"
673
736
  },
737
+ "single-animation-timeline": {
738
+ "syntax": "auto | none | <timeline-name>"
739
+ },
674
740
  "single-transition": {
675
741
  "syntax": "[ none | <single-transition-property> ] || <time> || <easing-function> || <time>"
676
742
  },
@@ -680,6 +746,9 @@
680
746
  "size": {
681
747
  "syntax": "closest-side | farthest-side | closest-corner | farthest-corner | <length> | <length-percentage>{2}"
682
748
  },
749
+ "sqrt()": {
750
+ "syntax": "sqrt( <calc-sum> )"
751
+ },
683
752
  "step-position": {
684
753
  "syntax": "jump-start | jump-end | jump-none | jump-both | start | end"
685
754
  },
@@ -707,6 +776,9 @@
707
776
  "symbol": {
708
777
  "syntax": "<string> | <image> | <custom-ident>"
709
778
  },
779
+ "tan()": {
780
+ "syntax": "tan( <calc-sum> )"
781
+ },
710
782
  "target": {
711
783
  "syntax": "<target-counter()> | <target-counters()> | <target-text()>"
712
784
  },
@@ -722,6 +794,9 @@
722
794
  "time-percentage": {
723
795
  "syntax": "<time> | <percentage>"
724
796
  },
797
+ "timeline-name": {
798
+ "syntax": "<custom-ident> | <string>"
799
+ },
725
800
  "easing-function": {
726
801
  "syntax": "linear | <cubic-bezier-timing-function> | <step-timing-function>"
727
802
  },
@@ -735,7 +810,7 @@
735
810
  "syntax": "repeat( [ <integer [1,∞]> ] , [ <line-names>? <track-size> ]+ <line-names>? )"
736
811
  },
737
812
  "track-size": {
738
- "syntax": "<track-breadth> | minmax( <inflexible-breadth> , <track-breadth> ) | fit-content( [ <length> | <percentage> ] )"
813
+ "syntax": "<track-breadth> | minmax( <inflexible-breadth> , <track-breadth> ) | fit-content( <length-percentage> )"
739
814
  },
740
815
  "transform-function": {
741
816
  "syntax": "<matrix()> | <translate()> | <translateX()> | <translateY()> | <scale()> | <scaleX()> | <scaleY()> | <rotate()> | <skew()> | <skewX()> | <skewY()> | <matrix3d()> | <translate3d()> | <translateZ()> | <scale3d()> | <scaleZ()> | <rotate3d()> | <rotateX()> | <rotateY()> | <rotateZ()> | <perspective()>"
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
  },
@@ -1153,7 +1153,7 @@
1153
1153
  "en-US": "the percentage as specified or the absolute length",
1154
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
  },
@@ -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.26",
3
+ "version": "2.0.29",
4
4
  "description": "Open Web data by the Mozilla Developer Network",
5
5
  "main": "index.js",
6
6
  "files": [