Page MenuHomePhabricator

Keyboard accessible buttons
Closed, ResolvedPublic

Description

Patch to make the WikiEditor buttons accessible by keyboard

According to paragraph 2.1.1.3 of the accessibility report (http://www.thirdageonline.eu/project-tao-2/software-development/mediawiki-accessibility-enhancements/) the buttons for manipulating the text appearance in WikiEditor have to be accessible by the keyboard using the TAB key.

I propose the attached patch to enhance the accessibility. It declares the buttons as 'a' tags instead of 'span' and also adds an empty 'href' attribute.


Version: unspecified
Severity: normal

Attached:

Details

Reference
bz34847

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 12:14 AM
bzimport set Reference to bz34847.
bzimport added a subscriber: Unknown Object (MLST).

sumanah wrote:

Kai, thanks for the patch! You will get your patch reviewed faster if you use your Developer access

https://www.mediawiki.org/wiki/Developer_access

and submit your change directly into our source control system:

https://www.mediawiki.org/wiki/Git/Workflow

so please do. :-) Thanks.

this has been merged. Closing as fixed