Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 29, 2024

⚠ 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 2d4e776.

🧐 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.17.4. Merging this pull request will release v6.17.5. 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
@@ -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
@@ -1453,11 +1453,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-conditional-5.json packages/css/css-conditional-5.json
--- webref/node_modules/@webref/css/css-conditional-5.json
+++ packages/css/css-conditional-5.json
@@ -252,7 +252,7 @@
           "name": "snapped",
           "href": "https://drafts.csswg.org/css-conditional-5/#descdef-container-snapped",
           "for": "@container",
-          "value": "none | x | y | block | inline",
+          "value": "none | x | y | block | inline | both",
           "type": "discrete",
           "values": [
             {
@@ -289,6 +289,13 @@
               "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-snapped-inline",
               "type": "value",
               "value": "inline"
+            },
+            {
+              "name": "both",
+              "prose": "snapped container feature matches both if the query container is a snap target for its scroll container in both directions of the snap container.",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-snapped-both",
+              "type": "value",
+              "value": "both"
             }
           ]
         },
@@ -296,7 +303,7 @@
           "name": "scrollable",
           "href": "https://drafts.csswg.org/css-conditional-5/#descdef-container-scrollable",
           "for": "@container",
-          "value": "none | top | right | bottom | left | block-start | inline-start | block-end | inline-end",
+          "value": "none | top | right | bottom | left | block-start | inline-start | block-end | inline-end | x | y | block | inline",
           "type": "discrete",
           "values": [
             {
@@ -361,6 +368,34 @@
               "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-scrollable-inline-end",
               "type": "value",
               "value": "inline-end"
+            },
+            {
+              "name": "x",
+              "prose": "The scroll container has horizontally scrollable overflow.",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-scrollable-x",
+              "type": "value",
+              "value": "x"
+            },
+            {
+              "name": "y",
+              "prose": "The scroll container has vertically scrollable overflow.",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-scrollable-y",
+              "type": "value",
+              "value": "y"
+            },
+            {
+              "name": "block",
+              "prose": "The scroll container has scrollable overflow in its block direction.",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-scrollable-block",
+              "type": "value",
+              "value": "block"
+            },
+            {
+              "name": "inline",
+              "prose": "The scroll container has scrollable overflow in its inline direction.",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-scrollable-inline",
+              "type": "value",
+              "value": "inline"
             }
           ]
         }

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-overflow-5.json packages/css/css-overflow-5.json
--- webref/node_modules/@webref/css/css-overflow-5.json
+++ packages/css/css-overflow-5.json
@@ -84,7 +84,7 @@
   "selectors": [
     {
       "name": "::scroll-marker-group",
-      "prose": "The ::scroll-marker-group fully stylable pseudo-element is generated by a scroll container element having a computed scroll-marker-group property that is not none, adjacent to the scroll container.",
+      "prose": "The ::scroll-marker-group fully styleable pseudo-element is generated by a scroll container element having a computed scroll-marker-group property that is not none.",
       "href": "https://drafts.csswg.org/css-overflow-5/#selectordef-scroll-marker-group"
     },
     {

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-rhythm.json packages/css/css-rhythm.json
--- webref/node_modules/@webref/css/css-rhythm.json
+++ packages/css/css-rhythm.json
@@ -73,7 +73,7 @@
       "values": [
         {
           "name": "auto",
-          "prose": "If block-step-insert is margin: if align-self is start, end, or center, treat as that value, otherwise treat as center.",
+          "prose": "If block-step-insert is margin-box: if align-self is start, end, or center, treat as that value, otherwise treat as center.",
           "href": "https://drafts.csswg.org/css-rhythm-1/#valdef-block-step-align-auto",
           "type": "value",
           "value": "auto"

@github-actions github-actions bot force-pushed the release-css-20241129125643411 branch 4 times, most recently from 104acc5 to c01a893 Compare December 5, 2024 00:59
@github-actions github-actions bot force-pushed the release-css-20241129125643411 branch from c01a893 to 33691ca Compare December 5, 2024 06:46
@tidoust tidoust merged commit 355f8e4 into main Dec 5, 2024
@tidoust tidoust deleted the release-css-20241129125643411 branch December 5, 2024 07:52
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