Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 16, 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 916ad3b.

🧐 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.1.4. Merging this pull request will release v8.0.0. 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.

Static file(s) changed:
+ README.md

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
@@ -7,6 +7,16 @@
       "extended": []
     },
     {
+      "descriptors": [],
+      "name": "@annotation",
+      "href": "https://drafts.csswg.org/css-fonts-4/#at-ruledef-font-feature-values-annotation",
+      "for": [
+        "@font-feature-values"
+      ],
+      "syntax": "@annotation { <declaration-list> }",
+      "extended": []
+    },
+    {
       "name": "@apply",
       "href": "https://drafts.csswg.org/css-mixins-1/#at-ruledef-apply",
       "descriptors": [],
@@ -49,6 +59,16 @@
       "extended": []
     },
     {
+      "descriptors": [],
+      "name": "@character-variant",
+      "href": "https://drafts.csswg.org/css-fonts-4/#at-ruledef-font-feature-values-character-variant",
+      "for": [
+        "@font-feature-values"
+      ],
+      "syntax": "@character-variant { <declaration-list> }",
+      "extended": []
+    },
+    {
       "name": "@charset",
       "prose": "However, there is no actual at-rule named @charset. When a stylesheet is actually parsed, any occurrences of an @charset rule must be treated as an unrecognized rule, and thus dropped as invalid when the stylesheet is grammar-checked.",
       "href": "https://drafts.csswg.org/css-syntax-3/#at-ruledef-charset",
@@ -439,55 +459,6 @@
       "href": "https://drafts.csswg.org/css-fonts-4/#at-ruledef-font-feature-values",
       "descriptors": [
         {
-          "name": "@annotation",
-          "href": "https://drafts.csswg.org/css-fonts-4/#at-ruledef-font-feature-values-annotation",
-          "type": "at-rule",
-          "for": "@font-feature-values",
-          "syntax": "@annotation { <declaration-list> }"
-        },
-        {
-          "name": "@character-variant",
-          "href": "https://drafts.csswg.org/css-fonts-4/#at-ruledef-font-feature-values-character-variant",
-          "type": "at-rule",
-          "for": "@font-feature-values",
-          "syntax": "@character-variant { <declaration-list> }"
-        },
-        {
-          "name": "@historical-forms",
-          "href": "https://drafts.csswg.org/css-fonts-4/#at-ruledef-font-feature-values-historical-forms",
-          "type": "at-rule",
-          "for": "@font-feature-values",
-          "syntax": "@historical-forms { <declaration-list> }"
-        },
-        {
-          "name": "@ornaments",
-          "href": "https://drafts.csswg.org/css-fonts-4/#at-ruledef-font-feature-values-ornaments",
-          "type": "at-rule",
-          "for": "@font-feature-values",
-          "syntax": "@ornaments { <declaration-list> }"
-        },
-        {
-          "name": "@styleset",
-          "href": "https://drafts.csswg.org/css-fonts-4/#at-ruledef-font-feature-values-styleset",
-          "type": "at-rule",
-          "for": "@font-feature-values",
-          "syntax": "@styleset { <declaration-list> }"
-        },
-        {
-          "name": "@stylistic",
-          "href": "https://drafts.csswg.org/css-fonts-4/#at-ruledef-font-feature-values-stylistic",
-          "type": "at-rule",
-          "for": "@font-feature-values",
-          "syntax": "@stylistic { <declaration-list> }"
-        },
-        {
-          "name": "@swash",
-          "href": "https://drafts.csswg.org/css-fonts-4/#at-ruledef-font-feature-values-swash",
-          "type": "at-rule",
-          "for": "@font-feature-values",
-          "syntax": "@swash { <declaration-list> }"
-        },
-        {
           "name": "font-display",
           "href": "https://drafts.csswg.org/css-fonts-4/#descdef-font-feature-values-font-display",
           "for": "@font-feature-values",
@@ -544,6 +515,16 @@
       "extended": []
     },
     {
+      "descriptors": [],
+      "name": "@historical-forms",
+      "href": "https://drafts.csswg.org/css-fonts-4/#at-ruledef-font-feature-values-historical-forms",
+      "for": [
+        "@font-feature-values"
+      ],
+      "syntax": "@historical-forms { <declaration-list> }",
+      "extended": []
+    },
+    {
       "name": "@import",
       "prose": "The @import rule allows users to import style rules from other style sheets. If an @import rule refers to a valid stylesheet, user agents must treat the contents of the stylesheet as if they were written in place of the @import rule, with two exceptions:",
       "href": "https://drafts.csswg.org/css-cascade-5/#at-ruledef-import",
@@ -893,6 +874,16 @@
       "extended": []
     },
     {
+      "descriptors": [],
+      "name": "@ornaments",
+      "href": "https://drafts.csswg.org/css-fonts-4/#at-ruledef-font-feature-values-ornaments",
+      "for": [
+        "@font-feature-values"
+      ],
+      "syntax": "@ornaments { <declaration-list> }",
+      "extended": []
+    },
+    {
       "name": "@page",
       "prose": "Authors can specify various aspects of a page box, such as its dimensions, orientation, and margins, within an @page rule. @page rules are allowed wherever rule-sets are allowed. An @page rule consists of the keyword @page, an optional comma-separated list of page selectors and a block of declarations (said to be in the page context). An @page rule can also contain other at-rules, interleaved between declarations. The current level of this specification only allows margin at-rules inside @page.",
       "href": "https://drafts.csswg.org/css-page-3/#at-ruledef-page",
@@ -1007,6 +998,26 @@
       "extended": []
     },
     {
+      "descriptors": [],
+      "name": "@styleset",
+      "href": "https://drafts.csswg.org/css-fonts-4/#at-ruledef-font-feature-values-styleset",
+      "for": [
+        "@font-feature-values"
+      ],
+      "syntax": "@styleset { <declaration-list> }",
+      "extended": []
+    },
+    {
+      "descriptors": [],
+      "name": "@stylistic",
+      "href": "https://drafts.csswg.org/css-fonts-4/#at-ruledef-font-feature-values-stylistic",
+      "for": [
+        "@font-feature-values"
+      ],
+      "syntax": "@stylistic { <declaration-list> }",
+      "extended": []
+    },
+    {
       "name": "@supports",
       "prose": "The @supports rule is a conditional group rule whose condition tests whether the user agent supports CSS property:value pairs. Authors can use it to write style sheets that use new features when available but degrade gracefully when those features are not supported. These queries are called CSS feature queries or (colloquially) supports queries.",
       "href": "https://drafts.csswg.org/css-conditional-3/#at-ruledef-supports",
@@ -1015,6 +1026,24 @@
       "extended": []
     },
     {
+      "name": "@supports-condition",
+      "prose": "The @supports-condition at-rule is a conditional group rule that allows authors to define and name a supports query for later reuse, creating a named supports condition. This enables complex or frequently-used feature queries to be referenced by name, improving maintainability and readability.",
+      "href": "https://drafts.csswg.org/css-conditional-5/#at-ruledef-supports-condition",
+      "descriptors": [],
+      "syntax": "@supports-condition <supports-condition-name> { <block-contents> }",
+      "extended": []
+    },
+    {
+      "descriptors": [],
+      "name": "@swash",
+      "href": "https://drafts.csswg.org/css-fonts-4/#at-ruledef-font-feature-values-swash",
+      "for": [
+        "@font-feature-values"
+      ],
+      "syntax": "@swash { <declaration-list> }",
+      "extended": []
+    },
+    {
       "name": "@top-center",
       "href": "https://drafts.csswg.org/css-page-3/#at-ruledef-top-center",
       "descriptors": [],
@@ -18926,9 +18955,15 @@
       "extended": []
     },
     {
+      "name": "supports-condition-name",
+      "prose": "Where <supports-condition-name> is an <extension-name> that defines the name of the supports query.",
+      "href": "https://drafts.csswg.org/css-conditional-5/#typedef-supports-condition-name",
+      "extended": []
+    },
+    {
       "name": "supports-decl",
-      "href": "https://drafts.csswg.org/css-conditional-3/#typedef-supports-decl",
-      "syntax": "( <declaration> )",
+      "href": "https://drafts.csswg.org/css-conditional-5/#typedef-supports-decl",
+      "syntax": "( [ <declaration> | <supports-condition-name> ] )",
       "extended": []
     },
     {

@github-actions github-actions bot force-pushed the release-css-20251016185618379 branch 14 times, most recently from 837d68e to ed0cd31 Compare October 20, 2025 06:53
@github-actions github-actions bot force-pushed the release-css-20251016185618379 branch from ed0cd31 to 88f446f Compare October 20, 2025 12:58
@github-actions github-actions bot changed the title πŸ“¦ Release @webref/[email protected] πŸ“¦ Release @webref/[email protected] Oct 20, 2025
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