Remove explicit tabindex from diff links
authorDerk-Jan Hartman <hartman.wiki@gmail.com>
Tue, 24 May 2016 18:16:07 +0000 (20:16 +0200)
committerDerk-Jan Hartman <hartman.wiki@gmail.com>
Tue, 24 May 2016 22:46:54 +0000 (00:46 +0200)
commit17221b41cb4b6b18082d6c6751483036a6975dfe
treebe66777c4dd6a31deb6c3bd02f8b298a887be7b0
parentaff17edd95620bff595dfa88013b422b38b1db2a
Remove explicit tabindex from diff links

These were added to Special:RecentChanges in 2004, but it doesn't
match what we do in any of the other lists. For accessibility
purposes, in flow indexing is preferred these days, or alternatively
a JS controlled roving tabindex, but this was neither.

Bug: T116127
Change-Id: Id455fafe4bdea40fb5988bdec14eed672844c8e3
includes/changes/ChangesList.php
includes/changes/RCCacheEntryFactory.php
tests/phpunit/includes/changes/OldChangesListTest.php