Skip to content

📦 Release @webref/css@8.5.2#1883

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

📦 Release @webref/css@8.5.2#1883
github-actions[bot] wants to merge 1 commit intomainfrom
release-css-20260325125417005

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Mar 25, 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 ab23d57.

🧐 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.1. Merging this pull request will release v8.5.2. 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.

Static file(s) changed:
+ README.md

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
@@ -1018,7 +1018,7 @@
       "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": [],
-      "syntax": "@scope <scope-boundaries> { <block-contents> }",
+      "syntax": "@scope <scope-boundaries>? { <block-contents> }",
       "extended": []
     },
     {
@@ -3290,10 +3290,8 @@
         "align-items",
         "alignItems"
       ],
-      "syntax": "normal | stretch | <baseline-position> | <overflow-position>? <self-position> | anchor-center",
-      "extended": [
-        "https://drafts.csswg.org/css-anchor-position-1/#propdef-align-items"
-      ]
+      "syntax": "normal | stretch | <baseline-position> | <overflow-position>? <self-position>",
+      "extended": []
     },
     {
       "name": "align-self",
@@ -6838,7 +6836,7 @@
         "contain-intrinsic-block-size",
         "containIntrinsicBlockSize"
       ],
-      "syntax": "[ auto | from-element ]? [ none | <length [0,∞]> ]",
+      "syntax": "auto? [ none | <length [0,∞]> ]",
       "extended": []
     },
     {
@@ -6856,7 +6854,7 @@
         "contain-intrinsic-height",
         "containIntrinsicHeight"
       ],
-      "syntax": "[ auto | from-element ]? [ none | <length [0,∞]> ]",
+      "syntax": "auto? [ none | <length [0,∞]> ]",
       "extended": []
     },
     {
@@ -6874,7 +6872,7 @@
         "contain-intrinsic-inline-size",
         "containIntrinsicInlineSize"
       ],
-      "syntax": "[ auto | from-element ]? [ none | <length [0,∞]> ]",
+      "syntax": "auto? [ none | <length [0,∞]> ]",
       "extended": []
     },
     {
@@ -6895,7 +6893,7 @@
         "contain-intrinsic-width",
         "contain-intrinsic-height"
       ],
-      "syntax": "[ [ auto | from-element ]? [ none | <length [0,∞]> ] ]{1,2}",
+      "syntax": "[ auto? [ none | <length [0,∞]> ] ]{1,2}",
       "extended": []
     },
     {
@@ -6913,7 +6911,7 @@
         "contain-intrinsic-width",
         "containIntrinsicWidth"
       ],
-      "syntax": "[ auto | from-element ]? [ none | <length [0,∞]> ]",
+      "syntax": "auto? [ none | <length [0,∞]> ]",
       "extended": []
     },
     {
@@ -9070,6 +9068,23 @@
       "extended": []
     },
     {
+      "name": "frame-sizing",
+      "href": "https://drafts.csswg.org/css-sizing-4/#propdef-frame-sizing",
+      "initial": "auto",
+      "appliesTo": "iframe elements",
+      "inherited": "no",
+      "percentages": "n/a",
+      "computedValue": "specified keyword",
+      "canonicalOrder": "per grammar",
+      "animationType": "discrete",
+      "styleDeclaration": [
+        "frame-sizing",
+        "frameSizing"
+      ],
+      "syntax": "auto | content-width | content-height | content-block-size | content-inline-size",
+      "extended": []
+    },
+    {
       "name": "gap",
       "href": "https://drafts.csswg.org/css-align-3/#propdef-gap",
       "initial": "see individual properties",
@@ -10005,10 +10020,8 @@
         "justify-items",
         "justifyItems"
       ],
-      "syntax": "normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ] | legacy | legacy && [ left | right | center ] | anchor-center",
-      "extended": [
-        "https://drafts.csswg.org/css-anchor-position-1/#propdef-justify-items"
-      ]
+      "syntax": "normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ] | legacy | legacy && [ left | right | center ]",
+      "extended": []
     },
     {
       "name": "justify-self",
@@ -12608,7 +12621,7 @@
         "position-anchor",
         "positionAnchor"
       ],
