Accessible Mootools Widget Demo

TabPanel

This is a classical tabpanel presenting content on different areas, one at a time.



The apple is the pomaceous fruit of the apple tree, species Malus domestica in the rose family (Rosaceae), and is a perennial. It is one of the most widely cultivated tree fruits, and the most widely known of the many members of genus Malus that are used by humans.



How to use the Tabpanel widget

The tablist takes up one tab stop in the tab order. It can be navigated with the following shortcuts:

  • Left Arrow / Up Arrow: Selects the previous tab
  • Right Arrow / Down Arrow: Selects the next tab
  • Home: Selects the first tab
  • End: Selects the last tab
  • Alt+Del: Deletes the current tab

Accessibility Changes made

  • original TabPanel
  • Download accessible TabPanel
  • Added WAI ARIA roles "tabpanel", "tablist", "tab" and WAI ARIA properties "aria-selected", "aria-labelledby" and "aria-hidden"
  • Added keyboard navigation support
  • Added high visual contrast indicator.