Skip to content

📦 Release @webref/[email protected] #1642

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 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 9986eca.

🧐 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.7-alpha. Merging this pull request will release v7.0.8-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
@@ -9769,7 +9769,7 @@
       "appliesTo": "All elements. In SVG, it applies to container elements excluding the defs element, all graphics elements and the use element",
       "inherited": "no",
       "percentages": "n/a",
-      "computedValue": "as specified",
+      "computedValue": "list, each item the keyword as specified",
       "canonicalOrder": "per grammar",
       "animationType": "discrete",
       "media": "visual",
@@ -9787,7 +9787,7 @@
       "appliesTo": "All elements. In SVG, it applies to container elements without the defs element and all graphics elements",
       "inherited": "no",
       "percentages": "n/a",
-      "computedValue": "as specified",
+      "computedValue": "list, each item the keyword as specified",
       "canonicalOrder": "per grammar",
       "animationType": "discrete",
       "media": "visual",
@@ -9805,7 +9805,7 @@
       "appliesTo": "All elements. In SVG, it applies to container elements excluding the defs element, all graphics elements and the use element",
       "inherited": "no",
       "percentages": "n/a",
-      "computedValue": "the keyword none, a computed <image>, or a computed <url>",
+      "computedValue": "list, each item the keyword none, a computed <image>, or a computed <url>",
       "canonicalOrder": "per grammar",
       "animationType": "discrete",
       "media": "visual",
@@ -9823,7 +9823,7 @@
       "appliesTo": "All elements. In SVG, it applies to container elements excluding the defs element, all graphics elements and the use element",
       "inherited": "no",
       "percentages": "n/a",
-      "computedValue": "as specified",
+      "computedValue": "list, each item the keyword as specified",
       "canonicalOrder": "per grammar",
       "animationType": "discrete",
       "media": "visual",
@@ -9841,7 +9841,7 @@
       "appliesTo": "All elements. In SVG, it applies to container elements excluding the defs element, all graphics elements and the use element",
       "inherited": "no",
       "percentages": "n/a",
-      "computedValue": "as specified",
+      "computedValue": "list, each item the keyword as specified",
       "canonicalOrder": "per grammar",
       "animationType": "discrete",
       "media": "visual",
@@ -9859,7 +9859,7 @@
       "appliesTo": "All elements. In SVG, it applies to container elements excluding the defs element, all graphics elements and the use element",
       "inherited": "no",
       "percentages": "refer to size of mask painting area minus size of mask layer image; see text background-position [CSS3BG]",
-      "computedValue": "Consisting of: two keywords representing the origin and two offsets from that origin, each given as an absolute length (if given a <length>), otherwise as a percentage.",
+      "computedValue": "list, each item consists of two keywords representing the origin and two offsets from that origin, each given as an absolute length (if given a <length>), otherwise as a percentage.",
       "canonicalOrder": "per grammar",
       "animationType": "repeatable list",
       "media": "visual",
@@ -9877,7 +9877,7 @@
       "appliesTo": "All elements. In SVG, it applies to container elements excluding the defs element, all graphics elements and the use element",
       "inherited": "no",
       "percentages": "n/a",
-      "computedValue": "Consists of: two keywords, one per dimension",
+      "computedValue": "list, each item a pair of keywords, one per dimension",
       "canonicalOrder": "per grammar",
       "animationType": "discrete",
       "media": "visual",
@@ -9895,7 +9895,7 @@
       "appliesTo": "All elements. In SVG, it applies to container elements excluding the defs element, all graphics elements and the use element",
       "inherited": "no",
       "percentages": "n/a",
-      "computedValue": "as specified, but with lengths made absolute",
+      "computedValue": "list, each item as specified, but with lengths made absolute",
       "canonicalOrder": "per grammar",
       "animationType": "repeatable list",
       "media": "visual",
@@ -12020,8 +12020,8 @@
       "extended": []
     },
     {
-      "name": "rule-paint-order",
-      "href": "https://drafts.csswg.org/css-gaps-1/#propdef-rule-paint-order",
+      "name": "rule-overlap",
+      "href": "https://drafts.csswg.org/css-gaps-1/#propdef-rule-overlap",
       "initial": "row-over-column",
       "appliesTo": "grid containers, flex containers, and masonry containers",
       "inherited": "no",
@@ -12030,8 +12030,8 @@
       "canonicalOrder": "per grammar",
       "animationType": "discrete",
       "styleDeclaration": [
-        "rule-paint-order",
-        "rulePaintOrder"
+        "rule-overlap",
+        "ruleOverlap"
       ],
       "syntax": "row-over-column | column-over-row",
       "extended": []
@@ -15074,7 +15074,7 @@
     },
     {
       "name": "::details-content",
-      "prose": "The ::details-content pseudo-element targets the additional information in a a details element that can be expanded or collapsed. It is an element-backed pseudo-element.",
+      "prose": "The ::details-content pseudo-element targets the additional information in a details element that can be expanded or collapsed. It is an element-backed pseudo-element.",
       "href": "https://drafts.csswg.org/css-pseudo-4/#selectordef-details-content",
       "syntax": "::details-content",
       "extended": []
@@ -15579,6 +15579,20 @@
       "extended": []
     },
     {
+      "name": ":interest-source",
+      "prose": "The :interest-source pseudo-class applies to any element (or pseudo-element) that is capable of \"showing interest\" in another element, as defined by the host language. (It applies regardless of whether the element is currently showing interest or not.)",
+      "href": "https://drafts.csswg.org/selectors-4/#selectordef-interest-source",
+      "syntax": ":interest-source",
+      "extended": []
+    },
+    {
+      "name": ":interest-target",
+      "prose": "The :interest-target pseudo-class applies to the \"other element\" that an :interest-source element is currently showing interest in. (It only applies to an element that is currently having interest shown in it.)",
+      "href": "https://drafts.csswg.org/selectors-4/#selectordef-interest-target",
+      "syntax": ":interest-target",
+      "extended": []
+    },
+    {
       "name": ":invalid",
       "prose": "An element is :valid or :invalid when its contents or value is, respectively, valid or invalid with respect to data validity semantics defined by the document language (e.g. [XFORMS11] or [HTML5]). An element which lacks data validity semantics is neither :valid nor :invalid.",
       "href": "https://drafts.csswg.org/selectors-4/#invalid-pseudo",
@@ -16333,6 +16347,12 @@
       "extended": []
     },
     {
+      "name": "boolean-condition",
+      "prose": "Where <boolean-condition> is a boolean algebra a la Media Queries 4 § 3 Syntax, but with media() and supports() functions as leaves.",
+      "href": "https://drafts.csswg.org/css-conditional-5/#typedef-boolean-condition",
+      "extended": []
+    },
+    {
       "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",

@github-actions github-actions bot force-pushed the release-css-20250804005744111 branch 12 times, most recently from 32b5f5e to 6dda778 Compare August 7, 2025 00:55
@github-actions github-actions bot force-pushed the release-css-20250804005744111 branch 15 times, most recently from 12aeebc to f8b891c Compare August 10, 2025 18:47
@github-actions github-actions bot force-pushed the release-css-20250804005744111 branch 13 times, most recently from bbe4f0c to 30a513e Compare August 14, 2025 00:59
@github-actions github-actions bot force-pushed the release-css-20250804005744111 branch from 30a513e to 638c147 Compare August 14, 2025 06:51
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.

0 participants