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] #1395

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 21, 2024

⚠ 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 704a8b2.

🧐 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.17.3. Merging this pull request will release v6.17.4. 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-conditional-5.json packages/css/css-conditional-5.json
--- webref/node_modules/@webref/css/css-conditional-5.json
+++ packages/css/css-conditional-5.json
@@ -293,8 +293,8 @@
           ]
         },
         {
-          "name": "overflowing",
-          "href": "https://drafts.csswg.org/css-conditional-5/#descdef-container-overflowing",
+          "name": "scrollable",
+          "href": "https://drafts.csswg.org/css-conditional-5/#descdef-container-scrollable",
           "for": "@container",
           "value": "none | top | right | bottom | left | block-start | inline-start | block-end | inline-end",
           "type": "discrete",
@@ -302,63 +302,63 @@
             {
               "name": "none",
               "prose": "The scroll container does not have scrollable overflow in any direction.",
-              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-overflowing-none",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-scrollable-none",
               "type": "value",
               "value": "none"
             },
             {
               "name": "top",
               "prose": "The scroll container has scrollable overflow past the top edge.",
-              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-overflowing-top",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-scrollable-top",
               "type": "value",
               "value": "top"
             },
             {
               "name": "right",
               "prose": "The scroll container has scrollable overflow past the right edge.",
-              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-overflowing-right",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-scrollable-right",
               "type": "value",
               "value": "right"
             },
             {
               "name": "bottom",
               "prose": "The scroll container has scrollable overflow past the bottom edge.",
-              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-overflowing-bottom",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-scrollable-bottom",
               "type": "value",
               "value": "bottom"
             },
             {
               "name": "left",
               "prose": "The scroll container has scrollable overflow past the left edge.",
-              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-overflowing-left",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-scrollable-left",
               "type": "value",
               "value": "left"
             },
             {
               "name": "block-start",
               "prose": "The scroll container has scrollable overflow past the block-start edge.",
-              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-overflowing-block-start",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-scrollable-block-start",
               "type": "value",
               "value": "block-start"
             },
             {
               "name": "inline-start",
               "prose": "The scroll container has scrollable overflow past the inline-start edge.",
-              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-overflowing-inline-start",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-scrollable-inline-start",
               "type": "value",
               "value": "inline-start"
             },
             {
               "name": "block-end",
               "prose": "The scroll container has scrollable overflow past the block-end edge.",
-              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-overflowing-block-end",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-scrollable-block-end",
               "type": "value",
               "value": "block-end"
             },
             {
               "name": "inline-end",
               "prose": "The scroll container has scrollable overflow past the inline-end edge.",
-              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-overflowing-inline-end",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-scrollable-inline-end",
               "type": "value",
               "value": "inline-end"
             }

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
@@ -1228,7 +1228,7 @@
           "name": "unicode-range",
           "href": "https://drafts.csswg.org/css-fonts-4/#descdef-font-face-unicode-range",
           "for": "@font-face",
-          "value": "<urange>#",
+          "value": "<unicode-range-token>#",
           "initial": "U+0-10FFFF"
         },
         {

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/mathml-core.json packages/css/mathml-core.json
--- webref/node_modules/@webref/css/mathml-core.json
+++ packages/css/mathml-core.json
@@ -12,14 +12,6 @@
       ]
     },
     {
-      "name": "text-transform",
-      "newValues": "math-auto",
-      "styleDeclaration": [
-        "text-transform",
-        "textTransform"
-      ]
-    },
-    {
       "name": "math-style",
       "href": "https://w3c.github.io/mathml-core/#propdef-math-style",
       "value": "normal | compact",

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/selectors.json packages/css/selectors.json
--- webref/node_modules/@webref/css/selectors.json
+++ packages/css/selectors.json
@@ -73,7 +73,7 @@
     },
     {
       "name": ":target-within",
-      "prose": "The :target-within pseudo-class applies to any element to which the :target pseudo class applies as well as to any element whose descendant in the flat tree (including non-element nodes, such as text nodes) matches the conditions for matching :target.",
+      "prose": "The :target-within pseudo-class applies to any element to which the :target pseudo-class applies as well as to any element whose descendant in the flat tree (including non-element nodes, such as text nodes) matches the conditions for matching :target.",
       "href": "https://drafts.csswg.org/selectors-4/#target-within-pseudo"
     },
     {
@@ -103,7 +103,7 @@
     },
     {
       "name": ":focus-within",
-      "prose": "The :focus-within pseudo-class applies to any element (or pseudo-element) for which the :focus pseudo class applies, as well as to an element (or pseudo-element) whose descendant in the flat tree (including non-element nodes, such as text nodes) matches the conditions for matching :focus.",
+      "prose": "The :focus-within pseudo-class applies to any element (or pseudo-element) for which the :focus pseudo-class applies, as well as to an element (or pseudo-element) whose descendant in the flat tree (including non-element nodes, such as text nodes) matches the conditions for matching :focus.",
       "href": "https://drafts.csswg.org/selectors-4/#focus-within-pseudo"
     },
     {

@github-actions github-actions bot force-pushed the release-css-20241121005852041 branch 24 times, most recently from c8bac85 to 7896727 Compare November 27, 2024 00:59
@github-actions github-actions bot force-pushed the release-css-20241121005852041 branch from 7896727 to 745eb7f Compare November 27, 2024 06:46
@tidoust tidoust merged commit 7020cb9 into main Nov 27, 2024
@tidoust tidoust deleted the release-css-20241121005852041 branch November 27, 2024 08:16
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