]> git.evergreen-ils.org Git - Evergreen.git/commit
TPAC: Address severe accessibility issues
authorDan Scott <dscott@laurentian.ca>
Thu, 14 Mar 2013 21:52:09 +0000 (17:52 -0400)
committerMike Rylander <mrylander@gmail.com>
Fri, 15 Mar 2013 16:10:34 +0000 (12:10 -0400)
commitaaf2d7f5f4ecd7dd36d5aee5ced23de78712ff62
tree440b1541579660e40f38626f0f640648a3037bfc
parenta37cbf27389e5ba9b6b25e0937b18e0cc178a216
TPAC: Address severe accessibility issues

Using the Chrome Accessibility Dev Tools extension to run accessibility
audits against the TPAC turned up some "severe" issues, such as input
widgets lacking labels. In most cases the text for the labels was
present, but it needed to be associated with a <label> element. In some
other cases, it was easier to use the aria-label attribute to give the
widget an accessible label. Finally, we can use the placeholder
attribute where warranted as an accessible label.

These changes address the first set of accessibility issues I came
across via the audits and could address quickly.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/templates/opac/myopac/holds.tt2
Open-ILS/src/templates/opac/myopac/prefs_notify.tt2
Open-ILS/src/templates/opac/myopac/prefs_settings.tt2
Open-ILS/src/templates/opac/parts/advanced/expert.tt2
Open-ILS/src/templates/opac/parts/advanced/numeric.tt2
Open-ILS/src/templates/opac/parts/coded_value_selector.tt2
Open-ILS/src/templates/opac/parts/org_selector.tt2
Open-ILS/src/templates/opac/parts/place_hold.tt2
Open-ILS/src/templates/opac/parts/qtype_selector.tt2
Open-ILS/src/templates/opac/parts/searchbar.tt2