Opened 10 years ago
Closed 10 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.
Attachments (2)
Change History (16)
#3
@
10 years ago
Add 'id' and 'aria-describedby' to input field to associate element with label and description.
#10
@
10 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.
10 years ago
Note: See
TracTickets for help on using
tickets.
Add 'id' attribute to
inputfield with value matchinglabel'for' value.