Skip to:
Content

BuddyPress.org

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#7017 closed enhancement (fixed)

Accessibility: Add aria attributes for dashicons in Components screen

Reported by: mercime Owned by: mercime
Priority: normal Milestone: 2.6
Component: Core Version:
Severity: normal 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 10 years ago.

Download all attachments as: .zip

Change History (3)

@mercime
10 years ago

#1 @mercime
10 years ago

  • Owner set to mercime
  • Resolutionfixed
  • Status newclosed

In 10708:

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

Fixes #7017.

#2 @DJPaul
10 years ago

  • Component General - UX/UICore
Note: See TracTickets for help on using tickets.