[Koha-bugs] [Bug 25154] New: Accessibility: The 'Search results' page does not use heading markup where content is introduced

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 15 11:31:41 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25154

            Bug ID: 25154
           Summary: Accessibility: The 'Search results' page does not use
                    heading markup where content is introduced
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: OPAC
          Assignee: oleonard at myacpl.org
          Reporter: martin.renvoize at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org
                CC: oleonard at myacpl.org, testopia at bugs.koha-community.org
        Depends on: 25153
            Blocks: 23003

Library Catalogue - OPAC

1/ Perform a search
2/ The resultant page does not use heading mark-up where content is being
introduced. As there are many links present on the page within the filer and
search section, a heading is required to enable screen reader users to
determine where the search results begin. Headings also allow screen reader
users to skip to different sections of content quickly.

Current code:
<p id="numresults">
  <strong>Your search returned 4013 results.</strong>

Solution:
Ensure that a heading is used to introduce the search results, for example:

<h2>Your search returned 4013 results</h2>


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23003
[Bug 23003] Accessibility improvements
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25153
[Bug 25153] Accessibility: 1.3.1 Info and Relationships
-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list