Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 4, 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 c18da0c.

🧐 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 v7.0.9-alpha. Merging this pull request will release v7.0.10-alpha. 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
@@ -105,6 +105,13 @@
           "syntax": "<length>"
         },
         {
+          "name": "direction",
+          "href": "https://drafts.csswg.org/css-conditional-5/#descdef-container-direction",
+          "for": "@container",
+          "type": "discrete",
+          "syntax": "none | top | right | bottom | left | block-start | inline-start | block-end | inline-end | x | y | block | inline"
+        },
+        {
           "name": "height",
           "href": "https://drafts.csswg.org/css-conditional-5/#descdef-container-height",
           "for": "@container",
@@ -14791,7 +14798,7 @@
     },
     {
       "name": "view-transition-name",
-      "href": "https://drafts.csswg.org/css-view-transitions-1/#propdef-view-transition-name",
+      "href": "https://drafts.csswg.org/css-view-transitions-2/#propdef-view-transition-name",
       "initial": "none",
       "appliesTo": "all elements",
       "inherited": "no",
@@ -15568,7 +15575,7 @@
     {
       "name": "::view-transition",
       "prose": "The ::view-transition pseudo-element is a tree-abiding pseudo-element that is also a pseudo-element root. Its originating element is the document’s document element, and its containing block is the snapshot containing block.",
-      "href": "https://drafts.csswg.org/css-view-transitions-1/#selectordef-view-transition",
+      "href": "https://drafts.csswg.org/css-view-transitions-2/#selectordef-view-transition",
       "syntax": "::view-transition",
       "extended": []
     },
@@ -15581,25 +15588,25 @@
     {
       "name": "::view-transition-group()",
       "prose": "The ::view-transition-group() pseudo-element is a named view transition pseudo-element that represents a matching named view transition capture. A ::view-transition-group() pseudo-element is generated for each view transition name as a child of the ::view-transition pseudo-element, and contains a corresponding ::view-transition-image-pair().",
-      "href": "https://drafts.csswg.org/css-view-transitions-1/#selectordef-view-transition-group",
+      "href": "https://drafts.csswg.org/css-view-transitions-2/#selectordef-view-transition-group",
       "extended": []
     },
     {
       "name": "::view-transition-image-pair()",
       "prose": "The ::view-transition-image-pair() pseudo-element is a named view transition pseudo-element that represents a pair of corresponding old/new view transition captures. This pseudo-element is a child of the corresponding ::view-transition-group() pseudo-element and contains a corresponding ::view-transition-old() pseudo-element and/or a corresponding ::view-transition-new() pseudo-element (in that order).",
-      "href": "https://drafts.csswg.org/css-view-transitions-1/#selectordef-view-transition-image-pair",
+      "href": "https://drafts.csswg.org/css-view-transitions-2/#selectordef-view-transition-image-pair",
       "extended": []
     },
     {
       "name": "::view-transition-new()",
       "prose": "The ::view-transition-new() pseudo-element (like the analogous ::view-transition-old() pseudo-element) is an empty named view transition pseudo-element that represents a visual snapshot of the “new” state as a replaced element; it is omitted if there’s no “new” state to represent. Each ::view-transition-new() pseudo-element is a child of the corresponding ::view-transition-image-pair() pseudo-element.",
-      "href": "https://drafts.csswg.org/css-view-transitions-1/#selectordef-view-transition-new",
+      "href": "https://drafts.csswg.org/css-view-transitions-2/#selectordef-view-transition-new",
       "extended": []
     },
     {
       "name": "::view-transition-old()",
       "prose": "The ::view-transition-old() pseudo-element is an empty named view transition pseudo-element that represents a visual snapshot of the “old” state as a replaced element; it is omitted if there’s no “old” state to represent. Each ::view-transition-old() pseudo-element is a child of the corresponding ::view-transition-image-pair() pseudo-element.",
-      "href": "https://drafts.csswg.org/css-view-transitions-1/#selectordef-view-transition-old",
+      "href": "https://drafts.csswg.org/css-view-transitions-2/#selectordef-view-transition-old",
       "extended": []
     },
     {
@@ -16224,6 +16231,20 @@
       "extended": []
     },
     {
+      "name": ":target-after",
+      "prose": "In addition to the :target-current pseudo-class, this specification introduces the :target-before and :target-after pseudo-classes for use with scroll marker elements.",
+      "href": "https://drafts.csswg.org/css-overflow-5/#selectordef-target-after",
+      "syntax": ":target-after",
+      "extended": []
+    },
+    {
+      "name": ":target-before",
+      "prose": "In addition to the :target-current pseudo-class, this specification introduces the :target-before and :target-after pseudo-classes for use with scroll marker elements.",
+      "href": "https://drafts.csswg.org/css-overflow-5/#selectordef-target-before",
+      "syntax": ":target-before",
+      "extended": []
+    },
+    {
       "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",
@@ -18338,7 +18359,7 @@
     },
     {
       "name": "pt-name-selector",
-      "href": "https://drafts.csswg.org/css-view-transitions-1/#typedef-pt-name-selector",
+      "href": "https://drafts.csswg.org/css-view-transitions-2/#typedef-pt-name-selector",
       "syntax": "'*' | <custom-ident>",
       "extended": []
     },

@tidoust tidoust merged commit d910644 into main Sep 4, 2025
@tidoust tidoust deleted the release-css-20250904082222430 branch September 4, 2025 08:25
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