Opened 5 years ago

Closed 5 years ago

Last modified 4 years ago

#871 closed defect (fixed)

Some markup missing for accessibility

Reported by: MarcoZ Owned by: MarcoZ
Priority: normal Milestone: 1.0
Component: Front-end Version: 0.9.0.1
Severity: normal 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)

bb-871.diff (8.6 KB) - added by MarcoZ 5 years ago.
Updated patch, removes inline styling and uses proper CSS styling instead for hidden labels

Download all attachments as: .zip

Change History (8)

  • Status changed from new to assigned
  • Keywords has-patch added

MarcoZ5 years ago

Updated patch, removes inline styling and uses proper CSS styling instead for hidden labels

  • Milestone set to 1.0-beta & XML-RPC
  • Resolution set to fixed
  • Status changed from assigned to closed

(In [1502]) Form accessibility fixes - Fixes #871 - props MarcoZ

(In [1503]) Form accessibility fixes - See #871 - branches/0.9 - props MarcoZ

  • Milestone 1.0-beta deleted

Milestone 1.0-beta deleted

  • Milestone set to 1.0
Note: See TracTickets for help on using tickets.