"Dantman" posted a comment on MediaWiki.r98045.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98045#c27426

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)

Dantman's comment:

OS X having absolutely screwed up keyboard handling probably isn't something we 
can do much about at all. You can't tab through normal links in a normal way so 
it's not really like the issue is specific to this at all.

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

Reply via email to