Ticket #871 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

Some markup missing for accessibility

Reported by: MarcoZ Assigned to: MarcoZ
Priority: normal Milestone: 1.0-beta & XML-RPC
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

bb-871.diff (8.6 kB) - added by MarcoZ on 04/28/08 10:29:14.
Updated patch, removes inline styling and uses proper CSS styling instead for hidden labels

Change History

04/27/08 07:24:46 changed by MarcoZ

  • status changed from new to assigned.

04/27/08 09:56:19 changed by MarcoZ

  • keywords changed from accessibility to accessibility, has-patch.

04/28/08 10:29:14 changed by MarcoZ

  • attachment bb-871.diff added.

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

04/28/08 10:37:01 changed by sambauers

  • milestone set to 1.0-beta & XML-RPC.

04/28/08 10:46:00 changed by sambauers

  • status changed from assigned to closed.
  • resolution set to fixed.

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

04/28/08 12:14:06 changed by sambauers

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