Skip to content

Commit

Permalink
Merge branch 'main' into Filter-Effects-group
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Mar 2, 2025
2 parents 1330d4e + 83add30 commit a8d88b8
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.16.0"
".": "2.17.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.17.0](https://github.com/mdn/data/compare/v2.16.0...v2.17.0) (2025-02-26)


### Features

* **css:** Sync syntax for some css functions ([#938](https://github.com/mdn/data/issues/938)) ([de14073](https://github.com/mdn/data/commit/de140730e5ee83da2d84182c05bc4395c20140f9))


### Miscellaneous

* **css:** Add mdn_url for newly documented features ([#937](https://github.com/mdn/data/issues/937)) ([7384ff1](https://github.com/mdn/data/commit/7384ff1ae98ac4a138e72abe9d003cc57ec05134))
* **css:** Update status for `:has-slotted` ([#936](https://github.com/mdn/data/issues/936)) ([43ac794](https://github.com/mdn/data/commit/43ac7940de5aaa7da62230dc41908719d34accd3))

## [2.16.0](https://github.com/mdn/data/compare/v2.15.0...v2.16.0) (2025-02-24)


Expand Down
4 changes: 2 additions & 2 deletions css/functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -554,15 +554,15 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/repeating-radial-gradient"
},
"rgb()": {
"syntax": "rgb( <percentage>#{3} , <alpha-value>? ) | rgb( <number>#{3} , <alpha-value>? ) | rgb( [ <number> | <percentage> | none ]{3} [ / [ <alpha-value> | none ] ]? )",
"syntax": "rgb( <percentage>#{3} , <alpha-value>? ) | rgb( <number>#{3} , <alpha-value>? ) | rgb( [ <number> | <percentage> | none ]{3} [ / [ <alpha-value> | none ] ]? )",
"groups": [
"CSS Color"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/rgb"
},
"rgba()": {
"syntax": "rgba( <percentage>#{3} , <alpha-value>? ) | rgba( <number>#{3} , <alpha-value>? ) | rgba( [ <number> | <percentage> | none ]{3} [ / [ <alpha-value> | none ] ]? )",
"syntax": "rgba( <percentage>#{3} , <alpha-value>? ) | rgba( <number>#{3} , <alpha-value>? ) | rgba( [ <number> | <percentage> | none ]{3} [ / [ <alpha-value> | none ] ]? )",
"groups": [
"CSS Color"
],
Expand Down
3 changes: 2 additions & 1 deletion css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -6443,7 +6443,8 @@
"appliesto": "blockContainersExceptMultiColumnContainers",
"computed": "asSpecified",
"order": "perGrammar",
"status": "standard"
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/line-clamp"
},
"line-height": {
"syntax": "normal | <number> | <length> | <percentage>",
Expand Down
5 changes: 3 additions & 2 deletions css/selectors.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@
"Pseudo-classes",
"Selectors"
],
"status": "experimental",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:has-slotted"
},
":host": {
Expand Down Expand Up @@ -1086,7 +1086,8 @@
"Pseudo-elements",
"Selectors"
],
"status": "experimental"
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::details-content"
},
"::file-selector-button": {
"syntax": "::file-selector-button",
Expand Down
2 changes: 1 addition & 1 deletion css/syntaxes.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"syntax": "<color-base> | currentColor | <system-color> | <light-dark()> | <deprecated-system-color>"
},
"color()": {
"syntax": "color( [from <color>]? <colorspace-params> [ / [ <alpha-value> | none ] ]? )"
"syntax": "color( [ from <color> ]? <colorspace-params> [ / [ <alpha-value> | none ] ]? )"
},
"color-base": {
"syntax": "<hex-color> | <color-function> | <named-color> | <color-mix()> | transparent"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdn-data",
"version": "2.16.0",
"version": "2.17.0",
"description": "Open Web data by the Mozilla Developer Network",
"main": "index.js",
"files": [
Expand Down

0 comments on commit a8d88b8

Please sign in to comment.