[wp-trac] [WordPress Trac] #32254: List Table: avoid adjacent links pointing to the same resource

WordPress Trac noreply at wordpress.org
Tue May 5 08:28:23 UTC 2015


#32254: List Table: avoid adjacent links pointing to the same resource
-------------------------------+-----------------------------
 Reporter:  rianrietveld       |      Owner:
     Type:  defect (bug)       |     Status:  new
 Priority:  normal             |  Milestone:  Awaiting Review
Component:  Administration     |    Version:  4.1
 Severity:  normal             |   Keywords:
  Focuses:  ui, accessibility  |
-------------------------------+-----------------------------
 In the list table of for example wp-admin/edit.php there are two adjacent
 links to edit.
 One for the post title and one in the row-actions.

 [[Image(http://www.rianrietveld.com/wp-content/uploads/2015/05/post-
 edit.png)]]

 In the Media Library (upload.php) there are three adjacent links to edit.
 One for the file/image, one for the file title and one in the row-actions.

 [[Image(http://www.rianrietveld.com/wp-content/uploads/2015/05/media-
 edit.png)]]


 For usability this is confusing and it's generating a lot of extra noise
 for screen reader users.

 Suggestion:
 * remove the edit link in the row-actions in both cases
 * hide the link on the file/image with aria-hidden (we need to test if
 this works on a link)

 Combining the file/image with the file title would be the best
 [http://www.w3.org/TR/WCAG20-TECHS/H2.html], but probably will break a lot
 of plugins.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/32254>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list