Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#26599 closed defect (bug) (fixed)

Search Installed Themes input has orphaned label

Reported by: grahamarmfield Owned by: SergeyBiryukov
Priority: normal Milestone: 3.8.1
Component: Accessibility Version: 3.8
Severity: normal Keywords: has-patch commit fixed-major
Cc: Focuses:

Description

On themes.php, the label for the Search Installed Themes box is present but it is orphaned from the input field as the text field does not have an id attribute for the label to hook up to.

This means that users of some screen readers will not receive a prompt for that field. It will also be harder for voice recognition users to directly access this field.

Attachments (1)

26599.patch (352 bytes ) - added by SergeyBiryukov 13 years ago.

Download all attachments as: .zip

Change History (5)

#1 @SergeyBiryukov
13 years ago

  • Keywords has-patch added
  • Milestone Awaiting Review3.8.1

Related: [26827]

#2 @SergeyBiryukov
13 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 26885:

Add missing id attribute to "Search Installed Themes" input.

fixes #26599 for trunk.

#3 @SergeyBiryukov
13 years ago

  • Keywords commit fixed-major added
  • Resolution fixed
  • Status closedreopened

#4 @nacin
13 years ago

  • Resolutionfixed
  • Status reopenedclosed

In 26936:

Add missing id attribute to "Search Installed Themes" input.

Merges [26885] to the 3.8 branch.

props SergeyBiryukov.
fixes #26599.

Note: See TracTickets for help on using tickets.