From 675a0b068d9bd0ef714b7e2ea74d926c2666c57e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Mon, 3 Sep 2012 08:59:20 -0400 Subject: [PATCH] Tabs: Added keyboard interaction notes. --- entries/tabs.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/entries/tabs.xml b/entries/tabs.xml index efe1951a..43aa0cd1 100644 --- a/entries/tabs.xml +++ b/entries/tabs.xml @@ -6,6 +6,27 @@

Tabs are generally used to break content into multiple sections that can be swapped to save space, much like an accordion.

The content for each tab panel can be defined in-page or can be loaded via Ajax; both are handled automatically based on the href of the anchor associated with the tab. By default tabs are activated on click, but the events can be changed to hover via the event option.

+ +

Keyboard interaction

+ +

When focus is on a tab, the following key commands are available:

+ + +

When focus is in a panel, the following key commands are available:

+ 1.0