Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#26599 closed defect (bug) (fixed)

Search Installed Themes input has orphaned label

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

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 11 years ago.

Download all attachments as: .zip

Change History (5)

#1 @SergeyBiryukov
11 years ago

  • Keywords has-patch added
  • Milestone changed from Awaiting Review to 3.8.1

Related: [26827]

#2 @SergeyBiryukov
11 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 26885:

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

fixes #26599 for trunk.

#3 @SergeyBiryukov
11 years ago

  • Keywords commit fixed-major added
  • Resolution fixed deleted
  • Status changed from closed to reopened

#4 @nacin
11 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

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.