Make WordPress Core

Changes between Version 1 and Version 8 of Ticket #34867


Ignore:
Timestamp:
12/15/2015 02:29:29 PM (8 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34867

    • Property Status changed from new to closed
    • Property Focuses administration removed
    • Property Owner set to afercia
    • Property Version changed from trunk to 4.4
    • Property Milestone changed from Awaiting Review to 4.5
    • Property Keywords has-patch has-screenshots added
    • Property Resolution changed from to fixed
  • Ticket #34867 – Description

    v1 v8  
    1 This ticket is related to issue [https://core.trac.wordpress.org/ticket/26504 #26504] and specifically comment [https://core.trac.wordpress.org/ticket/26504#comment:28 #28].
     1This ticket is related to issue #26504 and specifically comment [https://core.trac.wordpress.org/ticket/26504#comment:28 #28].
    22
    33ARIA role of "button" should be added to edit linked when javascript is enabled. This will assist those visitors using screen readers because the number of elements reported as links will be significantly fewer. For example, on the Categories page in the .row-actions links div, each of these links are actually buttons if javascript is enabled, however they are currently being reported as links. This is correct when javascript is disabled because they are actually refreshing the page, but if javascript is enabled the action taken by these links is an AJAX call which does not link to any outside page.