https://bugzilla.wikimedia.org/show_bug.cgi?id=41696
--- Comment #2 from Derk-Jan Hartman <[email protected]> 2012-11-02 23:25:26 UTC --- Actually the latest reports actually advise against the usage of tabindex, since it breaks inline navigation of the content being read. (When tabbing using tabindex, a person will miss the context of the text that is surrounding the element). So interactable elements should be buttons or <a> targets, or define explicit role's using WAI-ARIA / WCAG 2.0 (as jquery ui does for instance). A user making use of keyboard or assistive navigation will not be able to interact with a <div> and a title. to trigger the 'onclick' event of that div. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
