Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 5, 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 fbc3aa4.

🧐 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.1.3. Merging this pull request will release v8.2.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
@@ -1782,7 +1782,7 @@
     },
     {
       "name": "ray()",
-      "href": "https://drafts.fxtf.org/motion-1/#funcdef-ray",
+      "href": "https://drafts.csswg.org/motion-1/#funcdef-ray",
       "syntax": "ray( <angle> && <ray-size>? && contain? && [at <position>]? )",
       "extended": []
     },
@@ -6264,7 +6264,7 @@
         "column-rule-inset",
         "columnRuleInset"
       ],
-      "syntax": "<length-percentage> [ <length-percentage> ]?",
+      "syntax": "<length-percentage> <length-percentage>? [/ <length-percentage> <length-percentage>?]?",
       "extended": []
     },
     {
@@ -7605,7 +7605,7 @@
     },
     {
       "name": "fill-break",
-      "href": "https://drafts.csswg.org/fill-stroke/#propdef-fill-break",
+      "href": "https://drafts.csswg.org/fill-stroke-3/#propdef-fill-break",
       "initial": "bounding-box",
       "appliesTo": "all elements",
       "inherited": "yes?",
@@ -7623,7 +7623,7 @@
     },
     {
       "name": "fill-color",
-      "href": "https://drafts.csswg.org/fill-stroke/#propdef-fill-color",
+      "href": "https://drafts.csswg.org/fill-stroke-3/#propdef-fill-color",
       "initial": "currentcolor",
       "appliesTo": "text and SVG shapes",
       "inherited": "yes",
@@ -7641,7 +7641,7 @@
     },
     {
       "name": "fill-image",
-      "href": "https://drafts.csswg.org/fill-stroke/#propdef-fill-image",
+      "href": "https://drafts.csswg.org/fill-stroke-3/#propdef-fill-image",
       "initial": "none",
       "appliesTo": "text and SVG shapes",
       "inherited": "yes",
@@ -7659,7 +7659,7 @@
     },
     {
       "name": "fill-opacity",
-      "href": "https://drafts.csswg.org/fill-stroke/#propdef-fill-opacity",
+      "href": "https://drafts.csswg.org/fill-stroke-3/#propdef-fill-opacity",
       "initial": "1",
       "appliesTo": "text and SVG shapes",
       "inherited": "yes",
@@ -7677,7 +7677,7 @@
     },
     {
       "name": "fill-origin",
-      "href": "https://drafts.csswg.org/fill-stroke/#propdef-fill-origin",
+      "href": "https://drafts.csswg.org/fill-stroke-3/#propdef-fill-origin",
       "initial": "match-parent",
       "appliesTo": "all elements",
       "inherited": "no",
@@ -7695,7 +7695,7 @@
     },
     {
       "name": "fill-position",
-      "href": "https://drafts.csswg.org/fill-stroke/#propdef-fill-position",
+      "href": "https://drafts.csswg.org/fill-stroke-3/#propdef-fill-position",
       "initial": "0% 0%",
       "appliesTo": "text and SVG shapes",
       "inherited": "yes",
@@ -7713,7 +7713,7 @@
     },
     {
       "name": "fill-repeat",
-      "href": "https://drafts.csswg.org/fill-stroke/#propdef-fill-repeat",
+      "href": "https://drafts.csswg.org/fill-stroke-3/#propdef-fill-repeat",
       "initial": "repeat",
       "appliesTo": "text and SVG shapes",
       "inherited": "yes",
@@ -7731,7 +7731,7 @@
     },
     {
       "name": "fill-rule",
-      "href": "https://drafts.csswg.org/fill-stroke/#propdef-fill-rule",
+      "href": "https://drafts.csswg.org/fill-stroke-3/#propdef-fill-rule",
       "initial": "nonzero",
       "appliesTo": "SVG shapes",
       "inherited": "yes",
@@ -7749,7 +7749,7 @@
     },
     {
       "name": "fill-size",
-      "href": "https://drafts.csswg.org/fill-stroke/#propdef-fill-size",
+      "href": "https://drafts.csswg.org/fill-stroke-3/#propdef-fill-size",
       "initial": "auto",
       "appliesTo": "text and SVG shapes",
       "inherited": "yes",
@@ -8040,6 +8040,23 @@
       "extended": []
     },
     {
+      "name": "flow-tolerance",
+      "href": "https://drafts.csswg.org/css-grid-3/#propdef-flow-tolerance",
+      "initial": "normal",
+      "appliesTo": "grid lanes containers",
+      "inherited": "no",
+      "percentages": "relative to the grid-axis content box size of the grid lanes container",
+      "computedValue": "a computed <length-percentage> value",
+      "canonicalOrder": "per grammar",
+      "animationType": "as length",
+      "styleDeclaration": [
+        "flow-tolerance",
+        "flowTolerance"
+      ],
+      "syntax": "normal | <length-percentage> | infinite",
+      "extended": []
+    },
+    {
       "name": "font",
       "href": "https://drafts.csswg.org/css-fonts-4/#propdef-font",
       "initial": "see individual properties",
@@ -9427,7 +9444,7 @@
         "item-flow",
         "itemFlow"
       ],