-      "syntax": "normal | none | auto | <anchor-name>",
+      "syntax": "normal | none | auto | <anchor-name> | match-parent",
       "extended": []
     },
     {
@@ -12620,7 +12633,7 @@
       "percentages": "n/a",
       "computedValue": "the keyword none or a pair of keywords, see § 3.1.3 Computed Value and Serialization of <position-area>",
       "canonicalOrder": "per grammar",
-      "animationType": "TBD",
+      "animationType": "discrete",
       "styleDeclaration": [
         "position-area",
         "positionArea"
@@ -14836,7 +14849,7 @@
         "stroke-width",
         "strokeWidth"
       ],
-      "syntax": "[<length-percentage> | <number>]#",
+      "syntax": "[ <length-percentage> | <line-width> | <number> ]#",
       "extended": []
     },
     {
@@ -18712,6 +18725,12 @@
       "extended": []
     },
     {
+      "name": "declaration",
+      "prose": "<declaration> here matches anything that would be successfully parsed by consume a declaration, ignoring the context-validation check at the end of that algorithm. Notably, this includes a trailing !important, which is valid but ignored for the purpose of @supports.",
+      "href": "https://drafts.csswg.org/css-conditional-5/#typedef-declaration",
+      "extended": []
+    },
+    {
       "name": "declaration-list",
       "prose": "<declaration-list>: only declarations are allowed; at-rules and qualified rules are automatically invalid.",
       "href": "https://drafts.csswg.org/css-syntax-3/#typedef-declaration-list",
@@ -19440,7 +19459,7 @@
     {
       "name": "light-dark-image",
       "href": "https://drafts.csswg.org/css-color-5/#typedef-light-dark-image",
-      "syntax": "light-dark(<image> | none, <image> | none)",
+      "syntax": "light-dark( [ <image> | none ] , [ <image> | none ] )",
       "extended": []
     },
     {
@@ -20377,7 +20396,7 @@
     {
       "name": "scope-boundaries",
       "href": "https://drafts.csswg.org/css-cascade-6/#typedef-scope-boundaries",
-      "syntax": "[ ( <scope-start> ) ]? [ to ( <scope-end> ) ]?",
+      "syntax": "[ [ ( <scope-start> ) ]? [ to ( <scope-end> ) ]? ]!",
       "extended": []
     },
     {
@@ -20739,6 +20758,12 @@
       "extended": []
     },
     {
+      "name": "supports-env-fn",
+      "href": "https://drafts.csswg.org/css-conditional-5/#typedef-supports-env-fn",
+      "syntax": "env( <ident> )",
+      "extended": []
+    },
+    {
       "name": "supports-feature",
       "href": "https://drafts.csswg.org/css-conditional-5/#typedef-supports-feature",
       "syntax": "<supports-selector-fn> | <supports-font-tech-fn> | <supports-font-format-fn> | <supports-at-rule-fn> | <supports-named-feature-fn> | <supports-env-fn> | <supports-decl>",
@@ -20842,7 +20867,7 @@
     },
     {
       "name": "system-color",
-      "prose": "However, in forced colors mode, most colors on the page are forced into a restricted, user-chosen palette. The <system-color> keywords expose these user-chosen colors so that the rest of the page can integrate with this restricted palette.",
+      "prose": "However, in forced colors mode, most colors on the page are forced into a restricted, user-chosen palette, see CSS Color Adjustment 1 § 5.2 Forced Colors Mode Color Palettes. The <system-color> keywords expose these user-chosen colors so that the rest of the page can integrate with this restricted palette.",
       "href": "https://drafts.csswg.org/css-color-4/#typedef-system-color",
       "syntax": "AccentColor | AccentColorText | ActiveText | ButtonBorder | ButtonFace | ButtonText | Canvas | CanvasText | Field | FieldText | GrayText | Highlight | HighlightText | LinkText | Mark | MarkText | SelectedItem | SelectedItemText | VisitedText | <deprecated-color>",
       "extended": []

@github-actions github-actions bot force-pushed the release-css-20260325125417005 branch 2 times, most recently from d393136 to 66029a8 Compare March 26, 2026 01:07
@github-actions github-actions bot force-pushed the release-css-20260325125417005 branch 20 times, most recently from a10ac58 to 2c3fcf3 Compare March 30, 2026 18:54
@github-actions github-actions bot force-pushed the release-css-20260325125417005 branch from 2c3fcf3 to 2499cf9 Compare March 31, 2026 01:06
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