Changes between Version 1 and Version 8 of Ticket #34867
- Timestamp:
- 12/15/2015 02:29:29 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34867
-
Property
Status
changed from
newtoclosed - Property Focuses administration removed
- Property Owner set to afercia
-
Property
Version
changed from
trunkto4.4 -
Property
Milestone
changed from
Awaiting Reviewto4.5 - Property Keywords has-patch has-screenshots added
-
Property
Resolution
changed from
tofixed
-
Property
Status
changed from
-
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].1 This ticket is related to issue #26504 and specifically comment [https://core.trac.wordpress.org/ticket/26504#comment:28 #28]. 2 2 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.