mdn-data 2.20.0 → 2.21.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.
- package/css/at-rules.json +2 -2
- package/css/properties.json +1 -1
- package/css/properties.schema.json +1 -1
- package/l10n/css.json +1 -1
- package/package.json +1 -1
package/css/at-rules.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
],
|
|
18
18
|
"descriptors": {
|
|
19
19
|
"additive-symbols": {
|
|
20
|
-
"syntax": "[ <integer> && <symbol> ]#",
|
|
20
|
+
"syntax": "[ <integer [0,∞]> && <symbol> ]#",
|
|
21
21
|
"media": "all",
|
|
22
22
|
"initial": "n/a (required)",
|
|
23
23
|
"percentages": "no",
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@page/page-orientation"
|
|
445
445
|
},
|
|
446
446
|
"size": {
|
|
447
|
-
"syntax": "<length>{1,2} | auto | [ <page-size> || [ portrait | landscape ] ]",
|
|
447
|
+
"syntax": "<length [0,∞]>{1,2} | auto | [ <page-size> || [ portrait | landscape ] ]",
|
|
448
448
|
"media": [
|
|
449
449
|
"visual",
|
|
450
450
|
"paged"
|
package/css/properties.json
CHANGED
|
@@ -2389,7 +2389,7 @@
|
|
|
2389
2389
|
"media": "none",
|
|
2390
2390
|
"inherited": false,
|
|
2391
2391
|
"animationType": "byComputedValueType",
|
|
2392
|
-
"percentages": "
|
|
2392
|
+
"percentages": "referToTheUsedValueOfLineHeight",
|
|
2393
2393
|
"groups": [
|
|
2394
2394
|
"CSS Inline"
|
|
2395
2395
|
],
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"referToSVGViewportSize",
|
|
82
82
|
"referToSVGViewportWidth",
|
|
83
83
|
"referToSVGViewportDiagonal",
|
|
84
|
-
"
|
|
84
|
+
"referToTheUsedValueOfLineHeight",
|
|
85
85
|
"referToTotalPathLength",
|
|
86
86
|
"referToWidthAndHeightOfElement",
|
|
87
87
|
"referToWidthOfAffectedGlyph",
|
package/l10n/css.json
CHANGED
|
@@ -1509,7 +1509,7 @@
|
|
|
1509
1509
|
"referToSVGViewportWidth": {
|
|
1510
1510
|
"en-US": "refer to the width of the current SVG viewport"
|
|
1511
1511
|
},
|
|
1512
|
-
"
|
|
1512
|
+
"referToTheUsedValueOfLineHeight": {
|
|
1513
1513
|
"en-US": "refer to the used value of {{cssxref(\"line-height\")}}"
|
|
1514
1514
|
},
|
|
1515
1515
|
"referToTotalPathLength": {
|