Make WordPress Core

Opened 8 years ago

Closed 8 years ago

Last modified 7 years ago

#35001 closed defect (bug) (fixed)

Remove title attributes: update-core.php

Reported by: cheffheid's profile Cheffheid Owned by: afercia's profile afercia
Milestone: 4.5 Priority: normal
Severity: normal Version: 4.4
Component: Administration Keywords: has-patch, title-attribute
Focuses: accessibility Cc:

Description

On the update screen a single title attribute can be found. It displays the name of the plugin when hovering over the version details link:

http://i.imgur.com/qYmbKZG.png

I feel we should remove the title attribute on the link and work the plugin name into the link text with the screen-reader-text class to ensure context.

Attachments (1)

35001.patch (1.0 KB) - added by Cheffheid 8 years ago.
Added a var with plugin name / screen-reader-text HTML to keep translatable string clean. Also added a translator comment.

Download all attachments as: .zip

Change History (7)

@Cheffheid
8 years ago

Added a var with plugin name / screen-reader-text HTML to keep translatable string clean. Also added a translator comment.

#1 @SergeyBiryukov
8 years ago

  • Milestone changed from Awaiting Review to 4.5

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


8 years ago

#3 @afercia
8 years ago

  • Keywords has-patch added
  • Owner set to afercia
  • Status changed from new to assigned
  • Version changed from trunk to 4.4

#4 @afercia
8 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 35866:

Accessibility: on the Updates screen, remove a redundant title attribute.

Removes the title attribute from the Plugin details link and adds the Plugin name hidden with screen-reader-text within the link text.

Props Cheffheid.
Fixes #35001.

#5 @ocean90
8 years ago

In 37162:

I18N: On the Updates screen simplify plugin's version details link.

Replace the use of a .screen-reader-text element with an aria-label attribute to make the text easier to translate.

Props dimadin, ocean90.
See #35001.
Fixes #36410.

#6 @afercia
7 years ago

  • Keywords title-attribute added
Note: See TracTickets for help on using tickets.