-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Svelte 5: Some boolean attributes are incorrectly rendered with <svelte:element>
.
#12664
Comments
Giving this the 5.0 milestone because it works in Svelte 4 - likely because since #11371 we get more properties (which fixes other bugs that Svelte 4 has), so we need to enhance that list we have |
Some of those also are kinda different from Also We definitely want the change for |
You're right, those are actually correct, and setting them to the string I also don't quite understand the problem with So in summary, all of those are actually fine? |
|
Describe the bug
Related to #12643 and #12649.
https://github.com/sveltejs/svelte/pull/12649/files#diff-87ec8cbb1aa898b9a6bc0e9dde2e355df357844becd562b80386d0bf4713b57fR344-R345 - there are other HTMLElement properties. Here's a possibly incomplete list:
contenteditable
has more values)Either way, new properties / attributes will be added over time.
Reproduction
Reproduction link
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: