Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 15, 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 2c7c32d.

🧐 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.2. Merging this pull request will release v6.17.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-multicol-2.json packages/css/css-multicol-2.json
--- webref/node_modules/@webref/css/css-multicol-2.json
+++ packages/css/css-multicol-2.json
@@ -52,6 +52,12 @@
     }
   ],
   "atrules": [],
-  "selectors": [],
+  "selectors": [
+    {
+      "name": "::column",
+      "prose": "The ::column pseudo-element represents the individual columns in a multi-column container. It only exists on multi-column containers.",
+      "href": "https://drafts.csswg.org/css-multicol-2/#selectordef-column"
+    }
+  ],
   "values": []
 }

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
@@ -93,6 +93,11 @@
       "href": "https://drafts.csswg.org/css-overflow-5/#selectordef-scroll-marker"
     },
     {
+      "name": ":target-current",
+      "prose": "Exactly one scroll marker within each scroll marker group is determined to be active at a time. Such \"active\" scroll markers match the :target-current pseudo-class.",
+      "href": "https://drafts.csswg.org/css-overflow-5/#selectordef-target-current"
+    },
+    {
       "name": "::scroll-button()",
       "value": "::scroll-button( <scroll-button-direction> )",
       "href": "https://drafts.csswg.org/css-overflow-5/#selectordef-scroll-button-scroll-button-direction"

@github-actions github-actions bot force-pushed the release-css-20241115161304149 branch 13 times, most recently from c20e472 to 3195a60 Compare November 18, 2024 18:45
@github-actions github-actions bot force-pushed the release-css-20241115161304149 branch from 3195a60 to cecf791 Compare November 20, 2024 12:39
@tidoust tidoust merged commit 109471f into main Nov 20, 2024
@tidoust tidoust deleted the release-css-20241115161304149 branch November 20, 2024 12:44
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