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

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 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 c375002.

🧐 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.18.3. 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-color-5.json packages/css/css-color-5.json
--- webref/node_modules/@webref/css/css-color-5.json
+++ packages/css/css-color-5.json
@@ -62,7 +62,7 @@
           "initial": "n/a"
         }
       ],
-      "value": "@color-profile [<dashed-ident> | device-cmyk] { <declaration-list> }"
+      "value": "@color-profile [<dashed-ident> | ''device-cmyk''] { <declaration-list> }"
     }
   ],
   "selectors": [],
@@ -393,13 +393,13 @@
       "name": "<modern-device-cmyk-syntax>",
       "href": "https://drafts.csswg.org/css-color-5/#typedef-modern-device-cmyk-syntax",
       "type": "type",
-      "value": "device-cmyk( <cmyk-component>{4} [ / [ <alpha-value> | none ] ]? )"
+      "value": "device-cmyk( <cmyk-component>{4} [ / [ <alpha-value> | ''none'' ] ]? )"
     },
     {
       "name": "<cmyk-component>",
       "href": "https://drafts.csswg.org/css-color-5/#typedef-cmyk-component",
       "type": "type",
-      "value": "<number> | <percentage> | none"
+      "value": "<number> | <percentage> | ''none''"
     },
     {
       "name": "light-dark()",
@@ -423,13 +423,13 @@
       "name": "<rectangular-color-space>",
       "href": "https://drafts.csswg.org/css-color-5/#typedef-rectangular-color-space",
       "type": "type",
-      "value": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | xyz | xyz-d50 | xyz-d65"
+      "value": "''srgb'' | ''srgb-linear'' | ''display-p3'' | ''a98-rgb'' | ''prophoto-rgb'' | ''rec2020'' | ''lab'' | ''oklab'' | ''xyz'' | ''xyz-d50'' | ''xyz-d65''"
     },
     {
       "name": "<polar-color-space>",
       "href": "https://drafts.csswg.org/css-color-5/#typedef-polar-color-space",
       "type": "type",
-      "value": "hsl | hwb | lch | oklch"
+      "value": "''hsl'' | ''hwb'' | ''lch'' | ''oklch''"
     },
     {
       "name": "<custom-color-space>",

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-color.json packages/css/css-color.json
--- webref/node_modules/@webref/css/css-color.json
+++ packages/css/css-color.json
@@ -1465,7 +1465,7 @@
       "name": "<xyz-space>",
       "href": "https://drafts.csswg.org/css-color-4/#typedef-xyz-space",
       "type": "type",
-      "value": "xyz | xyz-d50 | xyz-d65"
+      "value": "''xyz'' | ''xyz-d50'' | ''xyz-d65''"
     },
     {
       "name": "<color-space>",
@@ -1477,13 +1477,13 @@
       "name": "<rectangular-color-space>",
       "href": "https://drafts.csswg.org/css-color-4/#typedef-rectangular-color-space",
       "type": "type",
-      "value": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | xyz | xyz-d50 | xyz-d65"
+      "value": "''srgb'' | ''srgb-linear'' | ''display-p3'' | ''a98-rgb'' | ''prophoto-rgb'' | ''rec2020'' | ''lab'' | ''oklab'' | ''xyz'' | ''xyz-d50'' | ''xyz-d65''"
     },
     {
       "name": "<polar-color-space>",
       "href": "https://drafts.csswg.org/css-color-4/#typedef-polar-color-space",
       "type": "type",
-      "value": "hsl | hwb | lch | oklch"
+      "value": "''hsl'' | ''hwb'' | ''lch'' | ''oklch''"
     },
     {
       "name": "<hue-interpolation-method>",

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-easing.json packages/css/css-easing.json
--- webref/node_modules/@webref/css/css-easing.json
+++ packages/css/css-easing.json
@@ -29,7 +29,7 @@
       "name": "<cubic-bezier-easing-function>",
       "href": "https://drafts.csswg.org/css-easing-2/#typedef-cubic-bezier-easing-function",
       "type": "type",
-      "value": "ease | ease-in | ease-out | ease-in-out | <cubic-bezier()>",
+      "value": "''ease'' | ''ease-in'' | ''ease-out'' | ''ease-in-out'' | <cubic-bezier()>",
       "values": [
         {
           "name": "ease-in",
@@ -71,7 +71,7 @@
       "name": "<step-easing-function>",
       "href": "https://drafts.csswg.org/css-easing-2/#typedef-step-easing-function",
       "type": "type",
-      "value": "step-start | step-end | <steps()>"
+      "value": "''step-start'' | ''step-end'' | <steps()>"
     },
     {
       "name": "steps()",
@@ -99,7 +99,7 @@
       "name": "<step-position>",
       "href": "https://drafts.csswg.org/css-easing-2/#typedef-step-position",
       "type": "type",
-      "value": "jump-start | jump-end | jump-none | jump-both | start | end",
+      "value": "''jump-start'' | ''jump-end'' | ''jump-none'' | ''jump-both'' | ''start'' | ''end''",
       "values": [
         {
           "name": "jump-start",

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
@@ -1456,7 +1456,7 @@
       "prose": "A locally installed system font, whose use is subject to certain constraints. In particular, it may not be used with the font-family property, but can be used with the font shorthand. The following values refer to system fonts:",
       "href": "https://drafts.csswg.org/css-fonts-4/#system-family-name-value",
       "type": "type",
-      "value": "caption | icon | menu | message-box | small-caption | status-bar"
+      "value": "''caption'' | ''icon'' | ''menu'' | ''message-box'' | ''small-caption'' | ''status-bar''"
     },
     {
       "name": "<generic-family>",
@@ -1565,19 +1565,19 @@
       "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(kai)'' | ''generic(fangsong)'' | ''generic(nastaliq)''"
     },
     {
       "name": "<generic-complete>",
       "href": "https://drafts.csswg.org/css-fonts-4/#typedef-generic-complete",
       "type": "type",
-      "value": "serif | sans-serif | system-ui | cursive | fantasy | math | monospace"
+      "value": "''serif'' | ''sans-serif'' | ''system-ui'' | ''cursive'' | ''fantasy'' | ''math'' | ''monospace''"
     },
     {
       "name": "<generic-incomplete>",
       "href": "https://drafts.csswg.org/css-fonts-4/#typedef-generic-incomplete",
       "type": "type",
-      "value": "ui-serif | ui-sans-serif | ui-monospace | ui-rounded"
+      "value": "''ui-serif'' | ''ui-sans-serif'' | ''ui-monospace'' | ''ui-rounded''"
     },
     {
       "name": "<font-weight-absolute>",

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-shapes.json packages/css/css-shapes.json
--- webref/node_modules/@webref/css/css-shapes.json
+++ packages/css/css-shapes.json
@@ -164,7 +164,7 @@
       "name": "<shape-box>",
       "href": "https://drafts.csswg.org/css-shapes-1/#typedef-shape-box",
       "type": "type",
-      "value": "<visual-box> | margin-box",
+      "value": "<visual-box> | ''margin-box''",
       "values": [
         {
           "name": "margin-box",

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-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 2 times, most recently from 9130482 to 1c8da9e Compare January 18, 2025 12:49
@github-actions github-actions bot force-pushed the release-css-20250118005915481 branch from 1c8da9e to d660c5d Compare January 18, 2025 18:42
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