Skip to content

Commit de62c35

Browse files
Merge branch 'main' into CSS-Positioned-Layout
2 parents 09a9331 + 83add30 commit de62c35

8 files changed

+25
-10
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.16.0"
2+
".": "2.17.0"
33
}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.17.0](https://github.com/mdn/data/compare/v2.16.0...v2.17.0) (2025-02-26)
4+
5+
6+
### Features
7+
8+
* **css:** Sync syntax for some css functions ([#938](https://github.com/mdn/data/issues/938)) ([de14073](https://github.com/mdn/data/commit/de140730e5ee83da2d84182c05bc4395c20140f9))
9+
10+
11+
### Miscellaneous
12+
13+
* **css:** Add mdn_url for newly documented features ([#937](https://github.com/mdn/data/issues/937)) ([7384ff1](https://github.com/mdn/data/commit/7384ff1ae98ac4a138e72abe9d003cc57ec05134))
14+
* **css:** Update status for `:has-slotted` ([#936](https://github.com/mdn/data/issues/936)) ([43ac794](https://github.com/mdn/data/commit/43ac7940de5aaa7da62230dc41908719d34accd3))
15+
316
## [2.16.0](https://github.com/mdn/data/compare/v2.15.0...v2.16.0) (2025-02-24)
417

518

css/functions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -554,15 +554,15 @@
554554
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/repeating-radial-gradient"
555555
},
556556
"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 ] ]? )",
558558
"groups": [
559559
"CSS Color"
560560
],
561561
"status": "standard",
562562
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/rgb"
563563
},
564564
"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 ] ]? )",
566566
"groups": [
567567
"CSS Color"
568568
],

css/properties.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6443,7 +6443,8 @@
64436443
"appliesto": "blockContainersExceptMultiColumnContainers",
64446444
"computed": "asSpecified",
64456445
"order": "perGrammar",
6446-
"status": "standard"
6446+
"status": "standard",
6447+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/line-clamp"
64476448
},
64486449
"line-height": {
64496450
"syntax": "normal | <number> | <length> | <percentage>",

css/selectors.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@
358358
"Pseudo-classes",
359359
"Selectors"
360360
],
361-
"status": "experimental",
361+
"status": "standard",
362362
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:has-slotted"
363363
},
364364
":host": {
@@ -1086,7 +1086,8 @@
10861086
"Pseudo-elements",
10871087
"Selectors"
10881088
],
1089-
"status": "experimental"
1089+
"status": "experimental",
1090+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::details-content"
10901091
},
10911092
"::file-selector-button": {
10921093
"syntax": "::file-selector-button",

css/syntaxes.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
"syntax": "<color-base> | currentColor | <system-color> | <light-dark()> | <deprecated-system-color>"
151151
},
152152
"color()": {
153-
"syntax": "color( [from <color>]? <colorspace-params> [ / [ <alpha-value> | none ] ]? )"
153+
"syntax": "color( [ from <color> ]? <colorspace-params> [ / [ <alpha-value> | none ] ]? )"
154154
},
155155
"color-base": {
156156
"syntax": "<hex-color> | <color-function> | <named-color> | <color-mix()> | transparent"

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdn-data",
3-
"version": "2.16.0",
3+
"version": "2.17.0",
44
"description": "Open Web data by the Mozilla Developer Network",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)