Make WordPress Core

Opened 12 years ago

Closed 11 years ago

Last modified 11 years ago

#31546 closed defect (bug) (fixed)

Press This and admin tag meta-box: use aria-describedby to improve accessibility

Reported by: afercia Owned by: azaozz
Priority: normal Milestone: 4.2
Component: Press This Version: 4.2
Severity: normal Keywords: has-patch
Cc: Focuses: ui, accessibility

Description

The "new tag" input field has a description (in the .howto paragraph) that can be used as target for aria-describedby to improve feedback for screen reader users.

See proposed patch, for both Press This and the admin meta box.
Using "trunk" for version and "Press This" as component though this relates also to the admin.

Attachments (1)

31546.patch (2.4 KB ) - added by afercia 12 years ago.

Download all attachments as: .zip

Change History (6)

@afercia
12 years ago

#1 @afercia
12 years ago

  • Keywords has-patch added

#2 @DrewAPicture
12 years ago

  • Milestone Awaiting Review4.2

#3 @azaozz
11 years ago

  • Owner set to azaozz
  • Resolutionfixed
  • Status newclosed

In 31808:

Press This: add aria-describedby to the new tag field.
Props afercia. Fixes #31546.

#4 follow-up: @azaozz
11 years ago

@afercia: we cannot add the same code to the postbox. There can be more than one tags postboxes on the screen, will have to generate the HTML IDs by using the taxonomy name, etc.

#5 in reply to: ↑ 4 @afercia
11 years ago

Replying to azaozz:

@afercia: we cannot add the same code to the postbox.

@azaozz: got it, thanks very much

Note: See TracTickets for help on using tickets.