Make WordPress Core

Opened 4 weeks ago

Last modified 3 weeks ago

#61480 new defect (bug)

Comment reply admin notices not announced by screen readers

Reported by: joedolson's profile joedolson Owned by:
Milestone: 6.7 Priority: normal
Severity: normal Version:
Component: Comments Keywords: has-patch
Focuses: accessibility Cc:

Description

The comment reply admin notice does not get announced by screen readers when notice content is injected into the admin notice container. This can either be resolved by role="alert" or wp.a11y.speak().

Attachments (2)

61480.role.diff (473 bytes) - added by joedolson 4 weeks ago.
Patch using role="alert"
61480.speak.diff (386 bytes) - added by joedolson 4 weeks ago.
Patch using wp.a11y.speak

Download all attachments as: .zip

Change History (4)

@joedolson
4 weeks ago

Patch using role="alert"

@joedolson
4 weeks ago

Patch using wp.a11y.speak

#1 @joedolson
4 weeks ago

There's no functional difference between the two patches, just a choice to make.

#2 @khokansardar
3 weeks ago

  • Keywords has-patch added
Note: See TracTickets for help on using tickets.