mdn-data 2.0.24 → 2.0.25

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.25](https://www.github.com/mdn/data/compare/v2.0.24...v2.0.25) (2021-12-21)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * change branch reference to main ([a473261](https://www.github.com/mdn/data/commit/a473261308cf82ee387cec886c70ef3d570fc957))
9
+ * remove old clashing workflow ([af9a18c](https://www.github.com/mdn/data/commit/af9a18ce3af2cbca83582debf3c3d3fc0ace7402))
10
+
11
+
12
+ ### Miscellaneous Chores
13
+
14
+ * release 2.0.25 ([db5a54b](https://www.github.com/mdn/data/commit/db5a54ba4f3c28b52d0801e115fd5ff0a0052743))
15
+ * release 2.0.25 ([0f453ee](https://www.github.com/mdn/data/commit/0f453eedadbd9065d552203260210bdfafa9d7ff))
16
+
17
+ ### [2.0.24](https://www.github.com/mdn/data/compare/v2.0.24...v2.0.24) (2021-12-17)
18
+
19
+
20
+ ### Miscellaneous Chores
21
+
22
+ * release 2.0.24 ([4d00c38](https://www.github.com/mdn/data/commit/4d00c386efe1cfbf536bb3bc80fed6d687f9ad04))
23
+
3
24
  ### [2.0.24](https://www.github.com/mdn/data/compare/v2.0.23...v2.0.24) (2021-12-15)
4
25
 
5
26
 
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": [
@@ -3940,15 +3940,15 @@
3940
3940
  "syntax": "<color>",
3941
3941
  "media": "visual",
3942
3942
  "inherited": true,
3943
- "animationType": "color",
3943
+ "animationType": "byComputedValueType",
3944
3944
  "percentages": "no",
3945
3945
  "groups": [
3946
3946
  "CSS Color"
3947
3947
  ],
3948
- "initial": "variesFromBrowserToBrowser",
3949
- "appliesto": "allElements",
3950
- "computed": "translucentValuesRGBAOtherwiseRGB",
3951
- "order": "uniqueOrder",
3948
+ "initial": "canvastext",
3949
+ "appliesto": "allElementsAndText",
3950
+ "computed": "computedColor",
3951
+ "order": "perGrammar",
3952
3952
  "alsoAppliesTo": [
3953
3953
  "::first-letter",
3954
3954
  "::first-line",
@@ -3974,7 +3974,7 @@
3974
3974
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color-adjust"
3975
3975
  },
3976
3976
  "color-scheme": {
3977
- "syntax": "normal | [ light | dark | <custom-ident> ]+",
3977
+ "syntax": "normal | [ light | dark | <custom-ident> ]+ && only?",
3978
3978
  "media": "visual",
3979
3979
  "inherited": true,
3980
3980
  "animationType": "discrete",
@@ -4235,7 +4235,7 @@
4235
4235
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/counter-increment"
4236
4236
  },
4237
4237
  "counter-reset": {
4238
- "syntax": "[ <counter-name> <integer>? ]+ | none",
4238
+ "syntax": "[ <counter-name> <integer>? | <reversed-counter-name> <integer>? ]+ | none",
4239
4239
  "media": "all",
4240
4240
  "inherited": false,
4241
4241
  "animationType": "discrete",
@@ -6797,15 +6797,15 @@
6797
6797
  "syntax": "<alpha-value>",
6798
6798
  "media": "visual",
6799
6799
  "inherited": false,
6800
- "animationType": "number",
6801
- "percentages": "no",
6800
+ "animationType": "byComputedValueType",
6801
+ "percentages": "mapToRange0To1",
6802
6802
  "groups": [
6803
6803
  "CSS Color"
6804
6804
  ],
6805
- "initial": "1.0",
6805
+ "initial": "1",
6806
6806
  "appliesto": "allElements",
6807
- "computed": "specifiedValueClipped0To1",
6808
- "order": "uniqueOrder",
6807
+ "computed": "specifiedValueNumberClipped0To1",
6808
+ "order": "perGrammar",
6809
6809
  "alsoAppliesTo": [
6810
6810
  "::placeholder"
6811
6811
  ],
@@ -49,6 +49,7 @@
49
49
  "logicalHeightOfContainingBlock",
50
50
  "logicalWidthOfContainingBlock",
51
51
  "logicalHeightOrWidthOfContainingBlock",
52
+ "mapToRange0To1",
52
53
  "maxZoomFactor",
53
54
  "minZoomFactor",
54
55
  "no",
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
  },
package/l10n/css.json CHANGED
@@ -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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdn-data",
3
- "version": "2.0.24",
3
+ "version": "2.0.25",
4
4
  "description": "Open Web data by the Mozilla Developer Network",
5
5
  "main": "index.js",
6
6
  "files": [