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

Merged
merged 1 commit into from
May 17, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 16, 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 c7b5ce8.

🧐 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.12.10. Merging this pull request will release v6.12.11. 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-anchor-position.json packages/css/css-anchor-position.json
--- webref/node_modules/@webref/css/css-anchor-position.json
+++ packages/css/css-anchor-position.json
@@ -78,8 +78,8 @@
     {
       "name": "position-anchor",
       "href": "https://drafts.csswg.org/css-anchor-position-1/#propdef-position-anchor",
-      "value": "<anchor-element>",
-      "initial": "implicit",
+      "value": "auto | <anchor-element>",
+      "initial": "auto",
       "appliesTo": "absolutely positioned elements",
       "inherited": "no",
       "percentages": "n/a",
@@ -685,13 +685,6 @@
           "value": "<dashed-ident>"
         },
         {
-          "name": "implicit",
-          "prose": "Selects the implicit anchor element defined for the element, if possible.",
-          "href": "https://drafts.csswg.org/css-anchor-position-1/#valdef-anchor-implicit",
-          "type": "value",
-          "value": "implicit"
-        },
-        {
           "name": "inside",
           "prose": "Resolves to one of the anchor element’s sides, depending on which inset property it’s used in. inside refers to the same side as the inset property (attaching the element to the \"inside\" of the anchor), while outside refers to the opposite.",
           "href": "https://drafts.csswg.org/css-anchor-position-1/#valdef-anchor-inside",
@@ -781,7 +774,7 @@
       "name": "<anchor-element>",
       "href": "https://drafts.csswg.org/css-anchor-position-1/#typedef-anchor-element",
       "type": "type",
-      "value": "<dashed-ident> | implicit"
+      "value": "<dashed-ident>"
     },
     {
       "name": "<anchor-side>",

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/css/css-text-4.json
--- webref/node_modules/@webref/css/css-text-4.json
+++ packages/css/css-text-4.json
@@ -472,7 +472,7 @@
         },
         {
           "name": "balance",
-          "prose": "Line breaks are chosen to balance the remaining (empty) space in each line box, if better balance than auto is possible. This must not change the number of line boxes the block would contain if text-wrap were set to auto. The remaining space to consider is that which remains after placing floats and inline content, but before any adjustments due to text justification. Line boxes are balanced when the standard deviation from the average inline-size of the remaining space in each line box is reduced over the block (including lines that end in a forced break). Groups of lines separated by a forced line break are processed separately. The exact algorithm is UA-defined. UAs may treat this value as auto if there are more than ten lines to balance.",
+          "prose": "Line breaks are chosen to balance the remaining (empty) space in each line box, if better balance than auto is possible. This should avoid changing—​and in the case of 5 or fewer lines must not change—​the number of line boxes the block would contain if text-wrap were set to auto. The remaining space to consider is that which remains after placing floats and inline content, but before any adjustments due to text justification. Line boxes are balanced when the standard deviation from the average inline-size of the remaining space in each line box is reduced over the block (including lines that end in a forced break). Groups of lines separated by a forced line break are processed separately. The exact algorithm is UA-defined. UAs may treat this value as auto if there are more than ten lines to balance.",
           "href": "https://drafts.csswg.org/css-text-4/#valdef-text-wrap-style-balance",
           "type": "value",
           "value": "balance"
@@ -972,7 +972,7 @@
       "appliesTo": "block containers",
       "inherited": "yes",
       "percentages": "n/a",
-      "computedValue": "specified keyword",
+      "computedValue": "keyword as specified, except for match-parent which computes as defined above",
       "canonicalOrder": "n/a",
       "animationType": "discrete",
       "values": [

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-text.json packages/css/css-text.json
--- webref/node_modules/@webref/css/css-text.json
+++ packages/css/css-text.json
@@ -430,7 +430,7 @@
       "appliesTo": "block containers",
       "inherited": "yes",
       "percentages": "n/a",
-      "computedValue": "specified keyword",
+      "computedValue": "keyword as specified, except for match-parent which computes as defined above",
       "canonicalOrder": "n/a",
       "animationType": "discrete",
       "values": [

@github-actions github-actions bot force-pushed the release-css-20240516142611798 branch 2 times, most recently from 766428f to 2f4bf94 Compare May 17, 2024 00:49
@github-actions github-actions bot force-pushed the release-css-20240516142611798 branch from 2f4bf94 to 2470dfd Compare May 17, 2024 06:37
@tidoust tidoust merged commit 8107902 into main May 17, 2024
@tidoust tidoust deleted the release-css-20240516142611798 branch May 17, 2024 09:59
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