Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 9, 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 7d6c5a4.

🧐 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.0.11. Merging this pull request will release v7.1.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
@@ -112,6 +112,13 @@
           "syntax": "none | top | right | bottom | left | block-start | inline-start | block-end | inline-end | x | y | block | inline"
         },
         {
+          "name": "fallback",
+          "href": "https://drafts.csswg.org/css-anchor-position-2/#descdef-container-fallback",
+          "for": "@container",
+          "type": "discrete",
+          "syntax": "none | [ [<dashed-ident> || <try-tactic>] | <position-area> ]"
+        },
+        {
           "name": "height",
           "href": "https://drafts.csswg.org/css-conditional-5/#descdef-container-height",
           "for": "@container",
@@ -1215,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": []
     },
     {
@@ -2253,7 +2260,7 @@
         "webkitAlignItems"
       ],
       "extended": [],
-      "syntax": "normal | stretch | <baseline-position> | [ <overflow-position>? <self-position> ] | anchor-center"
+      "syntax": "normal | stretch | <baseline-position> | [ <overflow-position>? <self-position> ] | anchor-center | dialog"
     },
     {
       "name": "-webkit-align-self",
@@ -2265,7 +2272,7 @@
         "webkitAlignSelf"
       ],
       "extended": [],
-      "syntax": "auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position> | anchor-center"
+      "syntax": "auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position> | anchor-center | dialog"
     },
     {
       "name": "-webkit-animation",
@@ -3141,7 +3148,7 @@
         "align-items",
         "alignItems"
       ],
-      "syntax": "normal | stretch | <baseline-position> | [ <overflow-position>? <self-position> ] | anchor-center",
+      "syntax": "normal | stretch | <baseline-position> | [ <overflow-position>? <self-position> ] | anchor-center | dialog",
       "extended": [
         "https://drafts.csswg.org/css-anchor-position-1/"
       ]
@@ -3160,7 +3167,7 @@
         "align-self",
         "alignSelf"
       ],
-      "syntax": "auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position> | anchor-center",
+      "syntax": "auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position> | anchor-center | dialog",
       "extended": [
         "https://drafts.csswg.org/css-anchor-position-1/"
       ]
@@ -6157,7 +6164,7 @@
       "percentages": "n/a",
       "computedValue": "as specified",
       "canonicalOrder": "per grammar",
-      "animationType": "by computed value type",
+      "animationType": "repeatable list, see Β§ 3.4.1 Interpolation behavior.",
       "styleDeclaration": [
         "column-rule-color",
         "columnRuleColor"
@@ -6208,7 +6215,7 @@
       "percentages": "n/a",
       "computedValue": "list of absolute lengths, snapped as a border width, or 0 under conditions described below",
       "canonicalOrder": "per grammar",
-      "animationType": "by computed value type",
+      "animationType": "repeatable list, see Β§ 3.4.1 Interpolation behavior.",
       "styleDeclaration": [
         "column-rule-width",
         "columnRuleWidth"
@@ -9199,7 +9206,7 @@
         "item-flow",
         "itemFlow"
       ],
-      "syntax": "<'item-direction'> || <'item-wrap'> || <'item-pack'> || <'item-slack'>",
+      "syntax": "<'item-direction'> || <'item-wrap'> || <'item-pack'> || <'item-tolerance'>",
       "extended": []
     },
     {
@@ -9220,9 +9227,9 @@
       "extended": []
     },
     {
-      "name": "item-slack",
-      "href": "https://drafts.csswg.org/css-grid-3/#propdef-item-slack",
-      "initial": "1em",
+      "name": "item-tolerance",
+      "href": "https://drafts.csswg.org/css-grid-3/#propdef-item-tolerance",
+      "initial": "normal",
       "appliesTo": "masonry containers",
       "inherited": "no",
       "percentages": "relative to the grid-axis content box size of the masonry container",
@@ -9230,10 +9237,10 @@
       "canonicalOrder": "per grammar",
       "animationType": "as length",
       "styleDeclaration": [
-        "item-slack",
-        "itemSlack"
+        "item-tolerance",
+        "itemTolerance"
       ],
-      "syntax": "<length-percentage> | infinite",
+      "syntax": "normal | <length-percentage> | infinite",
       "extended": []
     },
     {
@@ -9301,7 +9308,7 @@
         "justify-items",
         "justifyItems"
       ],
-      "syntax": "normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ] | legacy | legacy && [ left | right | center ] | anchor-center",
+      "syntax": "normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ] | legacy | legacy && [ left | right | center ] | anchor-center | dialog",
       "extended": [
         "https://drafts.csswg.org/css-anchor-position-1/"
       ]
@@ -9320,7 +9327,7 @@
         "justify-self",
         "justifySelf"
       ],
-      "syntax": "auto | normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ] | anchor-center",
+      "syntax": "auto | normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ] | anchor-center | dialog",
       "extended": [
         "https://drafts.csswg.org/css-anchor-position-1/"
       ]
@@ -10340,7 +10347,7 @@
       "name": "max-lines",
       "href": "https://drafts.csswg.org/css-overflow-4/#propdef-max-lines",
       "initial": "none",
-      "appliesTo": "block containers which are also either fragmentation containers that capture region breaks or line-clamp containers",
+      "appliesTo": "block containers which are also either line-clamp containers or fragmentation containers that capture region breaks",
       "inherited": "no",
       "percentages": "N/A",
       "computedValue": "the keyword none or an integer",
