LP#1268636 TPAC initial navigation headers
authorBill Erickson <berick@esilibrary.com>
Wed, 15 Jan 2014 15:44:44 +0000 (10:44 -0500)
committerDan Scott <dscott@laurentian.ca>
Tue, 11 Feb 2014 03:19:29 +0000 (22:19 -0500)
commit53f58eca45833007d19b3c855e3c84c1e8b6725a
tree9bfbf687d6294f71dcb00f8bbf096a3ef2908091
parentab803d0e2d20bb188c67abf4d492893a49d9a5b7
LP#1268636 TPAC initial navigation headers

Added a screen-reader only CSS class ("sr-only") for adding content
which should only be read by screen readers and is otherwise invisible.

Added hidden generic <h1> and page-specific <h2> entries to improve
web accessibility navigation.

Additional content-specific headers (h3 and down) are recommended for
content grouping, but not included in this commit.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
16 files changed:
Open-ILS/src/templates/opac/advanced.tt2
Open-ILS/src/templates/opac/browse.tt2
Open-ILS/src/templates/opac/cnbrowse.tt2
Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/src/templates/opac/home.tt2
Open-ILS/src/templates/opac/login.tt2
Open-ILS/src/templates/opac/mylist.tt2
Open-ILS/src/templates/opac/parts/base.tt2
Open-ILS/src/templates/opac/parts/searchbar.tt2
Open-ILS/src/templates/opac/password_reset.tt2
Open-ILS/src/templates/opac/place_hold.tt2
Open-ILS/src/templates/opac/record.tt2
Open-ILS/src/templates/opac/register.tt2
Open-ILS/src/templates/opac/results.tt2
Open-ILS/src/templates/opac/sms_cn.tt2
Open-ILS/src/templates/opac/temp_warn.tt2