Opened 9 years ago
Closed 9 years ago
#6616 closed defect (bug) (fixed)
Accessibility: Form elements in bp-activity/
Reported by: | mercime | Owned by: | mercime |
---|---|---|---|
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.
Attachments (2)
Change History (16)
#3
@
9 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.