Make WordPress Core

Opened 9 years ago

Closed 9 years ago

#34548 closed defect (bug) (fixed)

Edit Media screen missing labels

Reported by: afercia's profile afercia Owned by: afercia's profile afercia
Milestone: 4.4 Priority: normal
Severity: normal Version: 4.3
Component: Administration Keywords: has-screenshots has-patch
Focuses: ui, accessibility Cc:

Description

In the Edit Media screen, the "Description" and "File URL" labels should be properly associated with the respective form elements. About the latter, the label should be correctly associated even if the input field is "readonly". Currently, when focused they're announced by screen readers as "edit multi line" and "edit readonly" without any feedback about their purpose.

https://cldup.com/83cdAQy_AS.png

Attachments (1)

34548.patch (1.1 KB) - added by afercia 9 years ago.

Download all attachments as: .zip

Change History (3)

@afercia
9 years ago

#1 @afercia
9 years ago

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

With the proposed patch applied, the textarea and field input are announced as "Description edit multi line" and "File URL: edit readonly".

#2 @afercia
9 years ago

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

In 35493:

Media: Improve form fields labels association in the Edit Media screen.

Fixes #34548.

Note: See TracTickets for help on using tickets.