-      "syntax": "<'item-direction'> || <'item-wrap'> || <'item-pack'> || <'item-tolerance'>",
+      "syntax": "<'item-direction'> || <'item-wrap'> || <'item-pack'> || <'flow-tolerance'>",
       "extended": []
     },
     {
@@ -9448,23 +9465,6 @@
       "extended": []
     },
     {
-      "name": "item-tolerance",
-      "href": "https://drafts.csswg.org/css-grid-3/#propdef-item-tolerance",
-      "initial": "normal",
-      "appliesTo": "grid lanes containers",
-      "inherited": "no",
-      "percentages": "relative to the grid-axis content box size of the grid lanes container",
-      "computedValue": "a computed <length-percentage> value",
-      "canonicalOrder": "per grammar",
-      "animationType": "as length",
-      "styleDeclaration": [
-        "item-tolerance",
-        "itemTolerance"
-      ],
-      "syntax": "normal | <length-percentage> | infinite",
-      "extended": []
-    },
-    {
       "name": "item-track",
       "href": "https://drafts.csswg.org/css-grid-3/#propdef-item-track",
       "initial": "auto",
@@ -10836,7 +10836,7 @@
     },
     {
       "name": "offset",
-      "href": "https://drafts.fxtf.org/motion-1/#propdef-offset",
+      "href": "https://drafts.csswg.org/motion-1/#propdef-offset",
       "initial": "see individual properties",
       "appliesTo": "transformable elements",
       "inherited": "see individual properties",
@@ -10852,7 +10852,7 @@
     },
     {
       "name": "offset-anchor",
-      "href": "https://drafts.fxtf.org/motion-1/#propdef-offset-anchor",
+      "href": "https://drafts.csswg.org/motion-1/#propdef-offset-anchor",
       "initial": "auto",
       "appliesTo": "transformable elements",
       "inherited": "no",
@@ -10870,7 +10870,7 @@
     },
     {
       "name": "offset-distance",
-      "href": "https://drafts.fxtf.org/motion-1/#propdef-offset-distance",
+      "href": "https://drafts.csswg.org/motion-1/#propdef-offset-distance",
       "initial": "0",
       "appliesTo": "transformable elements",
       "inherited": "no",
@@ -10888,7 +10888,7 @@
     },
     {
       "name": "offset-path",
-      "href": "https://drafts.fxtf.org/motion-1/#propdef-offset-path",
+      "href": "https://drafts.csswg.org/motion-1/#propdef-offset-path",
       "initial": "none",
       "appliesTo": "transformable elements",
       "inherited": "no",
@@ -10906,7 +10906,7 @@
     },
     {
       "name": "offset-position",
-      "href": "https://drafts.fxtf.org/motion-1/#propdef-offset-position",
+      "href": "https://drafts.csswg.org/motion-1/#propdef-offset-position",
       "initial": "normal",
       "appliesTo": "transformable elements",
       "inherited": "no",
@@ -10924,7 +10924,7 @@
     },
     {
       "name": "offset-rotate",
-      "href": "https://drafts.fxtf.org/motion-1/#propdef-offset-rotate",
+      "href": "https://drafts.csswg.org/motion-1/#propdef-offset-rotate",
       "initial": "auto",
       "appliesTo": "transformable elements",
       "inherited": "no",
@@ -12436,7 +12436,7 @@
         "row-rule-inset",
         "rowRuleInset"
       ],
