mdn-data 2.21.0 → 2.22.1
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 +1 -1
- package/css/properties.json +54 -4
- package/css/properties.schema.json +3 -1
- package/css/syntaxes.json +9 -3
- package/l10n/css.json +8 -2
- package/package.json +2 -2
package/css/at-rules.json
CHANGED
package/css/properties.json
CHANGED
|
@@ -4965,7 +4965,7 @@
|
|
|
4965
4965
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/flood-opacity"
|
|
4966
4966
|
},
|
|
4967
4967
|
"font": {
|
|
4968
|
-
"syntax": "[ [ <'font-style'> || <font-variant-
|
|
4968
|
+
"syntax": "[ [ <'font-style'> || <font-variant-css2> || <'font-weight'> || <font-width-css3> ]? <'font-size'> [ / <'line-height'> ]? <'font-family'># ] | <system-family-name>",
|
|
4969
4969
|
"media": "visual",
|
|
4970
4970
|
"inherited": true,
|
|
4971
4971
|
"animationType": [
|
|
@@ -5553,6 +5553,26 @@
|
|
|
5553
5553
|
"status": "standard",
|
|
5554
5554
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-weight"
|
|
5555
5555
|
},
|
|
5556
|
+
"font-width": {
|
|
5557
|
+
"syntax": "normal | <percentage [0,∞]> | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded",
|
|
5558
|
+
"media": "visual",
|
|
5559
|
+
"inherited": true,
|
|
5560
|
+
"animationType": "byComputedValueType",
|
|
5561
|
+
"percentages": "no",
|
|
5562
|
+
"groups": [
|
|
5563
|
+
"CSS Fonts"
|
|
5564
|
+
],
|
|
5565
|
+
"initial": "normal",
|
|
5566
|
+
"appliesto": "allElementsAndText",
|
|
5567
|
+
"computed": "percentage",
|
|
5568
|
+
"order": "perGrammar",
|
|
5569
|
+
"alsoAppliesTo": [
|
|
5570
|
+
"::first-letter",
|
|
5571
|
+
"::first-line",
|
|
5572
|
+
"::placeholder"
|
|
5573
|
+
],
|
|
5574
|
+
"status": "experimental"
|
|
5575
|
+
},
|
|
5556
5576
|
"forced-color-adjust": {
|
|
5557
5577
|
"syntax": "auto | none | preserve-parent-color",
|
|
5558
5578
|
"media": "visual",
|
|
@@ -8697,11 +8717,26 @@
|
|
|
8697
8717
|
"CSS Ruby"
|
|
8698
8718
|
],
|
|
8699
8719
|
"initial": "separate",
|
|
8700
|
-
"appliesto": "
|
|
8720
|
+
"appliesto": "rubyAnnotationContainers",
|
|
8701
8721
|
"computed": "asSpecified",
|
|
8702
8722
|
"order": "uniqueOrder",
|
|
8703
8723
|
"status": "experimental"
|
|
8704
8724
|
},
|
|
8725
|
+
"ruby-overhang": {
|
|
8726
|
+
"syntax": "auto | none",
|
|
8727
|
+
"media": "visual",
|
|
8728
|
+
"inherited": true,
|
|
8729
|
+
"animationType": "byComputedValueType",
|
|
8730
|
+
"percentages": "no",
|
|
8731
|
+
"groups": [
|
|
8732
|
+
"CSS Ruby"
|
|
8733
|
+
],
|
|
8734
|
+
"initial": "auto",
|
|
8735
|
+
"appliesto": "rubyAnnotationContainers",
|
|
8736
|
+
"computed": "theSpecifiedKeyword",
|
|
8737
|
+
"order": "perGrammar",
|
|
8738
|
+
"status": "standard"
|
|
8739
|
+
},
|
|
8705
8740
|
"ruby-position": {
|
|
8706
8741
|
"syntax": "[ alternate || [ over | under ] ] | inter-character",
|
|
8707
8742
|
"media": "visual",
|
|
@@ -8712,7 +8747,7 @@
|
|
|
8712
8747
|
"CSS Ruby"
|
|
8713
8748
|
],
|
|
8714
8749
|
"initial": "alternate",
|
|
8715
|
-
"appliesto": "
|
|
8750
|
+
"appliesto": "rubyAnnotationContainers",
|
|
8716
8751
|
"computed": "asSpecified",
|
|
8717
8752
|
"order": "uniqueOrder",
|
|
8718
8753
|
"status": "standard",
|
|
@@ -9580,6 +9615,21 @@
|
|
|
9580
9615
|
"status": "standard",
|
|
9581
9616
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/stroke"
|
|
9582
9617
|
},
|
|
9618
|
+
"stroke-color": {
|
|
9619
|
+
"syntax": "<color>",
|
|
9620
|
+
"media": "visual",
|
|
9621
|
+
"inherited": true,
|
|
9622
|
+
"animationType": "byComputedValue",
|
|
9623
|
+
"percentages": "no",
|
|
9624
|
+
"groups": [
|
|
9625
|
+
"Scalable Vector Graphics"
|
|
9626
|
+
],
|
|
9627
|
+
"initial": "transparent",
|
|
9628
|
+
"appliesto": "textAndSVGShapes",
|
|
9629
|
+
"computed": "computedColor",
|
|
9630
|
+
"order": "perGrammar",
|
|
9631
|
+
"status": "experimental"
|
|
9632
|
+
},
|
|
9583
9633
|
"stroke-dasharray": {
|
|
9584
9634
|
"syntax": "none | <dasharray>",
|
|
9585
9635
|
"media": "visual",
|
|
@@ -10709,7 +10759,7 @@
|
|
|
10709
10759
|
"status": "standard"
|
|
10710
10760
|
},
|
|
10711
10761
|
"view-transition-name": {
|
|
10712
|
-
"syntax": "none | <custom-ident>",
|
|
10762
|
+
"syntax": "none | <custom-ident> | match-element",
|
|
10713
10763
|
"media": "visual",
|
|
10714
10764
|
"inherited": false,
|
|
10715
10765
|
"animationType": "discrete",
|
|
@@ -162,6 +162,7 @@
|
|
|
162
162
|
"normalOnElementsForPseudosNoneAbsoluteURIStringOrAsSpecified",
|
|
163
163
|
"oneToFourPercentagesOrAbsoluteLengthsPlusFill",
|
|
164
164
|
"optimumValueOfAbsoluteLengthOrNormal",
|
|
165
|
+
"percentage",
|
|
165
166
|
"percentageAsSpecifiedAbsoluteLengthOrNone",
|
|
166
167
|
"percentageAsSpecifiedOrAbsoluteLength",
|
|
167
168
|
"percentageAutoOrAbsoluteLength",
|
|
@@ -285,7 +286,7 @@
|
|
|
285
286
|
"positionedElements",
|
|
286
287
|
"positionedElementsWithADefaultAnchorElement",
|
|
287
288
|
"replacedElements",
|
|
288
|
-
"
|
|
289
|
+
"rubyAnnotationContainers",
|
|
289
290
|
"rubyBasesAnnotationsBaseAnnotationContainers",
|
|
290
291
|
"sameAsMargin",
|
|
291
292
|
"sameAsWidthAndHeight",
|
|
@@ -295,6 +296,7 @@
|
|
|
295
296
|
"tableCellElements",
|
|
296
297
|
"tableElements",
|
|
297
298
|
"textAndBlockContainers",
|
|
299
|
+
"textAndSVGShapes",
|
|
298
300
|
"textElements",
|
|
299
301
|
"textFields",
|
|
300
302
|
"transformableElements",
|
package/css/syntaxes.json
CHANGED
|
@@ -272,7 +272,7 @@
|
|
|
272
272
|
"cubic-bezier()": {
|
|
273
273
|
"syntax": "cubic-bezier( [ <number [0,1]>, <number> ]#{2} )"
|
|
274
274
|
},
|
|
275
|
-
"cubic-bezier-
|
|
275
|
+
"cubic-bezier-easing-function": {
|
|
276
276
|
"syntax": "ease | ease-in | ease-out | ease-in-out | <cubic-bezier()>"
|
|
277
277
|
},
|
|
278
278
|
"custom-color-space": {
|
|
@@ -386,12 +386,15 @@
|
|
|
386
386
|
"font-stretch-absolute": {
|
|
387
387
|
"syntax": "normal | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded | <percentage>"
|
|
388
388
|
},
|
|
389
|
-
"font-variant-
|
|
390
|
-
"syntax": "
|
|
389
|
+
"font-variant-css2": {
|
|
390
|
+
"syntax": "normal | small-caps"
|
|
391
391
|
},
|
|
392
392
|
"font-weight-absolute": {
|
|
393
393
|
"syntax": "normal | bold | <number [1,1000]>"
|
|
394
394
|
},
|
|
395
|
+
"font-width-css3": {
|
|
396
|
+
"syntax": "normal | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded"
|
|
397
|
+
},
|
|
395
398
|
"form-control-identifier": {
|
|
396
399
|
"syntax": "select"
|
|
397
400
|
},
|
|
@@ -1010,6 +1013,9 @@
|
|
|
1010
1013
|
"system-color": {
|
|
1011
1014
|
"syntax": "AccentColor | AccentColorText | ActiveText | ButtonBorder | ButtonFace | ButtonText | Canvas | CanvasText | Field | FieldText | GrayText | Highlight | HighlightText | LinkText | Mark | MarkText | SelectedItem | SelectedItemText | VisitedText"
|
|
1012
1015
|
},
|
|
1016
|
+
"system-family-name": {
|
|
1017
|
+
"syntax": "caption | icon | menu | message-box | small-caption | status-bar"
|
|
1018
|
+
},
|
|
1013
1019
|
"tan()": {
|
|
1014
1020
|
"syntax": "tan( <calc-sum> )"
|
|
1015
1021
|
},
|
package/l10n/css.json
CHANGED
|
@@ -1298,6 +1298,9 @@
|
|
|
1298
1298
|
"ja": "形式文法における値の出現順",
|
|
1299
1299
|
"ru": "порядок появления в формальной грамматике значений"
|
|
1300
1300
|
},
|
|
1301
|
+
"percentage": {
|
|
1302
|
+
"en-US": "percentage"
|
|
1303
|
+
},
|
|
1301
1304
|
"percentageAsSpecifiedAbsoluteLengthOrNone": {
|
|
1302
1305
|
"de": "der Prozentwert wie angegeben oder die absolute Länge oder <code>none</code>",
|
|
1303
1306
|
"en-US": "the percentage as specified or the absolute length or <code>none</code>",
|
|
@@ -1637,9 +1640,9 @@
|
|
|
1637
1640
|
"ru": "заменяемые элементы",
|
|
1638
1641
|
"zh-CN": "替换元素"
|
|
1639
1642
|
},
|
|
1640
|
-
"
|
|
1643
|
+
"rubyAnnotationContainers": {
|
|
1641
1644
|
"de": "Ruby-Anmerkungscontainer",
|
|
1642
|
-
"en-US": "ruby
|
|
1645
|
+
"en-US": "ruby annotation containers",
|
|
1643
1646
|
"fr": "annotations ruby des conteneurs",
|
|
1644
1647
|
"ja": "ルビ注釈コンテナー",
|
|
1645
1648
|
"ru": "контейнеры ruby-аннотаций"
|
|
@@ -1792,6 +1795,9 @@
|
|
|
1792
1795
|
"en-US": "text and block containers",
|
|
1793
1796
|
"zh-CN": "文本和区块容器"
|
|
1794
1797
|
},
|
|
1798
|
+
"textAndSVGShapes": {
|
|
1799
|
+
"en-US": "text and SVG shapes"
|
|
1800
|
+
},
|
|
1795
1801
|
"textElements": {
|
|
1796
1802
|
"de": "Textelemente",
|
|
1797
1803
|
"en-US": "text elements",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mdn-data",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.22.1",
|
|
4
4
|
"description": "Open Web data by the Mozilla Developer Network",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"homepage": "https://developer.mozilla.org",
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"ajv": "^6.12.6",
|
|
32
|
-
"better-ajv-errors": "^
|
|
32
|
+
"better-ajv-errors": "^2.0.2"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"lint": "node test/lint",
|