mdn-data 2.16.0 → 2.17.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/functions.json +2 -2
- package/css/properties.json +2 -1
- package/css/selectors.json +3 -2
- package/css/syntaxes.json +1 -1
- package/package.json +1 -1
package/css/functions.json
CHANGED
|
@@ -554,7 +554,7 @@
|
|
|
554
554
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/repeating-radial-gradient"
|
|
555
555
|
},
|
|
556
556
|
"rgb()": {
|
|
557
|
-
"syntax": "rgb( <percentage>#{3} , <alpha-value>? ) | rgb( <number>#{3} , <alpha-value>? ) | rgb( [ <number> | <percentage> | none ]{3} [ / [ <alpha-value> | none ] ]?
|
|
557
|
+
"syntax": "rgb( <percentage>#{3} , <alpha-value>? ) | rgb( <number>#{3} , <alpha-value>? ) | rgb( [ <number> | <percentage> | none ]{3} [ / [ <alpha-value> | none ] ]? )",
|
|
558
558
|
"groups": [
|
|
559
559
|
"CSS Color"
|
|
560
560
|
],
|
|
@@ -562,7 +562,7 @@
|
|
|
562
562
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/rgb"
|
|
563
563
|
},
|
|
564
564
|
"rgba()": {
|
|
565
|
-
"syntax": "rgba( <percentage>#{3} , <alpha-value>? ) | rgba( <number>#{3} , <alpha-value>? ) | rgba( [ <number> | <percentage> | none ]{3} [ / [ <alpha-value> | none ] ]?
|
|
565
|
+
"syntax": "rgba( <percentage>#{3} , <alpha-value>? ) | rgba( <number>#{3} , <alpha-value>? ) | rgba( [ <number> | <percentage> | none ]{3} [ / [ <alpha-value> | none ] ]? )",
|
|
566
566
|
"groups": [
|
|
567
567
|
"CSS Color"
|
|
568
568
|
],
|
package/css/properties.json
CHANGED
|
@@ -6436,7 +6436,8 @@
|
|
|
6436
6436
|
"appliesto": "blockContainersExceptMultiColumnContainers",
|
|
6437
6437
|
"computed": "asSpecified",
|
|
6438
6438
|
"order": "perGrammar",
|
|
6439
|
-
"status": "standard"
|
|
6439
|
+
"status": "standard",
|
|
6440
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/line-clamp"
|
|
6440
6441
|
},
|
|
6441
6442
|
"line-height": {
|
|
6442
6443
|
"syntax": "normal | <number> | <length> | <percentage>",
|
package/css/selectors.json
CHANGED
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
"Pseudo-classes",
|
|
359
359
|
"Selectors"
|
|
360
360
|
],
|
|
361
|
-
"status": "
|
|
361
|
+
"status": "standard",
|
|
362
362
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:has-slotted"
|
|
363
363
|
},
|
|
364
364
|
":host": {
|
|
@@ -1085,7 +1085,8 @@
|
|
|
1085
1085
|
"Pseudo-elements",
|
|
1086
1086
|
"Selectors"
|
|
1087
1087
|
],
|
|
1088
|
-
"status": "experimental"
|
|
1088
|
+
"status": "experimental",
|
|
1089
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::details-content"
|
|
1089
1090
|
},
|
|
1090
1091
|
"::file-selector-button": {
|
|
1091
1092
|
"syntax": "::file-selector-button",
|
package/css/syntaxes.json
CHANGED
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"syntax": "<color-base> | currentColor | <system-color> | <light-dark()> | <deprecated-system-color>"
|
|
151
151
|
},
|
|
152
152
|
"color()": {
|
|
153
|
-
"syntax": "color( [from <color>]? <colorspace-params> [ / [ <alpha-value> | none ] ]? )"
|
|
153
|
+
"syntax": "color( [ from <color> ]? <colorspace-params> [ / [ <alpha-value> | none ] ]? )"
|
|
154
154
|
},
|
|
155
155
|
"color-base": {
|
|
156
156
|
"syntax": "<hex-color> | <color-function> | <named-color> | <color-mix()> | transparent"
|