Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented May 20, 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 355e596.

🧐 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.21.0. Merging this pull request will release v6.21.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-color-5.json packages/css/css-color-5.json
--- webref/node_modules/@webref/css/css-color-5.json
+++ packages/css/css-color-5.json
@@ -90,7 +90,7 @@
       "name": "color-mix()",
       "href": "https://drafts.csswg.org/css-color-5/#funcdef-color-mix",
       "type": "function",
-      "value": "color-mix( <color-interpolation-method> , [ <color> && <percentage [0,100]>? ]#{2})"
+      "value": "color-mix( <color-interpolation-method> , [ <color> && <percentage [0,100]>? ]#)"
     },
     {
       "name": "<modern-rgb-syntax>",
@@ -268,21 +268,21 @@
       "values": [
         {
           "name": "l",
-          "prose": "l is a <number> that corresponds to the origin color’s Oklab Lightness after conversion, if required, to OKLCh. 1.0 is equivalent to 100%.",
+          "prose": "l is a <number> that corresponds to the origin color’s Oklab Lightness after conversion, if required, to OkLCh. 1.0 is equivalent to 100%.",
           "href": "https://drafts.csswg.org/css-color-5/#valdef-oklch-l",
           "type": "value",
           "value": "l"
         },
         {
           "name": "c",
-          "prose": "c is a <number> that corresponds to the origin color’s OKLCh chroma after conversion, if required, to OKLCh. 0.4 is equivalent to 100%.",
+          "prose": "c is a <number> that corresponds to the origin color’s OkLCh chroma after conversion, if required, to OkLCh. 0.4 is equivalent to 100%.",
           "href": "https://drafts.csswg.org/css-color-5/#valdef-oklch-c",
           "type": "value",
           "value": "c"
         },
         {
           "name": "h",
-          "prose": "h is a <number> that corresponds to the origin color’s OKLCh hue, in degrees, after conversion, if required, to OKLCh, normalized to a [0, 360] range. 90 is equivalent to 90deg.",
+          "prose": "h is a <number> that corresponds to the origin color’s OkLCh hue, in degrees, after conversion, if required, to OkLCh, normalized to a [0, 360] range. 90 is equivalent to 90deg.",
           "href": "https://drafts.csswg.org/css-color-5/#valdef-oklch-h",
           "type": "value",
           "value": "h"

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-color.json packages/css/css-color.json
--- webref/node_modules/@webref/css/css-color.json
+++ packages/css/css-color.json
@@ -1447,11 +1447,11 @@
       "value": "oklch( [ <percentage> | <number> | none] [ <percentage> | <number> | none] [ <hue> | none] [ / [<alpha-value> | none] ]? )",
       "values": [
         {
-          "name": "OKLCh",
-          "prose": "In OKLCh the first argument specifies the OKLCh Lightness L, interpreted identically to the Lightness argument of oklab().",
+          "name": "OkLCh",
+          "prose": "In OkLCh the first argument specifies the OkLCh Lightness L, interpreted identically to the Lightness argument of oklab().",
           "href": "https://drafts.csswg.org/css-color-4/#valdef-oklch-oklch",
           "type": "value",
-          "value": "OKLCh"
+          "value": "OkLCh"
         }
       ]
     },

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
@@ -330,26 +330,12 @@
     },
     {
       "name": "progress()",
-      "prose": "The progress() functional notation returns a <number> value representing the position of one calculation (the progress value) between two other calculations (the progress start value and progress end value). progress() is a math function.",
+      "prose": "The progress() functional notation represents the proportional distance of a given value (the progress value) from one value (the progress start value) to another value (the progress end value), each represented as a calculation. It is a math function, and can be input into other calculations such as a math function or a mix notation.",
       "href": "https://drafts.csswg.org/css-values-5/#funcdef-progress",
       "type": "function",
       "value": "progress(<calc-sum>, <calc-sum>, <calc-sum>)"
     },
     {
-      "name": "media-progress()",
-      "prose": "Similar to the progress() notation, the media-progress() functional notation returns a <number> value representing current value of the specified media query [MEDIAQUERIES-4] as a progress value between two explicit values of the media query (as the progress start value and progress end value).",
-      "href": "https://drafts.csswg.org/css-values-5/#funcdef-media-progress",
-      "type": "function",
-      "value": "media-progress(<mf-name>, <calc-sum>, <calc-sum>)"
-    },
-    {
-      "name": "container-progress()",
-      "prose": "The container-progress() functional notation is identical to the media-progress() functional notation, except that it accepts container features [CSS-CONTAIN-3] in place of media features.",
-      "href": "https://drafts.csswg.org/css-values-5/#funcdef-container-progress",
-      "type": "function",
-      "value": "container-progress(<mf-name> [ of <container-name> ]?, <calc-sum>, <calc-sum>)"
-    },
-    {
       "name": "<progress>",
       "prose": "The <progress> value type represents the mix progress value in a mix notation, and ultimately resolves to a percentage. It can, however, draw that percentage value from sources such as media queries and animation timelines, and can also convert it through an easing function before using it for interpolation.",
       "href": "https://drafts.csswg.org/css-values-5/#typedef-progress",
@@ -626,12 +612,12 @@
       "name": "<calc-size-basis>",
       "href": "https://drafts.csswg.org/css-values-5/#typedef-calc-size-basis",
       "type": "type",
-      "value": "[ <intrinsic-size-keyword> | <calc-size()> | any | <calc-sum> ]"
+      "value": "[ <size-keyword> | <calc-size()> | any | <calc-sum> ]"
     },
     {
-      "name": "<intrinsic-size-keyword>",
-      "prose": "The <intrinsic-size-keyword> production matches any intrinsic size keywords allowed in the context. For example, in width, it matches auto, min-content, stretch, etc.",
-      "href": "https://drafts.csswg.org/css-values-5/#typedef-intrinsic-size-keyword",
+      "name": "<size-keyword>",
+      "prose": "The <size-keyword> production matches any sizing keywords allowed in the context. For example, in width, it matches auto, min-content, stretch, etc.",
+      "href": "https://drafts.csswg.org/css-values-5/#typedef-size-keyword",
       "type": "type"
     }
   ],
@@ -648,11 +634,6 @@
     },
     {
       "msg": "Missing definition",
-      "name": "progress-function()",
-      "value": "progress-function( progress value, start value, end value )"
-    },
-    {
-      "msg": "Missing definition",
       "name": "mix-function()",
       "value": "mix-function( <progress>, start-value, end-value )"
     },

@github-actions github-actions bot force-pushed the release-css-20250520185237714 branch from f996840 to 94c5e0c Compare May 21, 2025 01:00
@tidoust tidoust merged commit 9fe7f15 into main May 21, 2025
@tidoust tidoust deleted the release-css-20250520185237714 branch May 21, 2025 07:22
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