Skip to content

Conversation

7nik
Copy link
Contributor

@7nik 7nik commented Sep 15, 2025

Closes #16750

Before submitting the PR, please make sure you do the following

  • It's really useful if your PR references an issue where it is discussed ahead of time. In many cases, features are absent for a reason. For large changes, please create an RFC: https://github.com/sveltejs/rfcs
  • Prefix your PR title with feat:, fix:, chore:, or docs:.
  • This message body should clearly illustrate what problems it solves.
  • Ideally, include a test that fails without this PR but passes with it.
  • If this PR changes code within packages/svelte/src, add a changeset (npx changeset).

Tests and linting

  • Run the tests with pnpm test and lint the project with pnpm lint

Copy link

changeset-bot bot commented Sep 15, 2025

🦋 Changeset detected

Latest commit: f835a57

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
svelte Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

Playground

pnpm add https://pkg.pr.new/svelte@16773

Copy link
Member

@Rich-Harris Rich-Harris left a comment

Choose a reason for hiding this comment

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

TIL!

@Ocean-OS Ocean-OS merged commit 8b106b9 into main Sep 15, 2025
36 of 38 checks passed
@Ocean-OS Ocean-OS deleted the fix-16750 branch September 15, 2025 17:24
@github-actions github-actions bot mentioned this pull request Sep 15, 2025
@7nik 7nik mentioned this pull request Sep 16, 2025
6 tasks
dummdidumm pushed a commit that referenced this pull request Sep 16, 2025
#16773 added a test with _expected.html to a wrong suit, so it was ignored, and this allowed to slip in a new bug of printing the falsy hidden attribute as hidden (shortened enabled form).
That fix wasn't released yet, so no changeset.
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.

The value of the hidden attribute is incorrect
3 participants