Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 11, 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 d7002cd.

🧐 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 v6.20.0. Merging this pull request will release v6.20.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-borders.json packages/css/css-borders.json
--- webref/node_modules/@webref/css/css-borders.json
+++ packages/css/css-borders.json
@@ -967,7 +967,7 @@
     {
       "name": "corner-shape",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-shape",
-      "value": "<corner-shape-value>{1,2} [ / <corner-shape-value>{1,2} ]?",
+      "value": "<corner-shape-value>{1,4}",
       "initial": "round",
       "appliesTo": "all elements where border-radius can apply",
       "inherited": "no",

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-color-5.json packages/css/css-color-5.json
--- webref/node_modules/@webref/css/css-color-5.json
+++ packages/css/css-color-5.json
@@ -304,42 +304,42 @@
       "values": [
         {
           "name": "r",
-          "prose": "r, g, and b are all <number>s that correspond to the origin color’s red, green, and blue channels after conversion, if required to the predefined RGB color space. The value 1.0 corresponds to 100%.",
+          "prose": "r, g, and b are all <number>s that correspond to the origin color’s red, green, and blue components after conversion, if required to the predefined RGB color space. The value 1.0 corresponds to 100%.",
           "href": "https://drafts.csswg.org/css-color-5/#valdef-color-r",
           "type": "value",
           "value": "r"
         },
         {
           "name": "g",
-          "prose": "r, g, and b are all <number>s that correspond to the origin color’s red, green, and blue channels after conversion, if required to the predefined RGB color space. The value 1.0 corresponds to 100%.",
+          "prose": "r, g, and b are all <number>s that correspond to the origin color’s red, green, and blue components after conversion, if required to the predefined RGB color space. The value 1.0 corresponds to 100%.",
           "href": "https://drafts.csswg.org/css-color-5/#valdef-color-g",
           "type": "value",
           "value": "g"
         },
         {
           "name": "b",
-          "prose": "r, g, and b are all <number>s that correspond to the origin color’s red, green, and blue channels after conversion, if required to the predefined RGB color space. The value 1.0 corresponds to 100%.",
+          "prose": "r, g, and b are all <number>s that correspond to the origin color’s red, green, and blue components after conversion, if required to the predefined RGB color space. The value 1.0 corresponds to 100%.",
           "href": "https://drafts.csswg.org/css-color-5/#valdef-color-b",
           "type": "value",
           "value": "b"
         },
         {
           "name": "x",
-          "prose": "x, y, z are all <number>s that correspond to the origin color’s X, Y and Z channels after conversion, if required to relative CIE XYZ color space adapted to the relevant white point. The value 1.0 corresponds to 100%.",
+          "prose": "x, y, z are all <number>s that correspond to the origin color’s X, Y and Z components after conversion, if required to relative CIE XYZ color space adapted to the relevant white point. The value 1.0 corresponds to 100%.",
           "href": "https://drafts.csswg.org/css-color-5/#valdef-color-x",
           "type": "value",
           "value": "x"
         },
         {
           "name": "y",
-          "prose": "x, y, z are all <number>s that correspond to the origin color’s X, Y and Z channels after conversion, if required to relative CIE XYZ color space adapted to the relevant white point. The value 1.0 corresponds to 100%.",
+          "prose": "x, y, z are all <number>s that correspond to the origin color’s X, Y and Z components after conversion, if required to relative CIE XYZ color space adapted to the relevant white point. The value 1.0 corresponds to 100%.",
           "href": "https://drafts.csswg.org/css-color-5/#valdef-color-y",
           "type": "value",
           "value": "y"
         },
         {
           "name": "z",
-          "prose": "x, y, z are all <number>s that correspond to the origin color’s X, Y and Z channels after conversion, if required to relative CIE XYZ color space adapted to the relevant white point. The value 1.0 corresponds to 100%.",
+          "prose": "x, y, z are all <number>s that correspond to the origin color’s X, Y and Z components after conversion, if required to relative CIE XYZ color space adapted to the relevant white point. The value 1.0 corresponds to 100%.",
           "href": "https://drafts.csswg.org/css-color-5/#valdef-color-z",
           "type": "value",
           "value": "z"
@@ -454,7 +454,7 @@
     {
       "msg": "Dangling value",
       "name": "r",
-      "prose": "r, g, and b are all <number>s that correspond to the origin color’s red, green, and blue channels after conversion, if required to sRGB. 255.0 is equivalent to 100%.",
+      "prose": "r, g, and b are all <number>s that correspond to the origin color’s red, green, and blue components after conversion, if required to sRGB. 255.0 is equivalent to 100%.",
       "href": "https://drafts.csswg.org/css-color-5/#valdef-rgb-r",
       "type": "value",
       "value": "r",
@@ -463,7 +463,7 @@
     {
       "msg": "Dangling value",
       "name": "g",
-      "prose": "r, g, and b are all <number>s that correspond to the origin color’s red, green, and blue channels after conversion, if required to sRGB. 255.0 is equivalent to 100%.",
+      "prose": "r, g, and b are all <number>s that correspond to the origin color’s red, green, and blue components after conversion, if required to sRGB. 255.0 is equivalent to 100%.",
       "href": "https://drafts.csswg.org/css-color-5/#valdef-rgb-g",
       "type": "value",
       "value": "g",
@@ -472,7 +472,7 @@
     {
       "msg": "Dangling value",
       "name": "b",
-      "prose": "r, g, and b are all <number>s that correspond to the origin color’s red, green, and blue channels after conversion, if required to sRGB. 255.0 is equivalent to 100%.",
+      "prose": "r, g, and b are all <number>s that correspond to the origin color’s red, green, and blue components after conversion, if required to sRGB. 255.0 is equivalent to 100%.",
       "href": "https://drafts.csswg.org/css-color-5/#valdef-rgb-b",
       "type": "value",
       "value": "b",

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-color-hdr.json packages/css/css-color-hdr.json
--- webref/node_modules/@webref/css/css-color-hdr.json
+++ packages/css/css-color-hdr.json
@@ -7,8 +7,8 @@
     {
       "name": "dynamic-range-limit",
       "href": "https://drafts.csswg.org/css-color-hdr-1/#propdef-dynamic-range-limit",
-      "value": "standard | high | constrained-high | <dynamic-range-limit-mix()>",
-      "initial": "high",
+      "value": "standard | no-limit | constrained-high | <dynamic-range-limit-mix()>",
+      "initial": "no-limit",
       "appliesTo": "all elements",
       "inherited": "yes",
       "percentages": "n/a",
@@ -24,11 +24,11 @@
           "value": "standard"
         },
         {
-          "name": "high",
+          "name": "no-limit",
           "prose": "The highest peak luminance that is displayed is much greater than media white, i.e. the CSS color white; the precise level is not specified.",
-          "href": "https://drafts.csswg.org/css-color-hdr-1/#valdef-dynamic-range-limit-high",
+          "href": "https://drafts.csswg.org/css-color-hdr-1/#valdef-dynamic-range-limit-no-limit",
           "type": "value",
-          "value": "high"
+          "value": "no-limit"
         },
         {
           "name": "constrained-high",

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-shapes-2.json packages/css/css-shapes-2.json
--- webref/node_modules/@webref/css/css-shapes-2.json
+++ packages/css/css-shapes-2.json
@@ -90,7 +90,7 @@
       "name": "shape()",
       "href": "https://drafts.csswg.org/css-shapes-2/#funcdef-shape",
       "type": "function",
-      "value": "shape( <'fill-rule'>? from <coordinate-pair>, <shape-command>#)",
+      "value": "shape( <'fill-rule'>? from <position>, <shape-command>#)",
       "values": [
         {
           "name": "<coordinate-pair>",

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-values-5.json packages/css/css-values-5.json
--- webref/node_modules/@webref/css/css-values-5.json
+++ packages/css/css-values-5.json
@@ -41,8 +41,8 @@
   "selectors": [],
   "values": [
     {
-      "name": "<boolean-expr[]>",
-      "prose": "Several contexts (such as @media, @supports, if(), ...) specify conditions, and allow combining those conditions with boolean logic (and/or/not/grouping). Because they use the same non-trivial recursive syntax structure, the special <boolean-expr[]> production represents this pattern generically.",
+      "name": "<boolean-expr>",
+      "prose": "Several contexts (such as @media, @supports, if(), ...) specify conditions, and allow combining those conditions with boolean logic (and/or/not/grouping). Because they use the same non-trivial recursive syntax structure, the special <boolean-expr> production represents this pattern generically.",
       "href": "https://drafts.csswg.org/css-values-5/#typedef-boolean-expr",
       "type": "type"
     },
@@ -247,28 +247,28 @@
         },
         {
           "name": "y-start",
-          "prose": "Computes the same as the physical edge keyword corresponding to the start/end side in the y-axisy/x axis.",
+          "prose": "Computes the same as the physical edge keyword corresponding to the start/end side in the y/x axis.",
           "href": "https://drafts.csswg.org/css-values-5/#valdef-position-y-start",
           "type": "value",
           "value": "y-start"
         },
         {
           "name": "y-end",
-          "prose": "Computes the same as the physical edge keyword corresponding to the start/end side in the y-axisy/x axis.",
+          "prose": "Computes the same as the physical edge keyword corresponding to the start/end side in the y/x axis.",
           "href": "https://drafts.csswg.org/css-values-5/#valdef-position-y-end",
           "type": "value",
           "value": "y-end"
         },
         {
           "name": "x-start",
-          "prose": "Computes the same as the physical edge keyword corresponding to the start/end side in the y-axisy/x axis.",
+          "prose": "Computes the same as the physical edge keyword corresponding to the start/end side in the y/x axis.",
           "href": "https://drafts.csswg.org/css-values-5/#valdef-position-x-start",
           "type": "value",
           "value": "x-start"
         },
         {
           "name": "x-end",
-          "prose": "Computes the same as the physical edge keyword corresponding to the start/end side in the y-axisy/x axis.",
+          "prose": "Computes the same as the physical edge keyword corresponding to the start/end side in the y/x axis.",
           "href": "https://drafts.csswg.org/css-values-5/#valdef-position-x-end",
           "type": "value",
           "value": "x-end"
@@ -541,7 +541,7 @@
     },
     {
       "name": "ident()",
-      "prose": "The ident() function is an arbitrary substitution function that can be used to manually construct <custom-ident> values from several parts.",
+      "prose": "The ident() function represents an <ident>, and can be used to manually construct <custom-ident> values from several parts.",
       "href": "https://drafts.csswg.org/css-values-5/#funcdef-ident",
       "type": "function",
       "value": "ident( <ident-arg>+ )"
@@ -621,12 +621,6 @@
   ],
   "warnings": [
     {
-      "msg": "Duplicate definition",
-      "name": "ident()",
-      "href": "https://drafts.csswg.org/css-values-5/#funcdef-ident%E2%91%A0",
-      "type": "function"
-    },
-    {
       "msg": "Missing definition",
       "name": "]>",
       "value": "not <boolean-expr-group> | <boolean-expr-group> [ [ and <boolean-expr-group> ]* | [ or <boolean-expr-group> ]* ]"
@@ -644,7 +638,7 @@
     {
       "msg": "Missing definition",
       "name": "mix-function()",
-      "value": "mix-function( <progress>,"
+      "value": "mix-function( <progress>, start-value, end-value )"
     },
     {
       "msg": "Missing definition",

@github-actions github-actions bot force-pushed the release-css-20250211005921841 branch 6 times, most recently from fd400b5 to ac13dce Compare February 13, 2025 00:59
@github-actions github-actions bot force-pushed the release-css-20250211005921841 branch from ac13dce to 7446968 Compare February 13, 2025 06:49
@tidoust tidoust merged commit c8d1df7 into main Feb 13, 2025
@tidoust tidoust deleted the release-css-20250211005921841 branch February 13, 2025 09:26
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