-      "syntax": "<length-percentage> [ <length-percentage> ]?",
+      "syntax": "<length-percentage> <length-percentage>? [/ <length-percentage> <length-percentage>?]?",
       "extended": []
     },
     {
@@ -13746,7 +13746,7 @@
     },
     {
       "name": "stroke-align",
-      "href": "https://drafts.csswg.org/fill-stroke/#propdef-stroke-align",
+      "href": "https://drafts.csswg.org/fill-stroke-3/#propdef-stroke-align",
       "initial": "center",
       "appliesTo": "text and SVG shapes",
       "inherited": "yes",
@@ -13781,7 +13781,7 @@
     },
     {
       "name": "stroke-break",
-      "href": "https://drafts.csswg.org/fill-stroke/#propdef-stroke-break",
+      "href": "https://drafts.csswg.org/fill-stroke-3/#propdef-stroke-break",
       "initial": "bounding-box",
       "appliesTo": "all elements",
       "inherited": "?",
@@ -13799,7 +13799,7 @@
     },
     {
       "name": "stroke-color",
-      "href": "https://drafts.csswg.org/fill-stroke/#propdef-stroke-color",
+      "href": "https://drafts.csswg.org/fill-stroke-3/#propdef-stroke-color",
       "initial": "transparent",
       "appliesTo": "text and SVG shapes",
       "inherited": "yes",
@@ -13817,7 +13817,7 @@
     },
     {
       "name": "stroke-dash-corner",
-      "href": "https://drafts.csswg.org/fill-stroke/#propdef-stroke-dash-corner",
+      "href": "https://drafts.csswg.org/fill-stroke-3/#propdef-stroke-dash-corner",
       "initial": "none",
       "appliesTo": "text and SVG shapes",
       "inherited": "yes",
@@ -13835,7 +13835,7 @@
     },
     {
       "name": "stroke-dash-justify",
-      "href": "https://drafts.csswg.org/fill-stroke/#propdef-stroke-dash-justify",
+      "href": "https://drafts.csswg.org/fill-stroke-3/#propdef-stroke-dash-justify",
       "initial": "none",
       "appliesTo": "text and SVG shapes",
       "inherited": "yes",
@@ -13870,7 +13870,7 @@
     },
     {
       "name": "stroke-dasharray",
-      "href": "https://drafts.csswg.org/fill-stroke/#propdef-stroke-dasharray",
+      "href": "https://drafts.csswg.org/fill-stroke-3/#propdef-stroke-dasharray",
       "initial": "none",
       "appliesTo": "text and SVG shapes",
       "inherited": "yes",
@@ -13905,7 +13905,7 @@
     },
     {
       "name": "stroke-dashoffset",
-      "href": "https://drafts.csswg.org/fill-stroke/#propdef-stroke-dashoffset",
+      "href": "https://drafts.csswg.org/fill-stroke-3/#propdef-stroke-dashoffset",
       "initial": "0",
       "appliesTo": "text and SVG shapes",
       "inherited": "yes",
@@ -13923,7 +13923,7 @@
     },
     {
       "name": "stroke-image",
-      "href": "https://drafts.csswg.org/fill-stroke/#propdef-stroke-image",
+      "href": "https://drafts.csswg.org/fill-stroke-3/#propdef-stroke-image",
       "initial": "none",
       "appliesTo": "text and SVG shapes",
       "inherited": "yes",
@@ -13941,7 +13941,7 @@
     },
     {
       "name": "stroke-linecap",
-      "href": "https://drafts.csswg.org/fill-stroke/#propdef-stroke-linecap",
+      "href": "https://drafts.csswg.org/fill-stroke-3/#propdef-stroke-linecap",
       "initial": "butt",
       "appliesTo": "text and SVG shapes",
       "inherited": "yes",
@@ -13959,7 +13959,7 @@
     },
     {
       "name": "stroke-linejoin",
-      "href": "https://drafts.csswg.org/fill-stroke/#propdef-stroke-linejoin",
+      "href": "https://drafts.csswg.org/fill-stroke-3/#propdef-stroke-linejoin",
       "initial": "miter",
       "appliesTo": "text and SVG shapes",
       "inherited": "yes",
@@ -13977,7 +13977,7 @@
     },
     {
       "name": "stroke-miterlimit",
-      "href": "https://drafts.csswg.org/fill-stroke/#propdef-stroke-miterlimit",
+      "href": "https://drafts.csswg.org/fill-stroke-3/#propdef-stroke-miterlimit",
       "initial": "4",
       "appliesTo": "text and SVG shapes",
       "inherited": "yes",
@@ -13995,7 +13995,7 @@
     },
     {
       "name": "stroke-opacity",
-      "href": "https://drafts.csswg.org/fill-stroke/#propdef-stroke-opacity",
+      "href": "https://drafts.csswg.org/fill-stroke-3/#propdef-stroke-opacity",
       "initial": "1",
       "appliesTo": "text and SVG shapes",
       "inherited": "yes",
@@ -14013,7 +14013,7 @@
     },
     {
       "name": "stroke-origin",
-      "href": "https://drafts.csswg.org/fill-stroke/#propdef-stroke-origin",
+      "href": "https://drafts.csswg.org/fill-stroke-3/#propdef-stroke-origin",
       "initial": "match-parent",
       "appliesTo": "all elements",
       "inherited": "no",
@@ -14031,7 +14031,7 @@
     },
     {
       "name": "stroke-position",
-      "href": "https://drafts.csswg.org/fill-stroke/#propdef-stroke-position",
+      "href": "https://drafts.csswg.org/fill-stroke-3/#propdef-stroke-position",
       "initial": "0% 0%",
       "appliesTo": "text and SVG shapes",
       "inherited": "yes",
@@ -14049,7 +14049,7 @@
     },
     {
       "name": "stroke-repeat",
-      "href": "https://drafts.csswg.org/fill-stroke/#propdef-stroke-repeat",
+      "href": "https://drafts.csswg.org/fill-stroke-3/#propdef-stroke-repeat",
       "initial": "repeat",
       "appliesTo": "text and SVG shapes",
       "inherited": "yes",
@@ -14067,7 +14067,7 @@
     },
     {
       "name": "stroke-size",
-      "href": "https://drafts.csswg.org/fill-stroke/#propdef-stroke-size",
+      "href": "https://drafts.csswg.org/fill-stroke-3/#propdef-stroke-size",
       "initial": "auto",
       "appliesTo": "text and SVG shapes",
       "inherited": "yes",
@@ -14085,7 +14085,7 @@
     },
     {
       "name": "stroke-width",
-      "href": "https://drafts.csswg.org/fill-stroke/#propdef-stroke-width",
+      "href": "https://drafts.csswg.org/fill-stroke-3/#propdef-stroke-width",
       "initial": "1px",
       "appliesTo": "text and SVG shapes",
       "inherited": "yes",
@@ -16077,7 +16077,7 @@
     {
       "name": "::part()",
       "prose": "The ::part() pseudo-element allows you to select elements that have been exposed via a part attribute. The syntax is:",
-      "href": "https://drafts.csswg.org/css-shadow-parts-1/#selectordef-part",
+      "href": "https://drafts.csswg.org/css-shadow-1/#selectordef-part",
       "syntax": "::part( <ident>+ )",
       "extended": []
     },
@@ -16167,7 +16167,7 @@
     {
       "name": "::slotted()",
       "prose": "The ::slotted() pseudo-element represents the elements assigned, after flattening, to a slot. This pseudo-element only exists on slots.",
-      "href": "https://drafts.csswg.org/css-scoping-1/#selectordef-slotted",
+      "href": "https://drafts.csswg.org/css-shadow-1/#selectordef-slotted",
       "extended": []
     },
     {
@@ -16441,7 +16441,7 @@
     {
       "name": ":has-slotted",
       "prose": "The :has-slotted pseudo-class matches slot elements which have a non-empty list of flattened slotted nodes.",
-      "href": "https://drafts.csswg.org/css-scoping-1/#selectordef-has-slotted",
+      "href": "https://drafts.csswg.org/css-shadow-1/#selectordef-has-slotted",
       "syntax": ":has-slotted",
       "extended": []
     },
@@ -16475,20 +16475,20 @@
     {
       "name": ":host",
       "prose": "The :host pseudo-class, when evaluated in the context of a shadow tree, matches the shadow tree’s shadow host. In any other context, it matches nothing.",
-      "href": "https://drafts.csswg.org/css-scoping-1/#selectordef-host",
+      "href": "https://drafts.csswg.org/css-shadow-1/#selectordef-host",
       "syntax": ":host",
       "extended": []
     },
     {
       "name": ":host-context()",
       "prose": "The :host-context() functional pseudo-class tests whether there is an ancestor, outside the shadow tree, which matches a particular selector. Its syntax is:",
-      "href": "https://drafts.csswg.org/css-scoping-1/#selectordef-host-context",
+      "href": "https://drafts.csswg.org/css-shadow-1/#selectordef-host-context",
       "extended": []
     },
     {
       "name": ":host()",
       "prose": "The :host() function pseudo-class has the syntax:",
-      "href": "https://drafts.csswg.org/css-scoping-1/#selectordef-host-function",
+      "href": "https://drafts.csswg.org/css-shadow-1/#selectordef-host-function",
       "extended": []
     },
     {
@@ -17020,8 +17020,8 @@
     },
     {
       "name": "absolute-size",
-      "href": "https://drafts.csswg.org/css2/#value-def-absolute-size",
-      "syntax": "xx-small | x-small | small | medium | large | x-large | xx-large",
+      "href": "https://drafts.csswg.org/css-fonts-4/#typedef-absolute-size",
+      "syntax": "[ xx-small | x-small | small | medium | large | x-large | xx-large | xxx-large ]",
       "extended": []
     },
     {
@@ -19065,7 +19065,7 @@
     },
     {
       "name": "offset-path",
-      "href": "https://drafts.fxtf.org/motion-1/#typedef-offset-path",
+      "href": "https://drafts.csswg.org/motion-1/#typedef-offset-path",
       "syntax": "<ray()> | <url> | <basic-shape>",
       "extended": []
     },
@@ -19128,7 +19128,7 @@
     },
     {
       "name": "paint",
-      "href": "https://drafts.csswg.org/fill-stroke/#typedef-paint",
+      "href": "https://drafts.csswg.org/fill-stroke-3/#typedef-paint",
       "syntax": "none | <image> | <svg-paint>",
       "extended": []
     },
@@ -19149,15 +19149,6 @@
       "extended": []
     },
     {
-      "for": [
-        "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.2 Percentage Normalization.",
-      "href": "https://drafts.csswg.org/css-fonts-4/#typedef-font-palette-palette-mix",
-      "extended": []
-    },
-    {
       "name": "pattern-descriptor",
       "href": "https://drafts.csswg.org/css-navigation-1/#typedef-pattern-descriptor",
       "syntax": "pattern : <url-pattern()>",
@@ -19384,7 +19375,7 @@
     },
     {
       "name": "ray-size",
-      "href": "https://drafts.fxtf.org/motion-1/#typedef-ray-size",
+      "href": "https://drafts.csswg.org/motion-1/#typedef-ray-size",
       "syntax": "closest-side | closest-corner | farthest-side | farthest-corner | sides",
       "extended": []
     },
@@ -19438,8 +19429,8 @@
     },
     {
       "name": "relative-size",
-      "href": "https://drafts.csswg.org/css2/#value-def-relative-size",
-      "syntax": "larger | smaller",
+      "href": "https://drafts.csswg.org/css-fonts-4/#typedef-relative-size",
+      "syntax": "[ larger | smaller ]",
       "extended": []
     },
     {
@@ -19906,7 +19897,7 @@
     },
     {
       "name": "svg-paint",
-      "href": "https://drafts.csswg.org/fill-stroke/#typedef-svg-paint",
+      "href": "https://drafts.csswg.org/fill-stroke-3/#typedef-svg-paint",
       "syntax": "child | child( <integer> )",
       "extended": []
     },
