Skip to content

📦 Release @webref/css@8.5.4#1905

Open
github-actions[bot] wants to merge 1 commit intomainfrom
release-css-20260413190221252
Open

📦 Release @webref/css@8.5.4#1905
github-actions[bot] wants to merge 1 commit intomainfrom
release-css-20260413190221252

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Apr 13, 2026

⚠ 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 1a4d593.

🧐 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 v8.5.3. Merging this pull request will release v8.5.4. 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
@@ -6197,7 +6197,7 @@
       "appliesTo": "text or elements that accept text input",
       "inherited": "yes",
       "percentages": "N/A",
-      "computedValue": "The computed value for auto is auto. For <color> values, see CSS Color 4 § 14. Resolving <color> Values.",
+      "computedValue": "The computed value for auto is auto. For <color> values, see CSS Color 4 § 15. Resolving <color> Values.",
       "canonicalOrder": "per grammar",
       "animationType": "by computed value",
       "styleDeclaration": [
@@ -6812,7 +6812,7 @@
       "appliesTo": "See below",
       "inherited": "no",
       "percentages": "n/a",
-      "computedValue": "the keyword none or one or more of size, layout, paint",
+      "computedValue": "the keyword none or one or more of size, layout, style, paint",
       "canonicalOrder": "per grammar",
       "animationType": "not animatable",
       "styleDeclaration": [
@@ -7927,10 +7927,9 @@
       "styleDeclaration": [
         "display"
       ],
-      "syntax": "[ <display-outside> || <display-inside> ] | <display-listitem> | <display-internal> | <display-box> | <display-legacy> | grid-lanes | inline-grid-lanes | ruby | ruby-base | ruby-text | ruby-base-container | ruby-text-container | <display-outside> || [ <display-inside> | math ]",
+      "syntax": "[ <display-outside> || <display-inside> ] | <display-listitem> | <display-internal> | <display-box> | <display-legacy> | grid-lanes | inline-grid-lanes | <display-outside> || [ <display-inside> | math ]",
       "extended": [
         "https://drafts.csswg.org/css-grid-3/",
-        "https://drafts.csswg.org/css-ruby-1/",
         "https://w3c.github.io/mathml-core/"
       ]
     },
@@ -14161,7 +14160,7 @@
       "appliesTo": "all elements",
       "inherited": "no",
       "percentages": "n/a",
-      "computedValue": "the keyword none or a list of CSS identifiers",
+      "computedValue": "list, each item either a CSS identifier or the keyword none",
       "canonicalOrder": "per grammar",
       "animationType": "not animatable",
       "styleDeclaration": [
@@ -16176,7 +16175,7 @@
       "appliesTo": "all elements",
       "inherited": "no",
       "percentages": "n/a",
-      "computedValue": "the keyword none or a list of CSS identifiers",
+      "computedValue": "list, each item either a CSS identifier or the keyword none",
       "canonicalOrder": "per grammar",
       "animationType": "not animatable",
       "styleDeclaration": [
@@ -17646,7 +17645,7 @@
     },
     {
       "name": ":snapped",
-      "prose": "The :snapped pseudo-class matches any scroll snap targets, regardless of axis. The longform physical and logical pseudo-class selectors allow for more finite snapped children styling as they can target an individual axis.",
+      "prose": "The :snapped pseudo-class matches any snap targets, regardless of axis. The longform physical and logical pseudo-class selectors allow for more finite snapped children styling as they can target an individual axis.",
       "href": "https://drafts.csswg.org/css-scroll-snap-2/#selectordef-snapped",
       "syntax": ":snapped",
       "extended": []
@@ -18384,8 +18383,8 @@
     },
     {
       "name": "combinator",
-      "href": "https://drafts.csswg.org/selectors-4/#typedef-combinator",
-      "syntax": "'>' | '+' | '~' | [ '|' '|' ]",
+      "href": "https://drafts.csswg.org/selectors-5/#typedef-combinator",
+      "syntax": "'>' | '+' | '~' | [ '|' '|' ] | [ / <wq-name> / ]",
       "extended": []
     },
     {
@@ -20243,7 +20242,13 @@
     {
       "name": "random-name",
       "href": "https://drafts.csswg.org/css-values-5/#typedef-random-name",
-      "syntax": "<dashed-ident> [ element | property index? ]?",
+      "syntax": "<dashed-ident> || element-scoped || [ property-scoped | property-index-scoped | <random-ua-ident> ]",
+      "extended": []
+    },
+    {
+      "name": "random-ua-ident",
+      "href": "https://drafts.csswg.org/css-values-5/#typedef-random-ua-ident",
+      "syntax": "<custom-ident>",
       "extended": []
     },
     {

@github-actions github-actions bot force-pushed the release-css-20260413190221252 branch 9 times, most recently from f79cd83 to 038bea1 Compare April 16, 2026 01:18
@github-actions github-actions bot force-pushed the release-css-20260413190221252 branch from 038bea1 to cc29259 Compare April 16, 2026 07:12
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