http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7503 Bug #: 7503 Summary: OPAC fails WCAG 2.0 AA testing Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: minor Priority: P5 - low Component: OPAC AssignedTo: oleonard@myacpl.org ReportedBy: koha.sekjal@gmail.com QAContact: koha.sekjal@gmail.com
From running a default OPAC through AChecker, looking for WCAG 2.0 AA compliance:
Check 57: input element, type of "text", missing an associated label. Repair: Add a label element that surrounds the control's label. Set the for attribute on the label element to the same value as the id attribute of the control. And/or add a title attribute to the input element. And/or create a label element that contains the input element. Error Line 154, Column 9: <input type="text" id = "transl1" name="q" class="left" style="width: 35%; font-size: 111%;"/> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.