@@ -20062,7 +20053,7 @@
       "name": "transform-function",
       "prose": "The value of the transform property is a list of <transform-function>. The set of allowed transform functions is given below. Wherever <angle> is used in this specification, a <number> that is equal to zero is also allowed, which is treated the same as an angle of zero degrees. A percentage for horizontal translations is relative to the width of the reference box. A percentage for vertical translations is relative to the height of the reference box. A percentage in a scale function is equivalent to a number, and serializes as a number in specified values. For example, scale3d(50%, 100%, 150%) serializes as scale3d(0.5, 1, 1.5).",
       "href": "https://drafts.csswg.org/css-transforms-2/#typedef-transform-function",
-      "syntax": "<scale()> | <scaleX()> | <scaleY()> | <scaleZ()> | <translate3d()> | <translate()> | <translateX()> | <translateY()> | <translateZ()> | <rotate3d()> <rotate()> | <rotateX()> | <rotateY()> | <rotateZ()> | <skew()> | <skewX()> | <skewY()> | <matrix3d()> | <matrix()> | <perspective()>",
+      "syntax": "<scale3d()> | <scale()> | <scaleX()> | <scaleY()> | <scaleZ()> | <translate3d()> | <translate()> | <translateX()> | <translateY()> | <translateZ()> | <rotate3d()> | <rotate()> | <rotateX()> | <rotateY()> | <rotateZ()> | <skew()> | <skewX()> | <skewY()> | <matrix3d()> | <matrix()> | <perspective()>",
       "extended": []
     },
     {

@github-actions github-actions bot force-pushed the release-css-20260105185526816 branch 4 times, most recently from 73b017e to 8cf2ed7 Compare January 6, 2026 18:55
@github-actions github-actions bot force-pushed the release-css-20260105185526816 branch 10 times, most recently from 8d4fa86 to e8d8b7d Compare January 12, 2026 06:59
Copy link
Member

@tidoust tidoust left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some of the updates are due to a remaining bug in Reffy's new ability to skip dfns that actually link to another dfn, and to the CSS drafts server currently returning "Bikeshed pending" messages for some of the CSS specs.

@github-actions github-actions bot force-pushed the release-css-20260105185526816 branch 2 times, most recently from 45ca3cb to 78c0b80 Compare January 12, 2026 16:00
@tidoust
Copy link
Member

tidoust commented Jan 12, 2026

Reffy's remaining bug was fixed but css-scoping-1 was renamed to css-shadow-1 and no longer exists as css-scoping-1 in particular.

@github-actions github-actions bot force-pushed the release-css-20260105185526816 branch 4 times, most recently from efb4d10 to 0edbb99 Compare January 13, 2026 12:53
@github-actions github-actions bot force-pushed the release-css-20260105185526816 branch from 0edbb99 to 550f474 Compare January 14, 2026 08:08
@github-actions github-actions bot changed the title πŸ“¦ Release @webref/[email protected] πŸ“¦ Release @webref/[email protected] Jan 14, 2026
Copy link
Member

@tidoust tidoust left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All clear, css-shadow-1 now replaces css-shadow-parts-1 and css-scoping-1 in browser-specs.

@tidoust tidoust merged commit 2278452 into main Jan 14, 2026
@tidoust tidoust deleted the release-css-20260105185526816 branch January 14, 2026 08:17
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.

2 participants