Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#37511 closed enhancement (fixed)

Dashboard activity widget: hide the "No activity yet" smiley from assistive technologies

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

Description

When there are no activities yet, the Dashboard Activity Widget displays a smiley icon:

https://cldup.com/MpZXEcKNuz.png

It's a dashicon inside an empty paragraph and some screen readers, depending also on verbosity settings, may announce it as "text element". It's a very minor issue but the fix is trivial, just add an aria-hidden="true" attribute on the paragraph.

Attachments (1)

37511.diff (507 bytes) - added by afercia 8 years ago.

Download all attachments as: .zip

Change History (6)

@afercia
8 years ago

#1 @afercia
8 years ago

  • Keywords has-patch added; needs-patch removed

This ticket was mentioned in Slack in #accessibility by afercia. View the logs.


8 years ago

#4 @afercia
8 years ago

  • Keywords 4.7-early removed
  • Milestone changed from Future Release to 4.7

#5 @afercia
8 years ago

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

In 38448:

Accessibility: Hide the "No activity yet" smiley from assistive technologies.

Fixes #37511.

Note: See TracTickets for help on using tickets.