Skip to content

📦 Release @webref/[email protected]#1891

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

📦 Release @webref/[email protected]#1891
github-actions[bot] wants to merge 1 commit intomainfrom
release-css-20260401011646546

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Apr 1, 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 bc17783.

🧐 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.2. Merging this pull request will release v8.5.3. 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
@@ -6204,7 +6204,7 @@
         "caret-color",
         "caretColor"
       ],
-      "syntax": "auto | <color>",
+      "syntax": "auto | <color> [auto | <color>]?",
       "extended": []
     },
     {
@@ -6331,7 +6331,7 @@
     },
     {
       "name": "color-interpolation",
-      "href": "https://svgwg.org/svg2-draft/painting.html#ColorInterpolationProperty",
+      "href": "https://w3c.github.io/svgwg/svg2-draft/painting.html#ColorInterpolationProperty",
       "initial": "sRGB",
       "appliesTo": "container elements, graphics elements, gradient elements, ‘use’ and ‘animate’",
       "inherited": "yes",
@@ -6700,8 +6700,8 @@
     {
       "name": "column-rule-visibility-items",
       "href": "https://drafts.csswg.org/css-gaps-1/#propdef-column-rule-visibility-items",
-      "initial": "all",
-      "appliesTo": "grid containers, and multicol containers",
+      "initial": "normal",
+      "appliesTo": "grid containers and multicol containers",
       "inherited": "no",
       "percentages": "n/a",
       "computedValue": "as specified",
@@ -6711,7 +6711,7 @@
         "column-rule-visibility-items",
         "columnRuleVisibilityItems"
       ],
-      "syntax": "all | around | between",
+      "syntax": "all | around | between | normal",
       "extended": []
     },
     {
@@ -7852,7 +7852,7 @@
     },
     {
       "name": "cx",
-      "href": "https://svgwg.org/svg2-draft/geometry.html#CxProperty",
+      "href": "https://w3c.github.io/svgwg/svg2-draft/geometry.html#CxProperty",
       "initial": "0",
       "appliesTo": "‘circle’ and ‘ellipse’ elements",
       "inherited": "no",
@@ -7868,7 +7868,7 @@
     },
     {
       "name": "cy",
-      "href": "https://svgwg.org/svg2-draft/geometry.html#CyProperty",
+      "href": "https://w3c.github.io/svgwg/svg2-draft/geometry.html#CyProperty",
       "initial": "0",
       "appliesTo": "‘circle’ and ‘ellipse’ elements",
       "inherited": "no",
@@ -7884,7 +7884,7 @@
     },
     {
       "name": "d",
-      "href": "https://svgwg.org/svg2-draft/paths.html#DProperty",
+      "href": "https://w3c.github.io/svgwg/svg2-draft/paths.html#DProperty",
       "initial": "none",
       "appliesTo": "‘path’",
       "inherited": "no",
@@ -8055,7 +8055,7 @@
     },
     {
       "name": "fill",
-      "href": "https://svgwg.org/svg2-draft/painting.html#FillProperty",
+      "href": "https://w3c.github.io/svgwg/svg2-draft/painting.html#FillProperty",
       "initial": "black",
       "appliesTo": "shapes and text content elements",
       "inherited": "yes",
@@ -10579,7 +10579,7 @@
     },
     {
       "name": "marker",
-      "href": "https://svgwg.org/svg2-draft/painting.html#MarkerProperty",
+      "href": "https://w3c.github.io/svgwg/svg2-draft/painting.html#MarkerProperty",
       "initial": "not defined for shorthand properties",
       "appliesTo": "shapes",
       "inherited": "yes",
@@ -10600,7 +10600,7 @@
     },
     {
       "name": "marker-end",
-      "href": "https://svgwg.org/svg2-draft/painting.html#MarkerEndProperty",
+      "href": "https://w3c.github.io/svgwg/svg2-draft/painting.html#MarkerEndProperty",
       "initial": "none",
       "appliesTo": "shapes",
       "inherited": "yes",
@@ -10617,7 +10617,7 @@
     },
     {
       "name": "marker-mid",
-      "href": "https://svgwg.org/svg2-draft/painting.html#MarkerMidProperty",
+      "href": "https://w3c.github.io/svgwg/svg2-draft/painting.html#MarkerMidProperty",
       "initial": "none",
       "appliesTo": "shapes",
       "inherited": "yes",
@@ -10651,7 +10651,7 @@
     },
     {
       "name": "marker-start",
-      "href": "https://svgwg.org/svg2-draft/painting.html#MarkerStartProperty",
+      "href": "https://w3c.github.io/svgwg/svg2-draft/painting.html#MarkerStartProperty",
       "initial": "none",
       "appliesTo": "shapes",
       "inherited": "yes",
@@ -12352,7 +12352,7 @@
     },
     {
       "name": "paint-order",
-      "href": "https://svgwg.org/svg2-draft/painting.html#PaintOrderProperty",
+      "href": "https://w3c.github.io/svgwg/svg2-draft/painting.html#PaintOrderProperty",
       "initial": "normal",
       "appliesTo": "shapes and text content elements",
       "inherited": "yes",
@@ -12519,7 +12519,7 @@
     },
     {
       "name": "pointer-events",
-      "href": "https://svgwg.org/svg2-draft/interact.html#PointerEventsProperty",
+      "href": "https://w3c.github.io/svgwg/svg2-draft/interact.html#PointerEventsProperty",
       "initial": "auto",
       "appliesTo": "container elements, graphics elements and ‘use’",
       "inherited": "yes",
@@ -12748,7 +12748,7 @@
     },
     {
       "name": "r",
-      "href": "https://svgwg.org/svg2-draft/geometry.html#RProperty",
+      "href": "https://w3c.github.io/svgwg/svg2-draft/geometry.html#RProperty",
       "initial": "0",
       "appliesTo": "‘circle’ element",
       "inherited": "no",
@@ -13186,8 +13186,8 @@
     {
       "name": "row-rule-visibility-items",
       "href": "https://drafts.csswg.org/css-gaps-1/#propdef-row-rule-visibility-items",
-      "initial": "all",
-      "appliesTo": "grid containers, and multicol containers",
+      "initial": "normal",
+      "appliesTo": "grid containers and multicol containers",
       "inherited": "no",
       "percentages": "n/a",
       "computedValue": "as specified",
@@ -13197,7 +13197,7 @@
         "row-rule-visibility-items",
         "rowRuleVisibilityItems"
       ],
-      "syntax": "all | around | between",
+      "syntax": "all | around | between | normal",
       "extended": []
     },
     {
@@ -13533,7 +13533,7 @@
     },
     {
       "name": "rx",
-      "href": "https://svgwg.org/svg2-draft/geometry.html#RxProperty",
+      "href": "https://w3c.github.io/svgwg/svg2-draft/geometry.html#RxProperty",
       "initial": "auto",
       "appliesTo": "‘ellipse’, ‘rect’ elements",
       "inherited": "no",
@@ -13549,7 +13549,7 @@
     },
     {
       "name": "ry",
-      "href": "https://svgwg.org/svg2-draft/geometry.html#RyProperty",
+      "href": "https://w3c.github.io/svgwg/svg2-draft/geometry.html#RyProperty",
       "initial": "auto",
       "appliesTo": "‘ellipse’, ‘rect’",
       "inherited": "no",
@@ -14309,7 +14309,7 @@
     },
     {
       "name": "shape-rendering",
-      "href": "https://svgwg.org/svg2-draft/painting.html#ShapeRenderingProperty",
+      "href": "https://w3c.github.io/svgwg/svg2-draft/painting.html#ShapeRenderingProperty",
       "initial": "auto",
       "appliesTo": "shapes",
       "inherited": "yes",
@@ -14326,7 +14326,7 @@
     },
     {
       "name": "shape-subtract",
-      "href": "https://svgwg.org/svg2-draft/text.html#ShapesubtractProperty",
+      "href": "https://w3c.github.io/svgwg/svg2-draft/text.html#ShapesubtractProperty",
       "initial": "none",
       "appliesTo": "‘text’ elements",
       "inherited": "no",
@@ -14444,7 +14444,7 @@
     },
     {
       "name": "stop-color",
-      "href": "https://svgwg.org/svg2-draft/pservers.html#StopColorProperty",
+      "href": "https://w3c.github.io/svgwg/svg2-draft/pservers.html#StopColorProperty",
       "styleDeclaration": [
         "stop-color",
         "stopColor"
@@ -14454,7 +14454,7 @@
     },
     {
       "name": "stop-opacity",
-      "href": "https://svgwg.org/svg2-draft/pservers.html#StopOpacityProperty",
+      "href": "https://w3c.github.io/svgwg/svg2-draft/pservers.html#StopOpacityProperty",
       "styleDeclaration": [
         "stop-opacity",
         "stopOpacity"
@@ -14481,7 +14481,7 @@
     },
     {
       "name": "stroke",
-      "href": "https://svgwg.org/svg2-draft/painting.html#StrokeProperty",
+      "href": "https://w3c.github.io/svgwg/svg2-draft/painting.html#StrokeProperty",
       "initial": "none",
       "appliesTo": "shapes and text content elements",
       "inherited": "yes",
@@ -14943,7 +14943,7 @@
     },
     {
       "name": "text-anchor",
-      "href": "https://svgwg.org/svg2-draft/text.html#TextAnchorProperty",
+      "href": "https://w3c.github.io/svgwg/svg2-draft/text.html#TextAnchorProperty",
       "initial": "start",
       "appliesTo": "text content elements",
       "inherited": "yes",
@@ -15418,7 +15418,7 @@
     },
     {
       "name": "text-rendering",
-      "href": "https://svgwg.org/svg2-draft/painting.html#TextRenderingProperty",
+      "href": "https://w3c.github.io/svgwg/svg2-draft/painting.html#TextRenderingProperty",
       "initial": "auto",
       "appliesTo": "‘text’",
       "inherited": "yes",
@@ -16077,7 +16077,7 @@
     },
     {
       "name": "vector-effect",
-      "href": "https://svgwg.org/svg2-draft/coords.html#VectorEffectProperty",
+      "href": "https://w3c.github.io/svgwg/svg2-draft/coords.html#VectorEffectProperty",
       "initial": "none",
       "appliesTo": "graphics elements and ‘use’",
       "inherited": "no",
@@ -16687,7 +16687,7 @@
     },
     {
       "name": "x",
-      "href": "https://svgwg.org/svg2-draft/geometry.html#XProperty",
+      "href": "https://w3c.github.io/svgwg/svg2-draft/geometry.html#XProperty",
       "initial": "0",
       "appliesTo": "‘svg’, ‘rect’, ‘image’, ‘foreignObject’ elements",
       "inherited": "no",
@@ -16703,7 +16703,7 @@
     },
     {
       "name": "y",
-      "href": "https://svgwg.org/svg2-draft/geometry.html#YProperty",
+      "href": "https://w3c.github.io/svgwg/svg2-draft/geometry.html#YProperty",
       "initial": "0",
       "appliesTo": "‘svg’, ‘rect’, ‘image’, ‘foreignObject’ elements",
       "inherited": "no",
@@ -17378,7 +17378,7 @@
     },
     {
       "name": ":lang()",
-      "prose": "If the document language specifies how the (human) content language of an element is determined, it is possible to write selectors that represent an element based on its content language. The :lang() pseudo-class, which accepts a comma-separated list of one or more language ranges, represents an element whose content language is one of the languages listed in its argument. Each language range in :lang() must be a valid CSS <ident> or <string>. (Thus language ranges containing asterisks, for example, must be either correctly escaped or quoted as strings, e.g. :lang(\\*-Latn) or :lang(\"*-Latn\").)",
+      "prose": "If the document language specifies how the (human) content language of an element is determined, it is possible to write selectors that represent an element based on its content language. The :lang() pseudo-class, which accepts a comma-separated list of one or more language ranges, represents an element whose content language is one of the languages listed in its argument. Each language range in :lang() is an extended language range, as defined in BCP 47, and must be a valid CSS <ident> or <string>. (Thus language ranges containing asterisks, for example, must be either correctly escaped or quoted as strings, e.g. :lang(\\*-Latn) or :lang(\"*-Latn\").)",
       "href": "https://drafts.csswg.org/selectors-4/#lang-pseudo",
       "extended": []
     },
@@ -18693,7 +18693,7 @@
     },
     {
       "name": "dasharray",
-      "href": "https://svgwg.org/svg2-draft/painting.html#DataTypeDasharray",
+      "href": "https://w3c.github.io/svgwg/svg2-draft/painting.html#DataTypeDasharray",
       "syntax": "[ [ <length-percentage> | <number> ]+ ]#",
       "extended": []
     },
@@ -19575,7 +19575,7 @@
     },
     {
       "name": "marker-ref",
-      "href": "https://svgwg.org/svg2-draft/painting.html#DataTypeMarkerRef",
+      "href": "https://w3c.github.io/svgwg/svg2-draft/painting.html#DataTypeMarkerRef",
       "syntax": "<url>",
       "extended": []
     },
@@ -20060,7 +20060,7 @@
     },
     {
       "name": "points",
-      "href": "https://svgwg.org/svg2-draft/shapes.html#DataTypePoints",
+      "href": "https://w3c.github.io/svgwg/svg2-draft/shapes.html#DataTypePoints",
       "syntax": "[ <number>+ ]#",
       "extended": []
     },

@github-actions github-actions bot force-pushed the release-css-20260401011646546 branch from e58ce95 to 8ed5f03 Compare April 1, 2026 07:07
@github-actions github-actions bot force-pushed the release-css-20260401011646546 branch 3 times, most recently from ad2401d to 93f0bd9 Compare April 2, 2026 01:04
@github-actions github-actions bot force-pushed the release-css-20260401011646546 branch 16 times, most recently from 36fe7bb to 8b4476f Compare April 6, 2026 07:15
@github-actions github-actions bot force-pushed the release-css-20260401011646546 branch from 8b4476f to aaed2f6 Compare April 6, 2026 12:58
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