Harvard-ATG / CampusResources

This is a web application aimed at making it easier for students to find Harvard specific web resources.
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Improving accessibility #4

Closed jazahn closed 10 years ago

jazahn commented 10 years ago

Closes #3 I simply added a label for the search and threw in an aria-live attribute to the search results.

I checked this with the ATL, and they agree this is more than enough. The other options were to

  1. use aria-live with aria-atomic and aria-label and aria-relevant to just speak the label when it changed
  2. use a hidden div and dynamically update that div's contents with like "results changed, X new results"

1 was hokey, not descriptive enough and 2 was probably overkill..

arthurian commented 10 years ago

@ShannonRice OK to merge this in?

ShannonRice commented 10 years ago

I'll let you know once I've tested it. Probably next week. (since will open it up on Tuesday, lets wait until after that.) Thanks.