|
|
|
|
|
by chrismorgan
468 days ago
|
|
<https://www.w3.org/TR/using-aria/#practical-support-aria-lab...>: > • Don't use aria-label or aria-labelledby on any other non-interactive content such as p, legend, li, or ul, because it is ignored. > • Don't use aria-label or aria-labelledby on a span or div unless its given a role. When aria-label or aria-labelledby are on interactive roles (such as a link or button) or an img role, they override the contents of the div or span. Other roles besides Landmarks (discussed above) are ignored. |
|