Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 20, 2025

⚠ NEVER add commits to this pull request.

πŸ€– This pull request was automatically created to facilitate human review of @webref/css changes triggered by curated data at cb43fbf.

🧐 Please review the diff below and version numbers. If all looks good, merge this pull request to release the changes to npm.

πŸ“¦ Latest released @webref/css package was v7.0.8-alpha. Merging this pull request will release v7.0.9-alpha. Make sure that the bump is the right one for the changes.

✍ If any change needs to be made before release, do not add a commit to this pull request. Changes should rather be handled in a separate pull request and pushed to the main branch. You may leave this pull request open in the meantime, or close it. The pre-release job will automatically update this pull request or create a new one once the updates have made their way to the main branch.

πŸ›ˆ The actual change introduced by this pull request is a version bump in packages/css/package.json. You do not need to review that change. The bumped version is not the version that will be released when this pull request is merged, but rather the version that will be released next time.

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css.json packages/css/css.json
--- webref/node_modules/@webref/css/css.json
+++ packages/css/css.json
@@ -1086,6 +1086,12 @@
       "extended": []
     },
     {
+      "name": "alpha()",
+      "href": "https://drafts.csswg.org/css-color-5/#funcdef-alpha",
+      "syntax": "alpha([from <color>] [ / [<alpha-value> | none] ]? )",
+      "extended": []
+    },
+    {
       "name": "anchor-size()",
       "prose": "An absolutely positioned box can use the anchor-size() function in its sizing properties to refer to the size of one or more anchor boxes. The anchor-size() function resolves to a <length>. It is only allowed in the accepted @position-try properties (and is otherwise invalid).",
       "href": "https://drafts.csswg.org/css-anchor-position-1/#funcdef-anchor-size",
@@ -4064,7 +4070,7 @@
     {
       "name": "block-ellipsis",
       "href": "https://drafts.csswg.org/css-overflow-4/#propdef-block-ellipsis",
-      "initial": "none",
+      "initial": "no-ellipsis",
       "appliesTo": "block containers",
       "inherited": "yes",
       "percentages": "N/A",
@@ -4075,7 +4081,7 @@
         "block-ellipsis",
         "blockEllipsis"
       ],
-      "syntax": "none | auto | <string>",
+      "syntax": "no-ellipsis | auto | <string>",
       "extended": []
     },
     {
@@ -16477,7 +16483,7 @@
     {
       "name": "color-function",
       "href": "https://drafts.csswg.org/css-color-hdr-1/#typedef-color-function",
-      "syntax": "<rgb()> | <rgba()> | <hsl()> | <hsla()> | <hwb()> | <lab()> | <lch()> | <oklab()> | <oklch()> | <ictcp()> | <jzazbz()> | <jzczhz()> | <color()>",
+      "syntax": "<rgb()> | <rgba()> | <hsl()> | <hsla()> | <hwb()> | <lab()> | <lch()> | <oklab()> | <oklch()> | <ictcp()> | <jzazbz()> | <jzczhz()> | <alpha()> | <color()>",
       "extended": []
     },
     {
@@ -17984,7 +17990,7 @@
     {
       "name": "predefined-rgb",
       "href": "https://drafts.csswg.org/css-color-hdr-1/#typedef-predefined-rgb",
-      "syntax": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | rec2100-pq | rec2100-hlg | rec2100-linear",
+      "syntax": "srgb | srgb-linear | display-p3 | display-p3-linear | a98-rgb | prophoto-rgb | rec2020 | rec2100-pq | rec2100-hlg | rec2100-linear",
       "extended": []
     },
     {
@@ -18124,7 +18130,7 @@
     {
       "name": "rectangular-color-space",
       "href": "https://drafts.csswg.org/css-color-5/#typedef-rectangular-color-space",
-      "syntax": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | <xyz-space>",
+      "syntax": "srgb | srgb-linear | display-p3 | display-p3-linear | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | <xyz-space>",
       "extended": []
     },
     {

@github-actions github-actions bot force-pushed the release-css-20250820125732236 branch 2 times, most recently from c3fa874 to e85cf6b Compare August 21, 2025 00:55
@github-actions github-actions bot force-pushed the release-css-20250820125732236 branch 19 times, most recently from 1ba1997 to 4c489c4 Compare August 25, 2025 18:56
@github-actions github-actions bot force-pushed the release-css-20250820125732236 branch from 4c489c4 to ddda088 Compare August 26, 2025 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants