You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
An A11y warning "element should have child content" is shown when an element has contenteditable="true" and bind:textContent={someVariable}.
Expected behavior
There should be no warning since the element has content bound. I haven't tested with other parameters to see if the warning goes away.
Severity
Super low, but it helps not to get unneeded warnings in compilation. I'm hoping it's a super easy fix :)
Thanks so much for Svelte! I've been using it in a bunch of projects and I'm really loving it.
The text was updated successfully, but these errors were encountered:
Describe the bug
An A11y warning "element should have child content" is shown when an element has
contenteditable="true"
andbind:textContent={someVariable}
.To Reproduce
View the warning on this repl: https://svelte.dev/repl/26de97d4e85b4f30bd44f8859eacab8a?version=3.23.2
Expected behavior
There should be no warning since the element has content bound. I haven't tested with other parameters to see if the warning goes away.
Severity
Super low, but it helps not to get unneeded warnings in compilation. I'm hoping it's a super easy fix :)
Thanks so much for Svelte! I've been using it in a bunch of projects and I'm really loving it.
The text was updated successfully, but these errors were encountered: