Skip to content

📦 Release @webref/css@8.5.0#1868

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

📦 Release @webref/css@8.5.0#1868
github-actions[bot] wants to merge 1 commit intomainfrom
release-css-20260311010105028

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 11, 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 2a02973.

🧐 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.4.1. Merging this pull request will release v8.5.0. 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
@@ -1616,7 +1616,7 @@
     {
       "name": "light-dark()",
       "href": "https://drafts.csswg.org/css-color-5/#funcdef-light-dark",
-      "syntax": "light-dark( <color>, <color> )",
+      "syntax": "light-dark( [<color>, <color>] | [<image>, <image>])",
       "extended": []
     },
     {
@@ -2361,6 +2361,10 @@
         "animation-play-state",
         "animation-timeline"
       ],
+      "resetLonghands": [
+        "animation-range",
+        "animation-trigger"
+      ],
       "syntax": "<single-animation>#",
       "extended": []
     },
@@ -2826,6 +2830,9 @@
         "mask-composite",
         "mask-mode"
       ],
+      "resetLonghands": [
+        "mask-border"
+      ],
       "syntax": "<mask-layer>#",
       "extended": []
     },
@@ -3398,6 +3405,10 @@
         "animation-play-state",
         "animation-timeline"
       ],
+      "resetLonghands": [
+        "animation-range",
+        "animation-trigger"
+      ],
       "syntax": "<single-animation>#",
       "extended": []
     },
@@ -3753,6 +3764,9 @@
         "background-clip",
         "background-color"
       ],
+      "resetLonghands": [
+        "background-blend-mode"
+      ],
       "syntax": "<bg-layer>#? , <final-bg-layer>",
       "extended": []
     },
@@ -4304,6 +4318,9 @@
         "border-style",
         "border-color"
       ],
+      "resetLonghands": [
+        "border-image"
+      ],
       "syntax": "<line-width> || <line-style> || <color>",
       "extended": []
     },
@@ -8538,6 +8555,14 @@
         "line-height",
         "font-family"
       ],
+      "resetLonghands": [
+        "font-feature-settings",
+        "font-kerning",
+        "font-language-override",
+        "font-optical-sizing",
+        "font-size-adjust",
+        "font-variation-settings"
+      ],
       "syntax": "[ [ <'font-style'> || <font-variant-css2> || <'font-weight'> || <font-width-css3> ]? <'font-size'> [ / <'line-height'> ]? <'font-family'># ] | <system-family-name>",
       "extended": []
     },
@@ -9551,7 +9576,7 @@
         "image-animation",
         "imageAnimation"
       ],
-      "syntax": "normal | paused | running",
+      "syntax": "normal | paused | stopped | running",
       "extended": []
     },
     {
@@ -10652,6 +10677,9 @@
         "mask-composite",
         "mask-mode"
       ],
+      "resetLonghands": [
+        "mask-border"
+      ],
       "syntax": "<mask-layer>#",
       "extended": []
     },
@@ -15577,7 +15605,7 @@
       "appliesTo": "all elements",
       "inherited": "no",
       "percentages": "n/a",
-      "computedValue": "the keyword none or a list of CSS identifiers",
+      "computedValue": "the keyword none, the keyword all, or a list of CSS identifiers",
       "canonicalOrder": "per grammar",
       "animationType": "not animatable",
       "styleDeclaration": [
@@ -18793,6 +18821,12 @@
       "extended": []
     },
     {
+      "name": "env-args",
+      "href": "https://drafts.csswg.org/css-env-1/#typedef-env-args",
+      "syntax": "env( <declaration-value>, <declaration-value>? )",
+      "extended": []
+    },
+    {
       "name": "eof-token",
       "prose": "An <eof-token> is a conceptual token, not actually produced by the tokenizer, used to indicate that the token stream has been exhausted.",
       "href": "https://drafts.csswg.org/css-syntax-3/#typedef-eof-token",

@github-actions github-actions bot force-pushed the release-css-20260311010105028 branch 5 times, most recently from a337d11 to 64c8d08 Compare March 12, 2026 00:55
@github-actions github-actions bot force-pushed the release-css-20260311010105028 branch 20 times, most recently from e0f4a71 to c06c1ec Compare March 16, 2026 18:57
@github-actions github-actions bot changed the title 📦 Release @webref/css@8.4.2 📦 Release @webref/css@8.5.0 Mar 16, 2026
@github-actions github-actions bot force-pushed the release-css-20260311010105028 branch from c06c1ec to 0fa7454 Compare March 17, 2026 01:01
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