Opened 11 years ago
Closed 11 years ago
#6624 closed enhancement (fixed)
Accessibility: Form elements in bp-members/
| Reported by: | mercime | Owned by: | mercime |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.4 |
| Component: | Members | Version: | |
| Severity: | normal | 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
@
11 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
@
11 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
@
11 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
@
11 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
@
11 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
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Members Widget: Title - Add 'for' attribute to the
labeland use the value from the 'id' attribute of thetext inputfield.bp-members-widgets-title-match-id-for.patch