Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 22, 2026

⚠ NEVER add commits to this pull request.

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

🧐 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/css6 package was v6.23.24. Merging this pull request will release v6.23.25. 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/css6/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-mixins.json packages/css6/css-mixins.json
--- webref/node_modules/@webref/css/css-mixins.json
+++ packages/css6/css-mixins.json
@@ -31,7 +31,13 @@
       "name": "@mixin",
       "href": "https://drafts.csswg.org/css-mixins-1/#at-ruledef-mixin",
       "descriptors": [],
-      "value": "@mixin <function-token> <function-parameter>#? , [@contents]? ) { <declaration-rule-list> }"
+      "value": "@mixin <function-token> <function-parameter>#? ) { <declaration-rule-list> }"
+    },
+    {
+      "name": "@result",
+      "href": "https://drafts.csswg.org/css-mixins-1/#result-rule",
+      "descriptors": [],
+      "value": "@result { <declaration-rule-list> }"
     },
     {
       "name": "@contents",
@@ -44,12 +50,6 @@
       "href": "https://drafts.csswg.org/css-mixins-1/#at-ruledef-apply",
       "descriptors": [],
       "value": "@apply [ <dashed-ident> | <dashed-function> ] [ { <declaration-list> } ]?;"
-    },
-    {
-      "name": "@env",
-      "href": "https://drafts.csswg.org/css-mixins-1/#at-ruledef-env",
-      "descriptors": [],
-      "value": "@env <custom-property-name> <css-type>? : <declaration-value>? ;"
     }
   ],
   "selectors": [],

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-view-transitions.json packages/css6/css-view-transitions.json
--- webref/node_modules/@webref/css/css-view-transitions.json
+++ packages/css6/css-view-transitions.json
@@ -37,10 +37,19 @@
       ]
     },
     {
-      "name": "contain",
-      "newValues": "view-transition",
+      "name": "view-transition-scope",
+      "href": "https://drafts.csswg.org/css-view-transitions-2/#propdef-view-transition-scope",
+      "value": "none | auto",
+      "initial": "none",
+      "appliesTo": "all elements",
+      "inherited": "no",
+      "percentages": "n/a",
+      "computedValue": "as specified",
+      "canonicalOrder": "per grammar",
+      "animationType": "discrete",
       "styleDeclaration": [
-        "contain"
+        "view-transition-scope",
+        "viewTransitionScope"
       ]
     },
     {

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/filter-effects.json packages/css6/filter-effects.json
--- webref/node_modules/@webref/css/filter-effects.json
+++ packages/css6/filter-effects.json
@@ -193,7 +193,7 @@
       "name": "<filter-function>",
       "href": "https://drafts.csswg.org/filter-effects-1/#typedef-filter-function",
       "type": "type",
-      "value": "blur() | brightness() | contrast() | drop-shadow() | grayscale() | hue-rotate() | invert() | opacity() | sepia() | saturate()"
+      "value": "<blur()> | <brightness()> | <contrast()> | <drop-shadow()> | <grayscale()> | <hue-rotate()> | <invert()> | <opacity()> | <sepia()> | <saturate()>"
     },
     {
       "name": "<number-optional-number>",

@github-actions github-actions bot force-pushed the release-css6-20260122130343032 branch 21 times, most recently from 26f1aa8 to 6c853d1 Compare January 28, 2026 01:05
@github-actions github-actions bot force-pushed the release-css6-20260122130343032 branch from 6c853d1 to 4aea283 Compare January 28, 2026 06:55
@tidoust tidoust merged commit b2ad19a into main Jan 28, 2026
@tidoust tidoust deleted the release-css6-20260122130343032 branch January 28, 2026 08:15
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.

1 participant