Opened 10 years ago
Closed 9 years ago
#6616 closed defect (bug) (fixed)
Accessibility: Form elements in bp-activity/
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Activity | Keywords: | |
Cc: |
Description ¶
Bind labels to form inputs because some assistive technologies do not understand implicit relationships between labels and widgets.
Commits (5)
- [10097] Add 'id' attribute to checkbox for User ID metabox.… by @mercime 10 years ago
- [10098] Bind
input
tolabel
and description for Primary link metabox.… by @mercime 10 years ago - [10315] Add 'for' attributes to labels for Activity status.… by @mercime 9 years ago
- [10316] Add
label
for Activity typeselect
field in Activity > Edit pane.… by @mercime 9 years ago - [10317] Add 'for' attribute to
label
for each Activity type used in lists.… by @mercime 9 years ago
Pull Requests
- Loading…
Change History (16)
#3
@
10 years ago
Add 'id' and 'aria-describedby' to input
field to associate element with label
and description.
#10
@
9 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Add some more a11y fixes.
This ticket was mentioned in Slack in #buddypress by djpaul. View the logs.
9 years ago
Note: See
TracTickets for help on using
tickets.
Add 'id' attribute to
input
field with value matchinglabel
'for' value.