3 | 3 | ARIA 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. |