mdn-data 2.12.0 → 2.12.2
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/properties.json +4 -4
- package/css/syntaxes.json +6 -3
- package/package.json +1 -1
package/css/properties.json
CHANGED
|
@@ -2085,7 +2085,7 @@
|
|
|
2085
2085
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/appearance"
|
|
2086
2086
|
},
|
|
2087
2087
|
"aspect-ratio": {
|
|
2088
|
-
"syntax": "auto
|
|
2088
|
+
"syntax": "auto || <ratio>",
|
|
2089
2089
|
"media": "all",
|
|
2090
2090
|
"inherited": false,
|
|
2091
2091
|
"animationType": "byComputedValueType",
|
|
@@ -5550,7 +5550,7 @@
|
|
|
5550
5550
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-weight"
|
|
5551
5551
|
},
|
|
5552
5552
|
"forced-color-adjust": {
|
|
5553
|
-
"syntax": "auto | none",
|
|
5553
|
+
"syntax": "auto | none | preserve-parent-color",
|
|
5554
5554
|
"media": "visual",
|
|
5555
5555
|
"inherited": true,
|
|
5556
5556
|
"animationType": "notAnimatable",
|
|
@@ -8720,7 +8720,7 @@
|
|
|
8720
8720
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ry"
|
|
8721
8721
|
},
|
|
8722
8722
|
"scale": {
|
|
8723
|
-
"syntax": "none | <number>{1,3}",
|
|
8723
|
+
"syntax": "none | [ <number> | <percentage> ]{1,3}",
|
|
8724
8724
|
"media": "visual",
|
|
8725
8725
|
"inherited": false,
|
|
8726
8726
|
"animationType": "transform",
|
|
@@ -9574,7 +9574,7 @@
|
|
|
9574
9574
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/stroke-miterlimit"
|
|
9575
9575
|
},
|
|
9576
9576
|
"stroke-opacity": {
|
|
9577
|
-
"syntax": "<opacity>",
|
|
9577
|
+
"syntax": "<'opacity'>",
|
|
9578
9578
|
"media": "visual",
|
|
9579
9579
|
"inherited": true,
|
|
9580
9580
|
"animationType": "byComputedValueType",
|
package/css/syntaxes.json
CHANGED
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"syntax": "[ <line-names>? [ <fixed-size> | <fixed-repeat> ] ]* <line-names>? <auto-repeat>\n[ <line-names>? [ <fixed-size> | <fixed-repeat> ] ]* <line-names>?"
|
|
58
58
|
},
|
|
59
59
|
"axis": {
|
|
60
|
-
"syntax": "block | inline |
|
|
60
|
+
"syntax": "block | inline | x | y"
|
|
61
61
|
},
|
|
62
62
|
"baseline-position": {
|
|
63
63
|
"syntax": "[ first | last ]? baseline"
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"syntax": "<url>"
|
|
124
124
|
},
|
|
125
125
|
"color": {
|
|
126
|
-
"syntax": "<rgb()> | <rgba()> | <hsl()> | <hsla()> | <hwb()> | <lab()> | <lch()> | <
|
|
126
|
+
"syntax": "<rgb()> | <rgba()> | <hsl()> | <hsla()> | <hwb()> | <lab()> | <lch()> | <oklab()> | <oklch()> | <color()> | <hex-color> | <named-color> | <system-color> | <deprecated-system-color> | currentcolor | transparent"
|
|
127
127
|
},
|
|
128
128
|
"color-stop": {
|
|
129
129
|
"syntax": "<color-stop-length> | <color-stop-angle>"
|
|
@@ -714,7 +714,7 @@
|
|
|
714
714
|
"syntax": "scroll( [ <axis> || <scroller> ]? )"
|
|
715
715
|
},
|
|
716
716
|
"scroller": {
|
|
717
|
-
"syntax": "root | nearest"
|
|
717
|
+
"syntax": "root | nearest | self"
|
|
718
718
|
},
|
|
719
719
|
"self-position": {
|
|
720
720
|
"syntax": "center | start | end | self-start | self-end | flex-start | flex-end"
|
|
@@ -812,6 +812,9 @@
|
|
|
812
812
|
"symbol": {
|
|
813
813
|
"syntax": "<string> | <image> | <custom-ident>"
|
|
814
814
|
},
|
|
815
|
+
"system-color": {
|
|
816
|
+
"syntax": "AccentColor | AccentColorText | ActiveText | ButtonBorder | ButtonFace | ButtonText | Canvas | CanvasText | Field | FieldText | GrayText | Highlight | HighlightText | LinkText | Mark | MarkText | SelectedItem | SelectedItemText | VisitedText"
|
|
817
|
+
},
|
|
815
818
|
"tan()": {
|
|
816
819
|
"syntax": "tan( <calc-sum> )"
|
|
817
820
|
},
|