Skip to content

📦 Release @webref/css6@6.25.7#1948

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-css6-20260519113931392
Open

📦 Release @webref/css6@6.25.7#1948
github-actions[bot] wants to merge 1 commit into
mainfrom
release-css6-20260519113931392

Conversation

@ghost
Copy link
Copy Markdown
Contributor

@ghost ghost commented May 19, 2026

⚠ NEVER add commits to this pull request.

🤖 This pull request was automatically created to facilitate human review of @webref/css6 changes triggered by curated data at 41dd077.

🧐 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/css6 package was v6.25.6. Merging this pull request will release v6.25.7. 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/css6/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/animation-triggers.json packages/css6/animation-triggers.json
--- webref/node_modules/@webref/css/animation-triggers.json
+++ packages/css6/animation-triggers.json
@@ -209,7 +209,7 @@
     {
       "name": "timeline-trigger",
       "href": "https://drafts.csswg.org/animation-triggers-1/#propdef-timeline-trigger",
-      "value": "none | [ <'timeline-trigger-name'> <'timeline-trigger-source'> <'timeline-trigger-activation-range'> [ '/' <'timeline-trigger-active-range'> ]? ]#",
+      "value": "none | [ <'timeline-trigger-name'> <'timeline-trigger-source'> <'timeline-trigger-activation-range'> [ / <'timeline-trigger-active-range'> ]? ]#",
       "initial": "see individual properties",
       "appliesTo": "see individual properties",
       "inherited": "see individual properties",

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-inline.json packages/css6/css-inline.json
--- webref/node_modules/@webref/css/css-inline.json
+++ packages/css6/css-inline.json
@@ -337,7 +337,7 @@
       "initial": "normal",
       "appliesTo": "non-replaced inline boxes and SVG text content elements",
       "inherited": "yes",
-      "percentages": "see below",
+      "percentages": "computed relative to 1em",
       "computedValue": "the specified keyword, a number, or a computed <length> value",
       "canonicalOrder": "per grammar",
       "animationType": "by computed value type",
@@ -365,7 +365,7 @@
         },
         {
           "name": "<percentage [0,∞]>",
-          "prose": "The preferred line height is this percentage of the element’s used font-size. The computed value of the property is this percentage of the element’s computed font-size. Negative values are illegal.",
+          "prose": "The preferred line height and computed value of the property is this percentage of the element’s computed font-size. Negative values are illegal.",
           "href": "https://drafts.csswg.org/css-inline-3/#valdef-line-height-percentage-0",
           "type": "value",
           "value": "<percentage [0,∞]>"

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-navigation.json packages/css6/css-navigation.json
--- webref/node_modules/@webref/css/css-navigation.json
+++ packages/css6/css-navigation.json
@@ -9,8 +9,7 @@
       "name": "@route",
       "prose": "The @route rule is an at-rule that associates a name with a URL pattern. This name can be referenced in @navigation rules and in :active-navigation() pseudo-classes.",
       "href": "https://drafts.csswg.org/css-navigation-1/#at-ruledef-route",
-      "descriptors": [],
-      "value": "@route <dashed-ident> { [ <pattern-descriptors> | <init-descriptors> ] }"
+      "descriptors": []
     },
     {
       "name": "@navigation",
@@ -34,22 +33,22 @@
   ],
   "values": [
     {
-      "name": "<pattern-descriptors>",
-      "href": "https://drafts.csswg.org/css-navigation-1/#typedef-pattern-descriptors",
+      "name": "<route-rule>",
+      "href": "https://drafts.csswg.org/css-navigation-1/#typedef-route-rule",
       "type": "type",
-      "value": ";* <pattern-descriptor> ;*"
+      "value": "@route <dashed-ident> { <declaration-list> }"
     },
     {
-      "name": "<pattern-descriptor>",
-      "href": "https://drafts.csswg.org/css-navigation-1/#typedef-pattern-descriptor",
+      "name": "<route-descriptor>",
+      "href": "https://drafts.csswg.org/css-navigation-1/#typedef-route-descriptor",
       "type": "type",
-      "value": "pattern : <url-pattern()>"
+      "value": "<pattern-descriptor> | <init-descriptor> | <base-descriptor>"
     },
     {
-      "name": "<init-descriptors>",
-      "href": "https://drafts.csswg.org/css-navigation-1/#typedef-init-descriptors",
+      "name": "<pattern-descriptor>",
+      "href": "https://drafts.csswg.org/css-navigation-1/#typedef-pattern-descriptor",
       "type": "type",
-      "value": ";* <init-descriptor> [ ;+ <init-descriptor> ]* ;*"
+      "value": "pattern : <url-pattern()>"
     },
     {
       "name": "<init-descriptor>",
@@ -61,7 +60,13 @@
       "name": "<init-descriptor-name>",
       "href": "https://drafts.csswg.org/css-navigation-1/#typedef-init-descriptor-name",
       "type": "type",
-      "value": "protocol | hostname | port | pathname | search | hash | base-url"
+      "value": "protocol | hostname | port | pathname | search | hash"
+    },
+    {
+      "name": "<base-descriptor>",
+      "href": "https://drafts.csswg.org/css-navigation-1/#typedef-base-descriptor",
+      "type": "type",
+      "value": "base-url : stylesheet | document | <url>"
     },
     {
       "name": "url-pattern()",

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-text-4.json packages/css6/css-text-4.json
--- webref/node_modules/@webref/css/css-text-4.json
+++ packages/css6/css-text-4.json
@@ -1148,7 +1148,7 @@
       "value": "[ none | grow | shrink ] [consistent | per-line | per-line-all]? <percentage>?",
       "initial": "none",
       "appliesTo": "block containers",
-      "inherited": "no",
+      "inherited": "yes",
       "percentages": "N/A",
       "computedValue": "specified keywords or computed <percentage> value",
       "canonicalOrder": "per grammar",

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