Add context to links for screen readers to read the type of media the link goes to. #1010
Labels
♿️ aspect: a11y
Concerns related to the project's accessibility
🛠 goal: fix
Bug fix
🟧 priority: high
Stalls work on the project or its dependents
🧱 stack: frontend
Related to the Nuxt frontend
This issue is derived from the fourth point in this issue by @alexstine #448
Problem
When using a screen reader, there isn't sufficient context about the type of media for a given result. Screen readers will read out "link graphic ", but this doesn't give an indication to the user for what type of media the result is.
Description
Add the media type before the media title to the link title:
{media_type}: {media_title}
.The text was updated successfully, but these errors were encountered: