-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Add aria-description to a11y linting #7301
Comments
5 tasks
dummdidumm
pushed a commit
that referenced
this issue
Feb 22, 2022
himanshiLt
pushed a commit
to himanshiLt/svelte
that referenced
this issue
Mar 3, 2022
nevilm-lt
pushed a commit
to nevilm-lt/svelte
that referenced
this issue
Mar 14, 2022
This should be included in 3.46.5. |
nevilm-lt
pushed a commit
to nevilm-lt/svelte
that referenced
this issue
Apr 21, 2022
nevilm-lt
pushed a commit
to nevilm-lt/svelte
that referenced
this issue
Apr 21, 2022
nevilm-lt
pushed a commit
to nevilm-lt/svelte
that referenced
this issue
Apr 22, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Currently the use of
aria-description
triggers the 'unknown aria attribute' warning.aria-description
serves the same purpose asaria-describedby
, howeveraria-description
property should only be used when providing a visible description is not the desired user experience.Reproduction
Just use
aria-description
to an HTML element and observe the compiler warning.Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: