Page MenuHomePhabricator

Remove "last" tabindex from history page
Closed, ResolvedPublic

Description

Author: zigger

Description:
On history pages, only the "last" links have an explicit tabindex, seen on 1.4.5
and 1.5alpha2.
Removing this would allow tabbing to navigate across the rows more naturally.
This would also ease the work-around for bug 2038.

These were added in PageHistory.php v1.17. I can guess that it was to speed up
navigating to "last" links, but there are a number of reasons to use a keyboard
interface without needing that optimisation.

Also, some line-feeds in the PageHistory.php output, at least after each </li>,
would reduce the size of the HTML line from 30,000+ characters.


Version: unspecified
Severity: normal
URL: http://en.wikipedia.org/w/index.php?title=Main_Page&action=history

Details

Reference
bz2323

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 8:30 PM
bzimport set Reference to bz2323.
bzimport added a subscriber: Unknown Object (MLST).