https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37604
--- Comment #5 from Aleisha Amohia <[email protected]> --- (In reply to David Nind from comment #3) > However, I don't exactly understand what is changed or why (I didn't notice > any change in behavour) - probably reflecting my lack of accessibility > related knowledge! > Thanks David - I half explained it in the description but could be more clear! Adding an ID to semantically link the label to the checkbox is important for those using screen readers or keyboard navigation to interact reliably with the form. Many users will be able to look at the label and checkbox and see that they are laid out next to each other and assume they are related. However, adding the input "id" to match the label "for" tells machines that they are related. Hope that makes sense! -- 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/
