Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#34548 closed defect (bug) (fixed)

Edit Media screen missing labels

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

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

Download all attachments as: .zip

Change History (3)

@afercia
11 years ago

#1 @afercia
11 years ago

  • Keywords has-patch added
  • Owner set to afercia
  • Status newassigned

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

#2 @afercia
11 years ago

  • Resolutionfixed
  • Status assignedclosed

In 35493:

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

Fixes #34548.

Note: See TracTickets for help on using tickets.