We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
When spreading an object with a for attribute on a label, Svelte puts a warning a11y_label_has_associated_control
for
a11y_label_has_associated_control
https://svelte.dev/playground/5efcafb51a0043968060da3514f41a74?version=5.19.0
System: OS: Linux 6.6 cpe:/o:nixos:nixos:24.11 24.11 (Vicuna) CPU: (32) x64 AMD Ryzen 9 7950X3D 16-Core Processor Memory: 53.46 GB / 62.01 GB Container: Yes Shell: 3.7.1 - /run/current-system/sw/bin/fish Binaries: Node: 20.18.1 - /run/current-system/sw/bin/node npm: 10.8.2 - /run/current-system/sw/bin/npm pnpm: 9.15.3 - /run/current-system/sw/bin/pnpm
annoyance
The text was updated successfully, but these errors were encountered:
Yeah we should disable any missing attribute warnings when there's a spread
Sorry, something went wrong.
fix: silence a11y attribute warnings when spread attributes present
1bf7365
Fixes #15067
fix: silence a11y attribute warnings when spread attributes present (#…
b8607f8
…15150) Fixes #15067
Thank you!
Successfully merging a pull request may close this issue.
Describe the bug
When spreading an object with a
for
attribute on a label, Svelte puts a warninga11y_label_has_associated_control
Reproduction
https://svelte.dev/playground/5efcafb51a0043968060da3514f41a74?version=5.19.0
Logs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: