Opened 9 years ago
Closed 9 years ago
#1473 closed defect (bug) (fixed)
Accessibility issues with WordPress.tv search form
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | WordPress.tv | Keywords: | has-patch commit |
Cc: |
Description
The WordPress.tv search form has two accessibility issues:
1) There's no visible focus, so when a user arrives at the form using a keyboard they can't tell. Add some kind of visible change for users arriving using a keyboard.
2) There's no label or submit button. A missing label makes it harder for screen-reader users to identify the purpose of the form, in particular. Add a label and a submit button to the form using the .screen-reader-text
class and appropriate styles. Ideally, the submit button would also become visible on focus, but this would be more of an enhancement.
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
1473.patch adds a focus outline, a label and submit button: 1473.png .