Opened 9 years ago
Closed 9 years ago
#6623 closed enhancement (fixed)
Accessibility: Form elements in bp-groups/
Reported by: | mercime | Owned by: | |
---|---|---|---|
Milestone: | 2.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Groups | 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 (4)
Change History (20)
#2
@
9 years ago
Groups Widget: Link Title - Add 'id' attribute for text input field and use the new 'id' value to replace the 'for' value of the label
tag.
bp-groups-widgets-linktitle-id-for.php
#3
@
9 years ago
Groups Widget: Select element - Replace the 'for' value of the label
with the value of the newly created 'id' attribute of the select
element.
bp-groups-widgets-select-id-for.php
#4
@
9 years ago
Groups Widget: Max no. of groups- Replace the 'for' value of the label with the value of the 'id' attribute of the text
field.
bp-groups-widgets-maxnum-id-for.php
#6
@
9 years ago
@hnla Thanks for checking this out.
"widget-bp_groups_widget-2-max_groups", "widget-bp_groups_widget-3-max_groups", etc.
Groups Widget: Title - change the 'for' value of the
label
tag to match the 'id' value of the text input field.bp-groups-widgets-title-id-for.patch