#871 closed defect (bug) (fixed)
Some markup missing for accessibility
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 1.0 | Priority: | normal |
| Severity: | normal | Version: | 0.9.0.1 |
| Component: | Front-end | Keywords: | accessibility, has-patch |
| Cc: |
Description
There are several instances throughout the bbPress codebase that have form controls which do not have associated labels. There is text to label them visually, but the HTML markup is not explicit, making it difficult for screen readers to associate the correct text with the input field. Examples are in bb-admin/admin-functions.php.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Updated patch, removes inline styling and uses proper CSS styling instead for hidden labels