[Bug 7503] New: OPAC fails WCAG 2.0 AA testing
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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7503 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2012-02-07 09:05:23 UTC --- A little wish if someone is about to correct this: Can the style be moved into the css file please? At the moment you can't change the width of the element using css because the inline style has highest priority. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7503 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|OPAC fails WCAG 2.0 AA |OPAC fails WCAG 2.0 AA |testing |testing / search input | |field has no label -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7503 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|master |3.16 Assignee|oleonard@myacpl.org |koha-bugs@lists.koha-commun | |ity.org --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- This bug is fixed in master (including comment 1) in the bootstrap theme. I'll leave this here marked as 3.16 in case someone wants to fix it in stable in the prog theme. I don't plan to. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org