https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42229
--- Comment #2 from Owen Leonard <[email protected]> --- Created attachment 196695 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196695&action=edit Bug 42229: Avoid using form labels for static values in opac-memberentry.tt The OPAC personal details page uses <label> elements in some places where no visible form control is present. In these cases, the content is display-only and the label is not associated with an interactive field. Replace those labels with non-form markup for static values while preserving existing labels for actual form controls. Test plan: 1. Log in to the OPAC and go to the "Personal details" page 2. Inspect display-only values such as Username and Expiration date 3. Confirm <label> elements are used for content that is not part of a form control 4. Apply the patch 5. Log in to the OPAC and go to the "Personal details" page 6. Confirm display-only values such as Username and Expiration date no longer use <label> elements 7. Confirm other static display-only values updated by the patch also no longer use <label> elements 8. Confirm actual form controls, such as text inputs and selects, still have proper associated labels 9. Run an accessibility checker and confirm the related label misuse issues are resolved 10. Sign off and have a great day! Signed-off-by: Owen Leonard <[email protected]> -- 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/
