Opened 9 years ago
Closed 9 years ago
#6624 closed enhancement (fixed)
Accessibility: Form elements in bp-members/
Reported by: | mercime | Owned by: | mercime |
---|---|---|---|
Milestone: | 2.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Members | Keywords: | |
Cc: |
Description
Bind labels to form controls: add 'id' attributes to form controls as needed, add 'for' attributes to labels, and improve markup as needed.
Attachments (6)
Change History (24)
#2
@
9 years ago
Members Widget: Link Title - Add new 'id' to the checkbox
field and use the new 'id' value to replace the 'for' value of the label
tag to match.
bp-members-widgets-checkbox-id.patch
#3
@
9 years ago
Members Widget: Max no. members - Replace the 'for' value of the label
element with the 'id' value of the text input
field.
bp-members-widgets-maxnum-match-id-for.patch
#4
@
9 years ago
Members Widget: Selectbox - Add new 'id' attribute to selectbox and use the 'id' value to replace the 'for' value of the label
tag.
bp-members-widgets-select-id-for.patch
#5
@
9 years ago
Who's Online Widget: Replace the 'for' values of the two label
tags with the 'id' values of the respective text input
fields.
bp-members-widgets-whos-online-ids-fors.patch
#6
@
9 years ago
Recently Active Members Widget: Replace the 'for' values of the two label
tags with the 'id' values of the respective text input
fields.
bp-members-widgets-rec-act-ids-fors.php
Members Widget: Title - Add 'for' attribute to the
label
and use the value from the 'id' attribute of thetext input
field.bp-members-widgets-title-match-id-for.patch