Link purpose from context (link-purpose-context)

A link's purpose can be determined from nearby context that is programmatically associated (e.g., a heading, paragraph text, list item text, table cell, ARIA label, etc.)


Empty aria-label on link:

These links use aria-label, but the value is empty. Because aria-label overrides the link’s visible text, the links end up with no programmatic name, making their purpose unclear.


Neighborhood News

Seminole tax hike: Seminole city managers are proposing a 75% increase in property taxes this year. [Read more...]

Note: Possible to automatically test. Automated tools can detect links where aria-label is present but with empty (or whitespace-only), which overrides visible link text and results in no accessible name.

axe detected: none  |  QualWeb detected: none