@@ -12126,7 +12133,7 @@
       "percentages": "n/a",
       "computedValue": "as specified",
       "canonicalOrder": "per grammar",
-      "animationType": "by computed value type",
+      "animationType": "repeatable list, see Β§ 3.4.1 Interpolation behavior.",
       "styleDeclaration": [
         "row-rule-color",
         "rowRuleColor"
@@ -12177,7 +12184,7 @@
       "percentages": "n/a",
       "computedValue": "list of absolute lengths, snapped as a border width, or 0 under conditions described below",
       "canonicalOrder": "per grammar",
-      "animationType": "by computed value type",
+      "animationType": "repeatable list, see Β§ 3.4.1 Interpolation behavior.",
       "styleDeclaration": [
         "row-rule-width",
         "rowRuleWidth"
@@ -13146,7 +13153,7 @@
         "shape-subtract",
         "shapeSubtract"
       ],
-      "syntax": "none | [ <basic-shape>| <uri> ]+",
+      "syntax": "none | [ <basic-shape> | <uri> ]+",
       "extended": []
     },
     {
@@ -15477,6 +15484,13 @@
       "extended": []
     },
     {
+      "name": "::reveal-icon",
+      "prose": "The ::reveal-icon pseudo-element represents the portion of the input that allows the user to temporarily disable obscuring of sensitive text input when clicked if provided by the user agent. User agents providing ::reveal-icon may choose to remove it in some circumstances to help protect sensitive text input from being revealed unintentionally.",
+      "href": "https://drafts.csswg.org/css-forms-1/#selectordef-reveal-icon",
+      "syntax": "::reveal-icon",
+      "extended": []
+    },
+    {
       "name": "::scroll-button()",
       "href": "https://drafts.csswg.org/css-overflow-5/#selectordef-scroll-button---scroll-button-direction",
       "syntax": "::scroll-button( '*' | <scroll-button-direction> )",
@@ -16427,6 +16441,18 @@
       "extended": []
     },
     {
+      "name": "anchored-in-parens",
+      "href": "https://drafts.csswg.org/css-anchor-position-2/#typedef-anchored-in-parens",
+      "syntax": "( <anchored-query> ) | ( <anchored-feature> ) | <general-enclosed>",
+      "extended": []
+    },
+    {
+      "name": "anchored-query",
+      "href": "https://drafts.csswg.org/css-anchor-position-2/#typedef-anchored-query",
+      "syntax": "not <anchored-in-parens> | <anchored-in-parens> [ [ and <anchored-in-parens> ]* | [ or <anchored-in-parens> ]* ] | <anchored-feature>",
+      "extended": []
+    },
+    {
       "name": "angle",
       "prose": "Angle values are <dimension>s denoted by <angle>. The angle unit identifiers are:",
       "href": "https://drafts.csswg.org/css-values-4/#angle-value",
@@ -18225,7 +18251,7 @@
         "font-palette"
       ],
       "name": "palette-mix()",
-      "prose": "This value defines a position in the interpolation between two palette values, identified by <palette-identifier>, by the palette keywords normal, light, dark, or by another <palette-mix()> value. The glyphs of the font must be rendered with a palette that is created by interpolating for each palette color index between the matching color indices of the first and second palette specified as arguments, recursively resolving <palette-mix()> functions if needed. For each palette color, the interpolation follows the rules of the <color-mix()> function. Percentages are normalized according to CSS Color 5 Β§ 3.1 Percentage Normalization.",
+      "prose": "This value defines a position in the interpolation between two palette values, identified by <palette-identifier>, by the palette keywords normal, light, dark, or by another <palette-mix()> value. The glyphs of the font must be rendered with a palette that is created by interpolating for each palette color index between the matching color indices of the first and second palette specified as arguments, recursively resolving <palette-mix()> functions if needed. For each palette color, the interpolation follows the rules of the <color-mix()> function. Percentages are normalized according to CSS Color 5 Β§ 3.2 Percentage Normalization.",
       "href": "https://drafts.csswg.org/css-fonts-4/#typedef-font-palette-palette-mix",
       "extended": []
     },
@@ -18637,7 +18663,7 @@
     {
       "name": "shadow",
       "href": "https://drafts.csswg.org/css-backgrounds-3/#typedef-shadow",
-      "syntax": "<color>? && [<length>{2} <length [0,∞]>? <length>?] && inset?",
+      "syntax": "<color>? && [ <length>{2} [ <length [0,∞]> <length>? ]? ] && inset?",
       "extended": []
     },
     {

@github-actions github-actions bot force-pushed the release-css-20250909185037379 branch 5 times, most recently from 8c29e81 to 3106262 Compare September 11, 2025 00:59
@github-actions github-actions bot force-pushed the release-css-20250909185037379 branch 10 times, most recently from d713840 to 45049b4 Compare September 13, 2025 13:03
@github-actions github-actions bot changed the title πŸ“¦ Release @webref/[email protected] πŸ“¦ Release @webref/[email protected] Sep 13, 2025
@github-actions github-actions bot force-pushed the release-css-20250909185037379 branch from 45049b4 to d1ea149 Compare September 13, 2025 18:51
@github-actions github-actions bot force-pushed the release-css-20250909185037379 branch from d1ea149 to f06f580 Compare September 22, 2025 09:56
@tidoust tidoust merged commit 1ed1faa into main Sep 22, 2025
@tidoust tidoust deleted the release-css-20250909185037379 branch September 22, 2025 12:21
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