Skip to content
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

πŸ“¦ Release @webref/[email protected] #1440

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 18, 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 2f4b9ed.

🧐 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.18.2. Merging this pull request will release v6.19.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.

Released package files that no longer exist in the repo:
- css-multicol-2.json

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/compat.json packages/css/compat.json
--- webref/node_modules/@webref/css/compat.json
+++ packages/css/compat.json
@@ -96,6 +96,7 @@
     {
       "name": "-webkit-align-items",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-align-items",
+      "legacyAliasOf": "align-items",
       "styleDeclaration": [
         "-webkit-align-items",
         "WebkitAlignItems",
@@ -105,6 +106,7 @@
     {
       "name": "-webkit-align-content",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-align-content",
+      "legacyAliasOf": "align-content",
       "styleDeclaration": [
         "-webkit-align-content",
         "WebkitAlignContent",
@@ -114,6 +116,7 @@
     {
       "name": "-webkit-align-self",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-align-self",
+      "legacyAliasOf": "align-self",
       "styleDeclaration": [
         "-webkit-align-self",
         "WebkitAlignSelf",
@@ -123,6 +126,7 @@
     {
       "name": "-webkit-animation-name",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-animation-name",
+      "legacyAliasOf": "animation-name",
       "styleDeclaration": [
         "-webkit-animation-name",
         "WebkitAnimationName",
@@ -132,6 +136,7 @@
     {
       "name": "-webkit-animation-duration",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-animation-duration",
+      "legacyAliasOf": "animation-duration",
       "styleDeclaration": [
         "-webkit-animation-duration",
         "WebkitAnimationDuration",
@@ -141,6 +146,7 @@
     {
       "name": "-webkit-animation-timing-function",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-animation-timing-function",
+      "legacyAliasOf": "animation-timing-function",
       "styleDeclaration": [
         "-webkit-animation-timing-function",
         "WebkitAnimationTimingFunction",
@@ -150,6 +156,7 @@
     {
       "name": "-webkit-animation-iteration-count",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-animation-iteration-count",
+      "legacyAliasOf": "animation-iteration-count",
       "styleDeclaration": [
         "-webkit-animation-iteration-count",
         "WebkitAnimationIterationCount",
@@ -159,6 +166,7 @@
     {
       "name": "-webkit-animation-direction",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-animation-direction",
+      "legacyAliasOf": "animation-direction",
       "styleDeclaration": [
         "-webkit-animation-direction",
         "WebkitAnimationDirection",
@@ -168,6 +176,7 @@
     {
       "name": "-webkit-animation-play-state",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-animation-play-state",
+      "legacyAliasOf": "animation-play-state",
       "styleDeclaration": [
         "-webkit-animation-play-state",
         "WebkitAnimationPlayState",
@@ -177,6 +186,7 @@
     {
       "name": "-webkit-animation-delay",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-animation-delay",
+      "legacyAliasOf": "animation-delay",
       "styleDeclaration": [
         "-webkit-animation-delay",
         "WebkitAnimationDelay",
@@ -186,6 +196,7 @@
     {
       "name": "-webkit-animation-fill-mode",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-animation-fill-mode",
+      "legacyAliasOf": "animation-fill-mode",
       "styleDeclaration": [
         "-webkit-animation-fill-mode",
         "WebkitAnimationFillMode",
@@ -195,6 +206,7 @@
     {
       "name": "-webkit-animation",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-animation",
+      "legacyAliasOf": "animation",
       "styleDeclaration": [
         "-webkit-animation",
         "WebkitAnimation",
@@ -204,6 +216,7 @@
     {
       "name": "-webkit-backface-visibility",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-backface-visibility",
+      "legacyAliasOf": "backface-visibility",
       "styleDeclaration": [
         "-webkit-backface-visibility",
         "WebkitBackfaceVisibility",
@@ -213,6 +226,7 @@
     {
       "name": "-webkit-background-clip",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-background-clip",
+      "legacyAliasOf": "background-clip",
       "styleDeclaration": [
         "-webkit-background-clip",
         "WebkitBackgroundClip",
@@ -222,6 +236,7 @@
     {
       "name": "-webkit-background-origin",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-background-origin",
+      "legacyAliasOf": "background-origin",
       "styleDeclaration": [
         "-webkit-background-origin",
         "WebkitBackgroundOrigin",
@@ -231,6 +246,7 @@
     {
       "name": "-webkit-background-size",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-background-size",
+      "legacyAliasOf": "background-size",
       "styleDeclaration": [
         "-webkit-background-size",
         "WebkitBackgroundSize",
@@ -240,6 +256,7 @@
     {
       "name": "-webkit-border-bottom-left-radius",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-border-bottom-left-radius",
+      "legacyAliasOf": "border-bottom-left-radius",
       "styleDeclaration": [
         "-webkit-border-bottom-left-radius",
         "WebkitBorderBottomLeftRadius",
@@ -249,6 +266,7 @@
     {
       "name": "-webkit-border-bottom-right-radius",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-border-bottom-right-radius",
+      "legacyAliasOf": "border-bottom-right-radius",
       "styleDeclaration": [
         "-webkit-border-bottom-right-radius",
         "WebkitBorderBottomRightRadius",
@@ -258,6 +276,7 @@
     {
       "name": "-webkit-border-top-left-radius",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-border-top-left-radius",
+      "legacyAliasOf": "border-top-left-radius",
       "styleDeclaration": [
         "-webkit-border-top-left-radius",
         "WebkitBorderTopLeftRadius",
@@ -267,6 +286,7 @@
     {
       "name": "-webkit-border-top-right-radius",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-border-top-right-radius",
+      "legacyAliasOf": "border-top-right-radius",
       "styleDeclaration": [
         "-webkit-border-top-right-radius",
         "WebkitBorderTopRightRadius",
@@ -276,6 +296,7 @@
     {
       "name": "-webkit-border-radius",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-border-radius",
+      "legacyAliasOf": "border-radius",
       "styleDeclaration": [
         "-webkit-border-radius",
         "WebkitBorderRadius",
@@ -285,6 +306,7 @@
     {
       "name": "-webkit-box-shadow",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-box-shadow",
+      "legacyAliasOf": "box-shadow",
       "styleDeclaration": [
         "-webkit-box-shadow",
         "WebkitBoxShadow",
@@ -294,6 +316,7 @@
     {
       "name": "-webkit-box-sizing",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-box-sizing",
+      "legacyAliasOf": "box-sizing",
       "styleDeclaration": [
         "-webkit-box-sizing",
         "WebkitBoxSizing",
@@ -303,6 +326,7 @@
     {
       "name": "-webkit-flex",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-flex-propdef",
+      "legacyAliasOf": "flex",
       "styleDeclaration": [
         "-webkit-flex",
         "WebkitFlex",
@@ -312,6 +336,7 @@
     {
       "name": "-webkit-flex-basis",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-flex-basis",
+      "legacyAliasOf": "flex-basis",
       "styleDeclaration": [
         "-webkit-flex-basis",
         "WebkitFlexBasis",
@@ -321,6 +346,7 @@
     {
       "name": "-webkit-flex-direction",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-flex-direction",
+      "legacyAliasOf": "flex-direction",
       "styleDeclaration": [
         "-webkit-flex-direction",
         "WebkitFlexDirection",
@@ -330,6 +356,7 @@
     {
       "name": "-webkit-flex-flow",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-flex-flow",
+      "legacyAliasOf": "flex-flow",
       "styleDeclaration": [
         "-webkit-flex-flow",
         "WebkitFlexFlow",
@@ -339,6 +366,7 @@
     {
       "name": "-webkit-flex-grow",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-flex-grow",
+      "legacyAliasOf": "flex-grow",
       "styleDeclaration": [
         "-webkit-flex-grow",
         "WebkitFlexGrow",
@@ -348,6 +376,7 @@
     {
       "name": "-webkit-flex-shrink",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-flex-shrink",
+      "legacyAliasOf": "flex-shrink",
       "styleDeclaration": [
         "-webkit-flex-shrink",
         "WebkitFlexShrink",
@@ -357,6 +386,7 @@
     {
       "name": "-webkit-flex-wrap",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-flex-wrap",
+      "legacyAliasOf": "flex-wrap",
       "styleDeclaration": [
         "-webkit-flex-wrap",
         "WebkitFlexWrap",
@@ -366,6 +396,7 @@
     {
       "name": "-webkit-filter",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-filter",
+      "legacyAliasOf": "filter",
       "styleDeclaration": [
         "-webkit-filter",
         "WebkitFilter",
@@ -375,6 +406,7 @@
     {
       "name": "-webkit-justify-content",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-justify-content",
+      "legacyAliasOf": "justify-content",
       "styleDeclaration": [
         "-webkit-justify-content",
         "WebkitJustifyContent",
@@ -384,6 +416,7 @@
     {
       "name": "-webkit-mask",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-mask",
+      "legacyAliasOf": "mask",
       "styleDeclaration": [
         "-webkit-mask",
         "WebkitMask",
@@ -393,6 +426,7 @@
     {
       "name": "-webkit-mask-box-image",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-mask-box-image",
+      "legacyAliasOf": "mask-border",
       "styleDeclaration": [
         "-webkit-mask-box-image",
         "WebkitMaskBoxImage",
@@ -402,6 +436,7 @@
     {
       "name": "-webkit-mask-box-image-outset",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-mask-box-image-outset",
+      "legacyAliasOf": "mask-border-outset",
       "styleDeclaration": [
         "-webkit-mask-box-image-outset",
         "WebkitMaskBoxImageOutset",
@@ -411,6 +446,7 @@
     {
       "name": "-webkit-mask-box-image-repeat",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-mask-box-image-repeat",
+      "legacyAliasOf": "mask-border-repeat",
       "styleDeclaration": [
         "-webkit-mask-box-image-repeat",
         "WebkitMaskBoxImageRepeat",
@@ -420,6 +456,7 @@
     {
       "name": "-webkit-mask-box-image-slice",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-mask-box-image-slice",
+      "legacyAliasOf": "mask-border-slice",
       "styleDeclaration": [
         "-webkit-mask-box-image-slice",
         "WebkitMaskBoxImageSlice",
@@ -429,6 +466,7 @@
     {
       "name": "-webkit-mask-box-image-source",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-mask-box-image-source",
+      "legacyAliasOf": "mask-border-source",
       "styleDeclaration": [
         "-webkit-mask-box-image-source",
         "WebkitMaskBoxImageSource",
@@ -438,6 +476,7 @@
     {
       "name": "-webkit-mask-box-image-width",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-mask-box-image-width",
+      "legacyAliasOf": "mask-border-width",
       "styleDeclaration": [
         "-webkit-mask-box-image-width",
         "WebkitMaskBoxImageWidth",
@@ -447,6 +486,7 @@
     {
       "name": "-webkit-mask-clip",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-mask-clip",
+      "legacyAliasOf": "mask-clip",
       "styleDeclaration": [
         "-webkit-mask-clip",
         "WebkitMaskClip",
@@ -456,6 +496,7 @@
     {
       "name": "-webkit-mask-composite",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-mask-composite",
+      "legacyAliasOf": "mask-composite",
       "styleDeclaration": [
         "-webkit-mask-composite",
         "WebkitMaskComposite",
@@ -465,6 +506,7 @@
     {
       "name": "-webkit-mask-image",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-mask-image",
+      "legacyAliasOf": "mask-image",
       "styleDeclaration": [
         "-webkit-mask-image",
         "WebkitMaskImage",
@@ -474,6 +516,7 @@
     {
       "name": "-webkit-mask-origin",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-mask-origin",
+      "legacyAliasOf": "mask-origin",
       "styleDeclaration": [
         "-webkit-mask-origin",
         "WebkitMaskOrigin",
@@ -483,6 +526,7 @@
     {
       "name": "-webkit-mask-position",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-mask-position",
+      "legacyAliasOf": "mask-position",
       "styleDeclaration": [
         "-webkit-mask-position",
         "WebkitMaskPosition",
@@ -492,6 +536,7 @@
     {
       "name": "-webkit-mask-repeat",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-mask-repeat",
+      "legacyAliasOf": "mask-repeat",
       "styleDeclaration": [
         "-webkit-mask-repeat",
         "WebkitMaskRepeat",
@@ -501,6 +546,7 @@
     {
       "name": "-webkit-mask-size",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-mask-size",
+      "legacyAliasOf": "mask-size",
       "styleDeclaration": [
         "-webkit-mask-size",
         "WebkitMaskSize",
@@ -510,6 +556,7 @@
     {
       "name": "-webkit-order",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-order",
+      "legacyAliasOf": "order",
       "styleDeclaration": [
         "-webkit-order",
         "WebkitOrder",
@@ -519,6 +566,7 @@
     {
       "name": "-webkit-perspective",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-perspective",
+      "legacyAliasOf": "perspective",
       "styleDeclaration": [
         "-webkit-perspective",
         "WebkitPerspective",
@@ -528,6 +576,7 @@
     {
       "name": "-webkit-perspective-origin",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-perspective-origin",
+      "legacyAliasOf": "perspective-origin",
       "styleDeclaration": [
         "-webkit-perspective-origin",
         "WebkitPerspectiveOrigin",
@@ -537,6 +586,7 @@
     {
       "name": "-webkit-transform-origin",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-transform-origin",
+      "legacyAliasOf": "transform-origin",
       "styleDeclaration": [
         "-webkit-transform-origin",
         "WebkitTransformOrigin",
@@ -546,6 +596,7 @@
     {
       "name": "-webkit-transform-style",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-transform-style",
+      "legacyAliasOf": "transform-style",
       "styleDeclaration": [
         "-webkit-transform-style",
         "WebkitTransformStyle",
@@ -555,6 +606,7 @@
     {
       "name": "-webkit-transform",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-transform",
+      "legacyAliasOf": "transform",
       "styleDeclaration": [
         "-webkit-transform",
         "WebkitTransform",
@@ -564,6 +616,7 @@
     {
       "name": "-webkit-transition-delay",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-transition-delay",
+      "legacyAliasOf": "transition-delay",
       "styleDeclaration": [
         "-webkit-transition-delay",
         "WebkitTransitionDelay",
@@ -573,6 +626,7 @@
     {
       "name": "-webkit-transition-duration",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-transition-duration",
+      "legacyAliasOf": "transition-duration",
       "styleDeclaration": [
         "-webkit-transition-duration",
         "WebkitTransitionDuration",
@@ -582,6 +636,7 @@
     {
       "name": "-webkit-transition-property",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-transition-property",
+      "legacyAliasOf": "transition-property",
       "styleDeclaration": [
         "-webkit-transition-property",
         "WebkitTransitionProperty",
@@ -591,6 +646,7 @@
     {
       "name": "-webkit-transition-timing-function",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-transition-timing-function",
+      "legacyAliasOf": "transition-timing-function",
       "styleDeclaration": [
         "-webkit-transition-timing-function",
         "WebkitTransitionTimingFunction",
@@ -600,6 +656,7 @@
     {
       "name": "-webkit-transition",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-transition",
+      "legacyAliasOf": "transition",
       "styleDeclaration": [
         "-webkit-transition",
         "WebkitTransition",
@@ -609,6 +666,7 @@
     {
       "name": "-webkit-text-size-adjust",
       "href": "https://compat.spec.whatwg.org/#propdef--webkit-text-size-adjust",
+      "legacyAliasOf": "text-size-adjust",
       "styleDeclaration": [
         "-webkit-text-size-adjust",
         "WebkitTextSizeAdjust",

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-align.json packages/css/css-align.json
--- webref/node_modules/@webref/css/css-align.json
+++ packages/css/css-align.json
@@ -340,6 +340,7 @@
     {
       "name": "grid-row-gap",
       "href": "https://drafts.csswg.org/css-align-3/#propdef-grid-row-gap",
+      "legacyAliasOf": "row-gap",
       "styleDeclaration": [
         "grid-row-gap",
         "gridRowGap"
@@ -348,6 +349,7 @@
     {
       "name": "grid-column-gap",
       "href": "https://drafts.csswg.org/css-align-3/#propdef-grid-column-gap",
+      "legacyAliasOf": "column-gap",
       "styleDeclaration": [
         "grid-column-gap",
         "gridColumnGap"
@@ -356,6 +358,7 @@
     {
       "name": "grid-gap",
       "href": "https://drafts.csswg.org/css-align-3/#propdef-grid-gap",
+      "legacyAliasOf": "gap",
       "styleDeclaration": [
         "grid-gap",
         "gridGap"

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-fonts.json packages/css/css-fonts.json
--- webref/node_modules/@webref/css/css-fonts.json
+++ packages/css/css-fonts.json
@@ -1178,6 +1178,7 @@
     {
       "name": "font-stretch",
       "href": "https://drafts.csswg.org/css-fonts-4/#propdef-font-stretch",
+      "legacyAliasOf": "font-width",
       "styleDeclaration": [
         "font-stretch",
         "fontStretch"
@@ -1528,6 +1529,12 @@
         {
           "name": "generic()",
           "value": "generic()",
+          "href": "https://drafts.csswg.org/css-fonts-4/#valdef-font-family-generic-khmer-mul",
+          "type": "value"
+        },
+        {
+          "name": "generic()",
+          "value": "generic()",
           "href": "https://drafts.csswg.org/css-fonts-4/#valdef-font-family-generic-nastaliq",
           "type": "value"
         },
@@ -1565,7 +1572,7 @@
       "name": "<generic-script-specific>",
       "href": "https://drafts.csswg.org/css-fonts-4/#typedef-generic-script-specific",
       "type": "type",
-      "value": "generic(kai) | generic(fangsong) | generic(nastaliq)"
+      "value": "generic(fangsong) | generic(kai) | generic(khmer-mul) | generic(nastaliq)"
     },
     {
       "name": "<generic-complete>",

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-grid.json packages/css/css-grid.json
--- webref/node_modules/@webref/css/css-grid.json
+++ packages/css/css-grid.json
@@ -32,7 +32,7 @@
         },
         {
           "name": "subgrid <line-name-list>?",
-          "prose": "The subgrid value indicates that the grid will adopt the spanned portion of its parent grid in that axis (the subgridded axis). Rather than being specified explicitly, the sizes of the grid rows/columns will be taken from the parent grid's definition, and the subgrid’s items will participate in the intrinsic size calculations (CSS Grid Layout 1 Β§ 11.5 Resolve Intrinsic Track Sizes) of any tracks shared with the parent grid. Essentially, subgrids provide the ability to pass grid parameters down through nested elements, and content-based sizing information back up to their parent grid. The <line-name-list> argument allows local naming of the grid lines shared with the parent grid: if a <line-name-list> is given, the specified <line-names>s are assigned to the lines of the subgrid’s explicit grid, one per line, starting with line 1. Excess <line-names> are ignored. If there is no parent grid, or if the grid container is otherwise forced to establish an independent formatting context (for example, due to layout containment [CSS-CONTAIN-2] or absolute positioning [CSS-POSITION-3]), the used value is the initial value, none, and the grid container is not a subgrid. An axis that is not subgridded is a standalone axis.",
+          "prose": "The subgrid value indicates that the grid will adopt the spanned portion of its parent grid in that axis (the subgridded axis). Rather than being specified explicitly, the sizes of the grid rows/columns will be taken from the parent grid’s definition, and the subgrid’s items will participate in the intrinsic size calculations (CSS Grid Layout 1 Β§ 11.5 Resolve Intrinsic Track Sizes) of any tracks shared with the parent grid. Essentially, subgrids provide the ability to pass grid parameters down through nested elements, and content-based sizing information back up to their parent grid. The <line-name-list> argument allows local naming of the grid lines shared with the parent grid: if a <line-name-list> is given, the specified <line-names>s are assigned to the lines of the subgrid’s explicit grid, one per line, starting with line 1. Excess <line-names> are ignored. If there is no parent grid, or if the grid container is otherwise forced to establish an independent formatting context (for example, due to layout containment [CSS-CONTAIN-2] or absolute positioning [CSS-POSITION-3]), the used value is the initial value, none, and the grid container is not a subgrid. An axis that is not subgridded is a standalone axis.",
           "href": "https://drafts.csswg.org/css-grid-2/#subgrid-listing",
           "type": "value",
           "value": "subgrid <line-name-list>?"
@@ -124,7 +124,7 @@
         },
         {
           "name": "subgrid <line-name-list>?",
-          "prose": "The subgrid value indicates that the grid will adopt the spanned portion of its parent grid in that axis (the subgridded axis). Rather than being specified explicitly, the sizes of the grid rows/columns will be taken from the parent grid's definition, and the subgrid’s items will participate in the intrinsic size calculations (CSS Grid Layout 1 Β§ 11.5 Resolve Intrinsic Track Sizes) of any tracks shared with the parent grid. Essentially, subgrids provide the ability to pass grid parameters down through nested elements, and content-based sizing information back up to their parent grid. The <line-name-list> argument allows local naming of the grid lines shared with the parent grid: if a <line-name-list> is given, the specified <line-names>s are assigned to the lines of the subgrid’s explicit grid, one per line, starting with line 1. Excess <line-names> are ignored. If there is no parent grid, or if the grid container is otherwise forced to establish an independent formatting context (for example, due to layout containment [CSS-CONTAIN-2] or absolute positioning [CSS-POSITION-3]), the used value is the initial value, none, and the grid container is not a subgrid. An axis that is not subgridded is a standalone axis.",
+          "prose": "The subgrid value indicates that the grid will adopt the spanned portion of its parent grid in that axis (the subgridded axis). Rather than being specified explicitly, the sizes of the grid rows/columns will be taken from the parent grid’s definition, and the subgrid’s items will participate in the intrinsic size calculations (CSS Grid Layout 1 Β§ 11.5 Resolve Intrinsic Track Sizes) of any tracks shared with the parent grid. Essentially, subgrids provide the ability to pass grid parameters down through nested elements, and content-based sizing information back up to their parent grid. The <line-name-list> argument allows local naming of the grid lines shared with the parent grid: if a <line-name-list> is given, the specified <line-names>s are assigned to the lines of the subgrid’s explicit grid, one per line, starting with line 1. Excess <line-names> are ignored. If there is no parent grid, or if the grid container is otherwise forced to establish an independent formatting context (for example, due to layout containment [CSS-CONTAIN-2] or absolute positioning [CSS-POSITION-3]), the used value is the initial value, none, and the grid container is not a subgrid. An axis that is not subgridded is a standalone axis.",
           "href": "https://drafts.csswg.org/css-grid-2/#subgrid-listing",
           "type": "value",
           "value": "subgrid <line-name-list>?"

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-multicol.json packages/css/css-multicol.json
--- webref/node_modules/@webref/css/css-multicol.json
+++ packages/css/css-multicol.json
@@ -1,12 +1,12 @@
 {
   "spec": {
-    "title": "CSS Multi-column Layout Module Level 1",
-    "url": "https://drafts.csswg.org/css-multicol-1/"
+    "title": "CSS Multi-column Layout Module Level 2",
+    "url": "https://drafts.csswg.org/css-multicol-2/"
   },
   "properties": [
     {
       "name": "column-width",
-      "href": "https://drafts.csswg.org/css-multicol-1/#propdef-column-width",
+      "href": "https://drafts.csswg.org/css-multicol-2/#propdef-column-width",
       "value": "auto | <length [0,∞]>",
       "initial": "auto",
       "appliesTo": "block containers except table wrapper boxes",
@@ -19,14 +19,14 @@
         {
           "name": "auto",
           "prose": "means that the column width will be determined by other properties (e.g., column-count, if it has a non-auto value).",
-          "href": "https://drafts.csswg.org/css-multicol-1/#valdef-column-width-auto",
+          "href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-width-auto",
           "type": "value",
           "value": "auto"
         },
         {
           "name": "<length [0,∞]>",
           "prose": "describes the optimal column width. The actual column width may be wider (to fill the available space), or narrower (only if the available space is smaller than the specified column width). Negative values are not allowed. Used values will be clamped to a minimum of 1px.",
-          "href": "https://drafts.csswg.org/css-multicol-1/#valdef-column-width-length-0",
+          "href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-width-length-0",
           "type": "value",
           "value": "<length [0,∞]>"
         }
@@ -38,7 +38,7 @@
     },
     {
       "name": "column-count",
-      "href": "https://drafts.csswg.org/css-multicol-1/#propdef-column-count",
+      "href": "https://drafts.csswg.org/css-multicol-2/#propdef-column-count",
       "value": "auto | <integer [1,∞]>",
       "initial": "auto",
       "appliesTo": "block containers except table wrapper boxes",
@@ -51,14 +51,14 @@
         {
           "name": "auto",
           "prose": "means that the number of columns will be determined by other properties (e.g., column-width, if it has a non-auto value).",
-          "href": "https://drafts.csswg.org/css-multicol-1/#valdef-column-count-auto",
+          "href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-count-auto",
           "type": "value",
           "value": "auto"
         },
         {
           "name": "<integer [1,∞]>",
           "prose": "describes the optimal number of columns into which the content of the element will be flowed. Values must be greater than 0. If both column-width and column-count have non-auto values, the integer value describes the maximum number of columns.",
-          "href": "https://drafts.csswg.org/css-multicol-1/#valdef-column-count-integer-1",
+          "href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-count-integer-1",
           "type": "value",
           "value": "<integer [1,∞]>"
         }
@@ -70,7 +70,7 @@
     },
     {
       "name": "columns",
-      "href": "https://drafts.csswg.org/css-multicol-1/#propdef-columns",
+      "href": "https://drafts.csswg.org/css-multicol-2/#propdef-columns",
       "value": "<'column-width'> || <'column-count'>",
       "initial": "see individual properties",
       "appliesTo": "see individual properties",
@@ -85,29 +85,43 @@
     },
     {
       "name": "column-span",
-      "href": "https://drafts.csswg.org/css-multicol-1/#propdef-column-span",
-      "value": "none | all",
+      "href": "https://drafts.csswg.org/css-multicol-2/#propdef-column-span",
+      "value": "none | <integer [1,∞]> | all | auto",
       "initial": "none",
       "appliesTo": "in-flow block-level elements",
       "inherited": "no",
       "percentages": "N/A",
-      "computedValue": "specified keyword",
+      "computedValue": "specified value",
       "canonicalOrder": "per grammar",
       "animationType": "discrete",
       "values": [
         {
           "name": "none",
           "prose": "The element does not span multiple columns.",
-          "href": "https://drafts.csswg.org/css-multicol-1/#valdef-column-span-none",
+          "href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-span-none",
           "type": "value",
           "value": "none"
         },
         {
           "name": "all",
           "prose": "The element forces a column break and is taken out of flow to span across all columns of the nearest multicol ancestor in the same block formatting context. Content in the normal flow that appears before the element is automatically balanced across all columns in the immediately preceding multi-column line before the element appears, and any subsequent content flows into a new multi-column line after the element. The element establishes an independent formatting context.",
-          "href": "https://drafts.csswg.org/css-multicol-1/#valdef-column-span-all",
+          "href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-span-all",
           "type": "value",
           "value": "all"
+        },
+        {
+          "name": "<integer [1,∞]>",
+          "prose": "The element spans the specified number of columns. Values must be greater than 0. If the specified integer value is equal to, or larger than the number of columns in the multicol element, the number of columns spanned will be the same as if column-span: all had been specified. This definition is insufficient. Does column-span: 1 count as column-span: none, or does it create a spanner (which is a BFC)? Which columns does it span? How does that affect height calculations, and interact with column-fill",
+          "href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-span-integer-1",
+          "type": "value",
+          "value": "<integer [1,∞]>"
+        },
+        {
+          "name": "auto",
+          "prose": "The number of columns spanned by the element depends on its min-content outer size in the inline direction of the multi-column container. If it is smaller than the used value of column-width, this is the same as if column-span: none had been specified. Otherwise, the number of columns spanned is the smallest positive integer n for which n Γ— column-width + (n - 1) Γ— column-gap is larger than the min-content outer size. If this would be larger than the number of columns, the number of columns spanned will be the same as if column-span: all had been specified. If column-span: 1 does not do the same as column-span: none, should this behave as column-span: 1 or as column-span: none when the element is small enough?",
+          "href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-span-auto",
+          "type": "value",
+          "value": "auto"
         }
       ],
       "styleDeclaration": [
@@ -117,7 +131,7 @@
     },
     {
       "name": "column-fill",
-      "href": "https://drafts.csswg.org/css-multicol-1/#propdef-column-fill",
+      "href": "https://drafts.csswg.org/css-multicol-2/#propdef-column-fill",
       "value": "auto | balance | balance-all",
       "initial": "balance",
       "appliesTo": "multicol containers",
@@ -130,21 +144,21 @@
         {
           "name": "balance",
           "prose": "Balance content equally between columns, as far as possible. In fragmented contexts, only the last fragment is balanced.",
-          "href": "https://drafts.csswg.org/css-multicol-1/#valdef-column-fill-balance",
+          "href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-fill-balance",
           "type": "value",
           "value": "balance"
         },
         {
           "name": "balance-all",
           "prose": "Balance content equally between columns, as far as possible. In fragmented contexts, all fragments are balanced.",
-          "href": "https://drafts.csswg.org/css-multicol-1/#valdef-column-fill-balance-all",
+          "href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-fill-balance-all",
           "type": "value",
           "value": "balance-all"
         },
         {
           "name": "auto",
           "prose": "fill columns sequentially",
-          "href": "https://drafts.csswg.org/css-multicol-1/#valdef-column-fill-auto",
+          "href": "https://drafts.csswg.org/css-multicol-2/#valdef-column-fill-auto",
           "type": "value",
           "value": "auto"
         }
@@ -156,6 +170,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
@@ -99,8 +99,8 @@
     },
     {
       "name": "::scroll-button()",
-      "value": "::scroll-button( <scroll-button-direction> )",
-      "href": "https://drafts.csswg.org/css-overflow-5/#selectordef-scroll-button-scroll-button-direction"
+      "value": "::scroll-button( '*' | <scroll-button-direction> )",
+      "href": "https://drafts.csswg.org/css-overflow-5/#selectordef-scroll-button---scroll-button-direction"
     },
     {
       "name": "::nth-fragment()",
@@ -111,7 +111,7 @@
   "values": [
     {
       "name": "<scroll-button-direction>",
-      "prose": "The four ::scroll-button() pseudo-elements are individually selected by the selector’s argument. The possible <scroll-button-direction> values are:",
+      "prose": "The four ::scroll-button() pseudo-elements are individually selected by the selector’s argument. A * arguments selects all four ::scroll-button()s; otherwise the selected pseudo-element is determined by the <scroll-button-direction> value:",
       "href": "https://drafts.csswg.org/css-overflow-5/#typedef-scroll-button-direction",
       "type": "type",
       "values": [

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-scoping.json packages/css/css-scoping.json
--- webref/node_modules/@webref/css/css-scoping.json
+++ packages/css/css-scoping.json
@@ -28,7 +28,7 @@
     },
     {
       "name": ":has-slotted",
-      "prose": "The :has-slotted pseudo-class matches slot elements which have a non-empty list of slotted nodes.",
+      "prose": "The :has-slotted pseudo-class matches slot elements which have a non-empty list of flattened slotted nodes.",
       "href": "https://drafts.csswg.org/css-scoping-1/#selectordef-has-slotted"
     }
   ],

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-text-decor-4.json packages/css/css-text-decor-4.json
--- webref/node_modules/@webref/css/css-text-decor-4.json
+++ packages/css/css-text-decor-4.json
@@ -671,14 +671,14 @@
         },
         {
           "name": "symbols",
-          "prose": "Skip symbols. Symbols in this definition includes all typographic character units belonging to the Unicode S* general category as well as any which are NFKD-equivalent [UAX15] to the following characters from the Unicode Po category: # U+0023 NUMBER SIGN % U+0025 PERCENT SIGN ‰ U+2030 PER MILLE SIGN β€± U+2031 PER TEN THOUSAND SIGN Ωͺ U+066A ARABIC PERCENT SIGN Ψ‰ U+0609 ARABIC-INDIC PER MILLE SIGN ؊ U+060A ARABIC-INDIC PER TEN THOUSAND SIGN & U+0026 AMPERSAND ⁊ U+204A TIRONIAN SIGN E[[ @ U+0040 COMMERCIAL AT Β§ U+00A7 SECTION SIGN ΒΆ U+00B6 PILCROW SIGN ⁋ U+204B REVERSED PILCROW SIGN ⁓ U+2053 SWUNG DASH 〽️ U+303D PART ALTERNATION MARK",
+          "prose": "Skip symbols. Symbols in this definition includes all typographic character units belonging to the Unicode S* general category as well as any which are NFKD-equivalent [[!UAX15]] to the following characters from the Unicode Po category: # U+0023 NUMBER SIGN % U+0025 PERCENT SIGN ‰ U+2030 PER MILLE SIGN β€± U+2031 PER TEN THOUSAND SIGN Ωͺ U+066A ARABIC PERCENT SIGN Ψ‰ U+0609 ARABIC-INDIC PER MILLE SIGN ؊ U+060A ARABIC-INDIC PER TEN THOUSAND SIGN & U+0026 AMPERSAND ⁊ U+204A TIRONIAN SIGN E[[ @ U+0040 COMMERCIAL AT Β§ U+00A7 SECTION SIGN ΒΆ U+00B6 PILCROW SIGN ⁋ U+204B REVERSED PILCROW SIGN ⁓ U+2053 SWUNG DASH 〽️ U+303D PART ALTERNATION MARK",
           "href": "https://drafts.csswg.org/css-text-decor-4/#valdef-text-emphasis-skip-symbols",
           "type": "value",
           "value": "symbols"
         },
         {
           "name": "narrow",
-          "prose": "Skip characters where the East_Asian_Width property [UAX11] of the Unicode database [UAX44] is not F (Fullwidth) or W (Wide).",
+          "prose": "Skip characters where the East_Asian_Width property [[!UAX11]] of the Unicode database [[!UAX44]] is not F (Fullwidth) or W (Wide).",
           "href": "https://drafts.csswg.org/css-text-decor-4/#valdef-text-emphasis-skip-narrow",
           "type": "value",
           "value": "narrow"

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-ui.json packages/css/css-ui.json
--- webref/node_modules/@webref/css/css-ui.json
+++ packages/css/css-ui.json
@@ -807,22 +807,23 @@
       ]
     },
     {
-      "name": "-webkit-user-select",
-      "href": "https://drafts.csswg.org/css-ui-4/#propdef--webkit-user-select",
-      "styleDeclaration": [
-        "-webkit-user-select",
-        "WebkitUserSelect",
-        "webkitUserSelect"
-      ]
-    },
-    {
       "name": "-webkit-appearance",
       "href": "https://drafts.csswg.org/css-ui-4/#propdef--webkit-appearance",
+      "legacyAliasOf": "appearance",
       "styleDeclaration": [
         "-webkit-appearance",
         "WebkitAppearance",
         "webkitAppearance"
       ]
+    },
+    {
+      "name": "-webkit-user-select",
+      "href": "https://drafts.csswg.org/css-ui-4/#propdef--webkit-user-select",
+      "styleDeclaration": [
+        "-webkit-user-select",
+        "WebkitUserSelect",
+        "webkitUserSelect"
+      ]
     }
   ],
   "atrules": [],

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-values-5.json packages/css/css-values-5.json
--- webref/node_modules/@webref/css/css-values-5.json
+++ packages/css/css-values-5.json
@@ -247,28 +247,28 @@
         },
         {
           "name": "y-start",
-          "prose": "Computes the same as the physical edge keyword corresponding to the start/end side in the [=y-axis|y/x axis.",
+          "prose": "Computes the same as the physical edge keyword corresponding to the start/end side in the y-axisy/x axis.",
           "href": "https://drafts.csswg.org/css-values-5/#valdef-position-y-start",
           "type": "value",
           "value": "y-start"
         },
         {
           "name": "y-end",
-          "prose": "Computes the same as the physical edge keyword corresponding to the start/end side in the [=y-axis|y/x axis.",
+          "prose": "Computes the same as the physical edge keyword corresponding to the start/end side in the y-axisy/x axis.",
           "href": "https://drafts.csswg.org/css-values-5/#valdef-position-y-end",
           "type": "value",
           "value": "y-end"
         },
         {
           "name": "x-start",
-          "prose": "Computes the same as the physical edge keyword corresponding to the start/end side in the [=y-axis|y/x axis.",
+          "prose": "Computes the same as the physical edge keyword corresponding to the start/end side in the y-axisy/x axis.",
           "href": "https://drafts.csswg.org/css-values-5/#valdef-position-x-start",
           "type": "value",
           "value": "x-start"
         },
         {
           "name": "x-end",
-          "prose": "Computes the same as the physical edge keyword corresponding to the start/end side in the [=y-axis|y/x axis.",
+          "prose": "Computes the same as the physical edge keyword corresponding to the start/end side in the y-axisy/x axis.",
           "href": "https://drafts.csswg.org/css-values-5/#valdef-position-x-end",
           "type": "value",
           "value": "x-end"

@github-actions github-actions bot force-pushed the release-css-20250118005915481 branch 10 times, most recently from 2f14414 to 448647a Compare January 21, 2025 08:12
Copy link
Member

@tidoust tidoust left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think the appearance of wrapping '' in values is intended. That seems like a bug in the latest version of Bikeshed. Raised in speced/bikeshed#3011.

@github-actions github-actions bot force-pushed the release-css-20250118005915481 branch from 448647a to 86c909b Compare January 21, 2025 13:00
@github-actions github-actions bot force-pushed the release-css-20250118005915481 branch 3 times, most recently from b243ded to a13dde7 Compare January 23, 2025 15:08
@tidoust
Copy link
Member

tidoust commented Jan 23, 2025

OK, much better now, I'll just force a minor version bump to signal the introduction of the legacyAliasOf property.

@github-actions github-actions bot force-pushed the release-css-20250118005915481 branch from a13dde7 to 4660428 Compare January 23, 2025 15:13
@github-actions github-actions bot changed the title πŸ“¦ Release @webref/[email protected] πŸ“¦ Release @webref/[email protected] Jan 23, 2025
@tidoust tidoust merged commit 57fd7d9 into main Jan 23, 2025
@tidoust tidoust deleted the release-css-20250118005915481 branch January 23, 2025 15:15
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