Difference between revisions of "ARIA Tabs"

From Level Access Web Labs
Jump to navigation Jump to search
Line 175: Line 175:
 
* [[Acc.dc.api.js]]
 
* [[Acc.dc.api.js]]
 
* [[Aria_tabs_module.min.js]]
 
* [[Aria_tabs_module.min.js]]
 +
* [[ARIA_Tabs_CSS.css]]
  
 
[[Category:ARIA]]
 
[[Category:ARIA]]

Revision as of 19:51, 26 November 2013

ARIA Tabs Demo

The tab controls are keyboard accessible.

Set focus on the tab control.
Press the Arrow keys to move focus between tabs.
Press Home or End to move to the first or last tab.
Press any letter or number to jump to a tab starting with that character or digit.
Press the Spacebar to open (or optionally toggle if configured) the selected tab.
Mouse users can click the desired tab as usual.

Dependencies