Hacker News new | ask | show | jobs
by ramesh31 1322 days ago
>First off, aria-label is intended to only be used on interactive elements, and not non-interactive ones

This ignores aria-role, which allows you to set any element (such as a div) as interactive.

https://accessibilityinsights.io/info-examples/web/aria-role...