LP#1301599 TPAC replace aria-label with title
authorBill Erickson <berick@esilibrary.com>
Thu, 10 Apr 2014 20:49:36 +0000 (16:49 -0400)
committerBill Erickson <berick@esilibrary.com>
Fri, 30 May 2014 16:52:58 +0000 (12:52 -0400)
commit07190d9c1823ecf7651c79c253f1d0704297a756
treed97b76ec3b56a6ff1f741ab29c40ce02e7d501ae
parent6571132cf0b0cbedbee6944218802cfde4bed661
LP#1301599 TPAC replace aria-label with title

As appropriate, replace aria-label attributes with traditional HTML
title attributes.

For ref, from the LP entry:

http://www.w3.org/TR/2013/WD-aria-in-html-20131003/#first-rule-of-aria-use

"If you can use a native HTML element [HTML5] or attribute with the
semantics and behaviour you require already built in, instead of
re-purposing an element and adding an ARIA role, state or property to
make it accessible, then do so."

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/templates/opac/myopac/holds.tt2
Open-ILS/src/templates/opac/parts/advanced/search.tt2
Open-ILS/src/templates/opac/parts/coded_value_selector.tt2
Open-ILS/src/templates/opac/parts/myopac/base.tt2
Open-ILS/src/templates/opac/parts/myopac/prefs_base.tt2
Open-ILS/src/templates/opac/parts/org_selector.tt2
Open-ILS/src/templates/opac/parts/qtype_selector.tt2