cc-archive / open-ledger

Prototype code and examples for work on the Creative Commons "CC Search" project
MIT License
48 stars 23 forks source link

Search results presentation need to be more accessible to screen readers #182

Open lizadaly opened 7 years ago

lizadaly commented 7 years ago

From a user report:

There is a problem with the results displayed from a search using this page.

When tabbing through search results this screen reader user hears only machine relevant link URI data, even though end user titling text is visually presented for each link.

Since the text not being voiced is already on screen, this would be an appropriate place to use the HTML 5 Title Attribute to programatically associate the on screen titling text with the link URI.

Better still, use standard link strategies to hide the machine data--users don't need that!

lizadaly commented 7 years ago

(I would recommend an accessibility audit in general, and can refer the team to an expert consultant.)