What exactly can aria-label
be used on?
I have found documentation that shows it can be used on interactive items (such as <button>
for example), but can it be used on any of the following:
<p>
, <span>
, <li>
or <abbr>
?
I am trying to have particular words and abbreviations within a paragraph, read out as something specific (eg: Aussies read out as "Ozzies" instead of "Ossies" or "NSW" read out as "New South Wales")
Testing in Microsoft Edge, Google Chrome, Mozilla Firefox (all Windows 10) and iPhone Safari (iOS)