Skip to content

📦 Release @webref/css@7.0.6-alpha #1613

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

Merged
merged 1 commit into from
Jul 16, 2025
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 15, 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 07278bc.

🧐 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 v7.0.5-alpha. Merging this pull request will release v7.0.6-alpha. 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.json packages/css/css.json
--- webref/node_modules/@webref/css/css.json
+++ packages/css/css.json
@@ -8333,7 +8333,7 @@
         "interest-delay",
         "interestDelay"
       ],
-      "syntax": "<'interest-delay-start'>"
+      "syntax": "<'interest-delay-start'>{1,2}"
     },
     {
       "name": "interest-delay-end",
@@ -14472,7 +14472,7 @@
     },
     {
       "name": ":checked",
-      "prose": "Radio and checkbox elements can be toggled by the user. Some menu items are “checked” when the user selects them. When such elements are toggled “on” the :checked pseudo-class applies. For example, [HTML5] defines that checked checkboxes, radio buttons, and selected <option> elements match :checked.",
+      "prose": "When such elements are toggled “on” the :checked pseudo-class applies. For example, [HTML5] defines that checked checkboxes, radio buttons, and selected <option> elements match :checked. Similarly, when such elements are toggled “off”, the :unchecked pseudo-class applies.",
       "href": "https://drafts.csswg.org/selectors-4/#checked-pseudo",
       "syntax": ":checked"
     },
@@ -14645,7 +14645,7 @@
     },
     {
       "name": ":indeterminate",
-      "prose": "The :indeterminate pseudo-class applies to UI elements whose value is in an indeterminate state. For example, radio and checkbox elements can be toggled between checked and unchecked states, but are sometimes in an indeterminate state, neither checked nor unchecked. Similarly a progress meter can be in an indeterminate state when the percent completion is unknown. For example, [HTML5] defines how checkboxes can be made to match :indeterminate.",
+      "prose": "If an element that could match :checked or :unchecked is neither \"on\" nor \"off\", the :indeterminate pseudo-class applies. :indeterminate also matches elements which do not have a notion of being \"checked\", but whose \"value\" is still in an indeterminate state, such as a progress meter whose progress percentage is unknown.",
       "href": "https://drafts.csswg.org/selectors-4/#indeterminate-pseudo",
       "syntax": ":indeterminate"
     },
@@ -14948,10 +14948,10 @@
       "syntax": ":target-current"
     },
     {
-      "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.",
-      "href": "https://drafts.csswg.org/selectors-4/#target-within-pseudo",
-      "syntax": ":target-within"
+      "name": ":unchecked",
+      "prose": "When such elements are toggled “on” the :checked pseudo-class applies. For example, [HTML5] defines that checked checkboxes, radio buttons, and selected <option> elements match :checked. Similarly, when such elements are toggled “off”, the :unchecked pseudo-class applies.",
+      "href": "https://drafts.csswg.org/selectors-4/#unchecked-pseudo",
+      "syntax": ":unchecked"
     },
     {
       "name": ":user-invalid",

@github-actions github-actions bot force-pushed the release-css-20250715010040349 branch 2 times, most recently from 9314ad2 to 7c3f706 Compare July 16, 2025 01:07
@github-actions github-actions bot force-pushed the release-css-20250715010040349 branch from 7c3f706 to 3ace48a Compare July 16, 2025 06:50
@tidoust tidoust merged commit ed42ca9 into main Jul 16, 2025
@tidoust tidoust deleted the release-css-20250715010040349 branch July 16, 2025 07:27
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