Skip to:
Content

BuddyPress.org

Opened 9 years ago

Closed 9 years ago

Last modified 8 years ago

#7017 closed enhancement (fixed)

Accessibility: Add aria attributes for dashicons in Components screen

Reported by: mercime's profile mercime Owned by: mercime's profile mercime
Milestone: 2.6 Priority: normal
Severity: normal Version:
Component: Core Keywords:
Cc:

Description

Make dashicons invisible to assistive technologies which can read CSS-generated content using the :before selector.

For example, the dashicon we add before the xProfiles component is \f336. Without aria-hidden="true" in the markup, the screen reader will spell it out character by character, "backslash f 3 3 6". Attaching patch to fix this issue.

Attachments (1)

7017.patch (491 bytes) - added by mercime 9 years ago.

Download all attachments as: .zip

Change History (3)

@mercime
9 years ago

#1 @mercime
9 years ago

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

In 10708:

Accessibility: Add aria-hidden attr for dashicons in Components screen.

Fixes #7017.

#2 @DJPaul
8 years ago

  • Component changed from General - UX/UI to Core
Note: See TracTickets for help on using tickets.