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

            Bug ID: 25954
           Summary: Header search forms should be labeled
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: minor
          Priority: P5 - low
         Component: Templates
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

The markup for the header search forms in the staff interface use a <p> tag to
show descriptive text about the form. For instance:

<p class="tip">Enter patron card number or partial name:</p>

In most cases this can be replaced with a label:

<label class="tip" for="findborrower">Enter patron card number or partial
name:</label>

This will improve accessibility and eliminate errors raised by WCAG checks.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to