Skip to content

📦 Release @webref/css6@6.25.1#1879

Merged
tidoust merged 1 commit intomainfrom
release-css6-20260321010115577
Mar 25, 2026
Merged

📦 Release @webref/css6@6.25.1#1879
tidoust merged 1 commit intomainfrom
release-css6-20260321010115577

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 21, 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 6595bd4.

🧐 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.25.0. Merging this pull request will release v6.25.1. 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-cascade-6.json packages/css6/css-cascade-6.json
--- webref/node_modules/@webref/css/css-cascade-6.json
+++ packages/css6/css-cascade-6.json
@@ -6,16 +6,41 @@
   "properties": [],
   "atrules": [
     {
+      "name": "@import",
+      "prose": "The @import rule allows users to import style rules from other style sheets. If an @import rule refers to a valid stylesheet, user agents must treat the contents of the stylesheet as if they were written in place of the @import rule, with two exceptions:",
+      "href": "https://drafts.csswg.org/css-cascade-6/#at-ruledef-import",
+      "descriptors": [],
+      "value": "@import [ <url> | <string> ] [[ layer | layer( <layer-name> ) ] || [ scope | scope( <scope-start> | <scope-boundaries> ) ] || <supports-import-condition>]? <media-import-condition> ;"
+    },
+    {
       "name": "@scope",
       "prose": "Scoped styles are described in CSS using the @scope block at-rule, which declares a scoping root and optional scoping limits associated with a set of style rules.",
       "href": "https://drafts.csswg.org/css-cascade-6/#at-ruledef-scope",
       "descriptors": [],
-      "value": "@scope [(<scope-start>)]? [to (<scope-end>)]? { <block-contents> }"
+      "value": "@scope <scope-boundaries> { <block-contents> }"
     }
   ],
   "selectors": [],
   "values": [
     {
+      "name": "<supports-import-condition>",
+      "href": "https://drafts.csswg.org/css-cascade-6/#typedef-supports-import-condition",
+      "type": "type",
+      "value": "supports( [ <supports-condition> | <declaration> ] )"
+    },
+    {
+      "name": "<media-import-condition>",
+      "href": "https://drafts.csswg.org/css-cascade-6/#typedef-media-import-condition",
+      "type": "type",
+      "value": "<media-query-list>"
+    },
+    {
+      "name": "<scope-boundaries>",
+      "href": "https://drafts.csswg.org/css-cascade-6/#typedef-scope-boundaries",
+      "type": "type",
+      "value": "[ ( <scope-start> ) ]? [ to ( <scope-end> ) ]?"
+    },
+    {
       "name": "<scope-start>",
       "prose": "<scope-start> is a <selector-list> selector used to identify the scoping root(s).",
       "href": "https://drafts.csswg.org/css-cascade-6/#typedef-scope-start",

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-color-5.json packages/css6/css-color-5.json
--- webref/node_modules/@webref/css/css-color-5.json
+++ packages/css6/css-color-5.json
@@ -72,7 +72,7 @@
       "prose": "Colors in CSS are represented by the <color> type:",
       "href": "https://drafts.csswg.org/css-color-5/#typedef-color",
       "type": "type",
-      "value": "<color-base> | currentColor | <system-color> | <contrast-color()> | <device-cmyk()> | <light-dark()>"
+      "value": "<color-base> | currentColor | <system-color> | <contrast-color()> | <device-cmyk()> | <light-dark-color>"
     },
     {
       "name": "<color-base>",
@@ -412,11 +412,23 @@
     },
     {
       "name": "light-dark()",
-      "value": "light-dark( [<color>, <color>] | [<image>, <image>])",
+      "value": "<light-dark-color> | <light-dark-image>",
       "href": "https://drafts.csswg.org/css-color-5/#funcdef-light-dark",
       "type": "function"
     },
     {
+      "name": "<light-dark-color>",
+      "href": "https://drafts.csswg.org/css-color-5/#typedef-light-dark-color",
+      "type": "type",
+      "value": "light-dark(<color>, <color>)"
+    },
+    {
+      "name": "<light-dark-image>",
+      "href": "https://drafts.csswg.org/css-color-5/#typedef-light-dark-image",
+      "type": "type",
+      "value": "light-dark(<image> | none, <image> | none)"
+    },
+    {
       "name": "contrast-color()",
       "value": "contrast-color( <color> )",
       "href": "https://drafts.csswg.org/css-color-5/#funcdef-contrast-color",

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-conditional-5.json packages/css6/css-conditional-5.json
--- webref/node_modules/@webref/css/css-conditional-5.json
+++ packages/css6/css-conditional-5.json
@@ -520,7 +520,7 @@
       "name": "<supports-feature>",
       "href": "https://drafts.csswg.org/css-conditional-5/#typedef-supports-feature",
       "type": "type",
-      "value": "<supports-selector-fn> | <supports-font-tech-fn> | <supports-font-format-fn> | <supports-at-rule-fn> | <supports-named-feature-fn> | <supports-decl>"
+      "value": "<supports-selector-fn> | <supports-font-tech-fn> | <supports-font-format-fn> | <supports-at-rule-fn> | <supports-named-feature-fn> | <supports-env-fn> | <supports-decl>"
     },
     {
       "name": "<supports-decl>",
@@ -678,5 +678,19 @@
       "href": "https://drafts.csswg.org/css-conditional-5/#typedef-supports-condition-name",
       "type": "type"
     }
+  ],
+  "warnings": [
+    {
+      "msg": "Missing definition",
+      "name": "<supports-env-fn>",
+      "value": "env( <ident> )"
+    },
+    {
+      "msg": "Dangling value",
+      "name": "env()",
+      "href": "https://drafts.csswg.org/css-conditional-5/#funcdef-supports-env",
+      "type": "function",
+      "for": "@supports"
+    }
   ]
 }

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/mediaqueries-5.json packages/css6/mediaqueries-5.json
--- webref/node_modules/@webref/css/mediaqueries-5.json
+++ packages/css6/mediaqueries-5.json
@@ -837,13 +837,13 @@
       "name": "<media-in-parens>",
       "href": "https://drafts.csswg.org/mediaqueries-5/#typedef-media-in-parens",
       "type": "type",
-      "value": "( <media-condition> ) | <media-feature> | <general-enclosed>"
+      "value": "( <media-condition> ) | ( <media-feature> ) | <general-enclosed>"
     },
     {
       "name": "<media-feature>",
       "href": "https://drafts.csswg.org/mediaqueries-5/#typedef-media-feature",
       "type": "type",
-      "value": "( [ <mf-plain> | <mf-boolean> | <mf-range> ] )"
+      "value": "[ <mf-plain> | <mf-boolean> | <mf-range> ]"
     },
     {
       "name": "<mf-plain>",

@github-actions github-actions bot force-pushed the release-css6-20260321010115577 branch 16 times, most recently from 7ff73c1 to 15930f7 Compare March 25, 2026 01:06
@github-actions github-actions bot force-pushed the release-css6-20260321010115577 branch from 15930f7 to af86c56 Compare March 25, 2026 06:55
@tidoust tidoust merged commit dfb905a into main Mar 25, 2026
@tidoust tidoust deleted the release-css6-20260321010115577 branch March 25, 2026 07:13
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