"Brion VIBBER" changed the status of MediaWiki.r98045 to "fixme"
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98045

Old status:  ok
New status: fixme

Commit summary for MediaWiki.r98045:

Improve the accessibility of our jump-to functionality
- Stop hiding with display: none;, this hides our jump links from modern screen 
readers and users with motor disabilities (ie: nowadays, pratically everyone 
they are intended to help).
- Instead hide with an overflow that will make the links viable <tab> targets. 
This alone is enough to help screen reader users.
- Add in a script that will show the jump-links area on-focus for motor-impared 
users who can still see who have js enabled (this can't be done with css 
unfortunately)

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to