mdn-data 2.4.2 → 2.5.0

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.
@@ -1713,7 +1713,7 @@
1713
1713
  "CSS Box Alignment"
1714
1714
  ],
1715
1715
  "initial": "normal",
1716
- "appliesto": "multilineFlexContainers",
1716
+ "appliesto": "blockContainersMultiColumnContainersFlexContainersGridContainers",
1717
1717
  "computed": "asSpecified",
1718
1718
  "order": "uniqueOrder",
1719
1719
  "status": "standard",
@@ -9513,6 +9513,38 @@
9513
9513
  "status": "standard",
9514
9514
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-wrap"
9515
9515
  },
9516
+ "text-wrap-mode": {
9517
+ "syntax": "auto | wrap | nowrap",
9518
+ "media": "visual",
9519
+ "inherited": true,
9520
+ "animationType": "discrete",
9521
+ "percentages": "no",
9522
+ "groups": [
9523
+ "CSS Text"
9524
+ ],
9525
+ "initial": "wrap",
9526
+ "appliesto": "textAndBlockContainers",
9527
+ "computed": "asSpecified",
9528
+ "order": "perGrammar",
9529
+ "status": "standard",
9530
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-wrap-mode"
9531
+ },
9532
+ "text-wrap-style": {
9533
+ "syntax": "auto | balance | stable | pretty",
9534
+ "media": "visual",
9535
+ "inherited": true,
9536
+ "animationType": "discrete",
9537
+ "percentages": "no",
9538
+ "groups": [
9539
+ "CSS Text"
9540
+ ],
9541
+ "initial": "auto",
9542
+ "appliesto": "textAndBlockContainers",
9543
+ "computed": "asSpecified",
9544
+ "order": "perGrammar",
9545
+ "status": "standard",
9546
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-wrap-style"
9547
+ },
9516
9548
  "timeline-scope": {
9517
9549
  "syntax": "none | <dashed-ident>#",
9518
9550
  "media": "interactive",
@@ -200,6 +200,7 @@
200
200
  "blockContainersExceptMultiColumnContainers",
201
201
  "blockContainersExceptTableWrappers",
202
202
  "blockContainersFlexContainersGridContainers",
203
+ "blockContainersMultiColumnContainersFlexContainersGridContainers",
203
204
  "blockElementsInNormalFlow",
204
205
  "blockLevelElements",
205
206
  "blockLevelBoxesAndAbsolutelyPositionedBoxesAndGridItems",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdn-data",
3
- "version": "2.4.2",
3
+ "version": "2.5.0",
4
4
  "description": "Open Web data by the Mozilla Developer Network",
5
5
  "main": "index.js",
6
6
  "files": [
package/css/README.md DELETED
@@ -1,40 +0,0 @@
1
- # MDN CSS data
2
-
3
- This folder contains data about the different features of the [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS) language.
4
-
5
- ## How to update the CSS JSON DB
6
-
7
- A guide to making changes is provided in the [How to update the CSS JSON DB](../docs/updating_css_json.md) document.
8
-
9
- ## Different types of CSS data
10
-
11
- The CSS data is split into these parts:
12
-
13
- - **at-rules**:
14
- [data](https://github.com/mdn/data/blob/main/css/at-rules.json) |
15
- [schema](https://github.com/mdn/data/blob/main/css/at-rules.schema.json) |
16
- [docs](https://github.com/mdn/data/blob/main/css/at-rules.md)
17
- - **functions**:
18
- [data](https://github.com/mdn/data/blob/main/css/functions.json) |
19
- [schema](https://github.com/mdn/data/blob/main/css/functions.schema.json) |
20
- [docs](https://github.com/mdn/data/blob/main/css/functions.md)
21
- - **properties**:
22
- [data](https://github.com/mdn/data/blob/main/css/properties.json) |
23
- [schema](https://github.com/mdn/data/blob/main/css/properties.schema.json) |
24
- [docs](https://github.com/mdn/data/blob/main/css/properties.md)
25
- - **selectors**:
26
- [data](https://github.com/mdn/data/blob/main/css/selectors.json) |
27
- [schema](https://github.com/mdn/data/blob/main/css/selectors.schema.json) |
28
- [docs](https://github.com/mdn/data/blob/main/css/selectors.md)
29
- - **syntaxes**:
30
- [data](https://github.com/mdn/data/blob/main/css/syntaxes.json) |
31
- [schema](https://github.com/mdn/data/blob/main/css/syntaxes.schema.json) |
32
- [docs](https://github.com/mdn/data/blob/main/css/syntaxes.md)
33
- - **types**:
34
- [data](https://github.com/mdn/data/blob/main/css/types.json) |
35
- [schema](https://github.com/mdn/data/blob/main/css/types.schema.json) |
36
- [docs](https://github.com/mdn/data/blob/main/css/types.md)
37
- - **units**:
38
- [data](https://github.com/mdn/data/blob/main/css/units.json) |
39
- [schema](https://github.com/mdn/data/blob/main/css/units.schema.json) |
40
- [docs](https://github.com/mdn/data/blob/main/css/units.md)