|
|
|
|
|
by Ensorceled
1320 days ago
|
|
> They're not saying that using area-* cannot be correct, just that it's so often incorrect as to be a smell. But do to accessibility correctly you almost ALWAYS need to use aria-* So it this is just like saying "writing code is a code smell because you'll have bugs" and it turns "code smell" into a useless tautology. |
|
What? No... Screen readers do best with standard elements and you're supposed to avoid aria labels where possible, and only as a last resort.