Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 22, 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 195724b.

🧐 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.1.0. Merging this pull request will release v7.1.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/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
@@ -116,7 +116,7 @@
           "href": "https://drafts.csswg.org/css-anchor-position-2/#descdef-container-fallback",
           "for": "@container",
           "type": "discrete",
-          "syntax": "none | [ [<dashed-ident> || <try-tactic>] | <position-area> ]"
+          "syntax": "none | [ [<dashed-ident> || <try-tactic>] | <position-area-query> ]"
         },
         {
           "name": "height",
@@ -1222,7 +1222,7 @@
     {
       "name": "color-mix()",
       "href": "https://drafts.csswg.org/css-color-5/#funcdef-color-mix",
-      "syntax": "color-mix( [ <color-interpolation-method> ,]? [ <color> && <percentage [0,100]>? ]#)",
+      "syntax": "color-mix( <color-interpolation-method>? , [ <color> && <percentage [0,100]>? ]#)",
       "extended": []
     },
     {
@@ -6632,7 +6632,7 @@
         "corner-bottom-left",
         "cornerBottomLeft"
       ],
-      "syntax": "<'border-top-left-radius'>{1,2} || <'corner-top-left-shape'>",
+      "syntax": "<'border-top-left-radius'> || <'corner-top-left-shape'>",
       "extended": []
     },
     {
@@ -6667,7 +6667,7 @@
         "corner-bottom-right",
         "cornerBottomRight"
       ],
-      "syntax": "<'border-top-left-radius'>{1,2} || <'corner-top-left-shape'>",
+      "syntax": "<'border-top-left-radius'> || <'corner-top-left-shape'>",
       "extended": []
     },
     {
@@ -6719,7 +6719,7 @@
         "corner-end-end",
         "cornerEndEnd"
       ],
-      "syntax": "<'border-top-left-radius'>{1,2} || <'corner-top-left-shape'>",
+      "syntax": "<'border-top-left-radius'> || <'corner-top-left-shape'>",
       "extended": []
     },
     {
@@ -6754,7 +6754,7 @@
         "corner-end-start",
         "cornerEndStart"
       ],
-      "syntax": "<'border-top-left-radius'>{1,2} || <'corner-top-left-shape'>",
+      "syntax": "<'border-top-left-radius'> || <'corner-top-left-shape'>",
       "extended": []
     },
     {
@@ -6942,7 +6942,7 @@
         "corner-start-end",
         "cornerStartEnd"
       ],
-      "syntax": "<'border-top-left-radius'>{1,2} || <'corner-top-left-shape'>",
+      "syntax": "<'border-top-left-radius'> || <'corner-top-left-shape'>",
       "extended": []
     },
     {
@@ -6977,7 +6977,7 @@
         "corner-start-start",
         "cornerStartStart"
       ],
-      "syntax": "<'border-top-left-radius'>{1,2} || <'corner-top-left-shape'>",
+      "syntax": "<'border-top-left-radius'> || <'corner-top-left-shape'>",
       "extended": []
     },
     {
@@ -7029,7 +7029,7 @@
         "corner-top-left",
         "cornerTopLeft"
       ],
-      "syntax": "<'border-top-left-radius'>{1,2} || <'corner-top-left-shape'>",
+      "syntax": "<'border-top-left-radius'> || <'corner-top-left-shape'>",
       "extended": []
     },
     {
@@ -7064,7 +7064,7 @@
         "corner-top-right",
         "cornerTopRight"
       ],
-      "syntax": "<'border-top-left-radius'>{1,2} || <'corner-top-left-shape'>",
+      "syntax": "<'border-top-left-radius'> || <'corner-top-left-shape'>",
       "extended": []
     },
     {
@@ -10241,7 +10241,7 @@
       "percentages": "n/a",
       "computedValue": "an integer, see below",
       "canonicalOrder": "n/a",
-      "animationType": "not animatable",
+      "animationType": "by computed value type",
       "media": "visual",
       "styleDeclaration": [
         "math-depth",
@@ -10259,7 +10259,7 @@
       "percentages": "n/a",
       "computedValue": "specified keyword",
       "canonicalOrder": "n/a",
-      "animationType": "not animatable",
+      "animationType": "by computed value type",
       "media": "visual",
       "styleDeclaration": [
         "math-shift",
@@ -10277,7 +10277,7 @@
       "percentages": "n/a",
       "computedValue": "specified keyword",
       "canonicalOrder": "n/a",
-      "animationType": "not animatable",
+      "animationType": "by computed value type",
       "media": "visual",
       "styleDeclaration": [
         "math-style",
@@ -16539,7 +16539,7 @@
     {
       "name": "attr-type",
       "href": "https://drafts.csswg.org/css-values-5/#typedef-attr-type",
-      "syntax": "type( <syntax> ) | raw-string | <attr-unit>",
+      "syntax": "type( <syntax> ) | raw-string | number | <attr-unit>",
       "extended": []
     },
     {
@@ -18305,6 +18305,12 @@
       "extended": []
     },
     {
+      "name": "position-area-query",
+      "href": "https://drafts.csswg.org/css-anchor-position-2/#typedef-position-area-query",
+      "syntax": "[ [ left | center | right | span-left | span-right | x-start | x-end | span-x-start | span-x-end | x-self-start | x-self-end | span-x-self-start | span-x-self-end | span-all | any ] || [ top | center | bottom | span-top | span-bottom | y-start | y-end | span-y-start | span-y-end | y-self-start | y-self-end | span-y-self-start | span-y-self-end | span-all | any ] | [ block-start | center | block-end | span-block-start | span-block-end | span-all | any ] || [ inline-start | center | inline-end | span-inline-start | span-inline-end | span-all | any ] | [ self-block-start | center | self-block-end | span-self-block-start | span-self-block-end | span-all | any ] || [ self-inline-start | center | self-inline-end | span-self-inline-start | span-self-inline-end | span-all | any ] | [ start | center | end | span-start | span-end | span-all | any ]{1,2} | [ self-start | center | self-end | span-self-start | span-self-end | span-all | any ]{1,2} ]",
+      "extended": []
+    },
+    {
       "name": "position-four",
       "href": "https://drafts.csswg.org/css-values-5/#typedef-position-four",
       "syntax": "[ [ [ left | right | x-start | x-end ] <length-percentage> ] && [ [ top | bottom | y-start | y-end ] <length-percentage> ] | [ [ block-start | block-end ] <length-percentage> ] && [ [ inline-start | inline-end ] <length-percentage> ] | [ [ start | end ] <length-percentage> ]{2} ]",

@github-actions github-actions bot force-pushed the release-css-20250922185447237 branch 9 times, most recently from c1fa285 to 5d6f6a6 Compare September 25, 2025 00:55
@github-actions github-actions bot force-pushed the release-css-20250922185447237 branch 18 times, most recently from cc4b140 to 1eccdc9 Compare September 29, 2025 12:56
@github-actions github-actions bot force-pushed the release-css-20250922185447237 branch 4 times, most recently from a3cddba to d566b17 Compare September 30, 2025 12:56
@github-actions github-actions bot force-pushed the release-css-20250922185447237 branch from d566b17 to 3422468 Compare October 1, 2025 00:40
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