-
-
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
fix: ensure muted DOM property works correctly in FF #13751
Conversation
🦋 Changeset detectedLatest commit: cacd1f1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
packages/svelte/src/compiler/phases/3-transform/client/visitors/RegularElement.js
Outdated
Show resolved
Hide resolved
…s/RegularElement.js
I think this isn't the right fix - the problem exists for some other attributes, too (for example |
Good point, change made. |
I'm not aware of any other properties besides |
packages/svelte/src/compiler/phases/3-transform/client/visitors/RegularElement.js
Show resolved
Hide resolved
…s/RegularElement.js Co-authored-by: Simon H <[email protected]>
Fixes 1) of #13700. This makes it work like
autofocus
where we set it as a property after creating the element.