- From: Joseph Scheuhammer <clown@utoronto.ca>
- Date: Tue, 26 Aug 2008 12:01:12 -0400
- To: Al Gilman <Alfred.S.Gilman@IEEE.org>
- CC: W3C WAI-XTECH <wai-xtech@w3.org>
Al, > Q1: If the focus goes to the tab and not into the associated tabpanel, > how > does the user, from the keyboard, move the focus into the active tabpanel > from the active tab? For what it's worth, dojo's (dijit's) keyboard handling of tabpanel uses TAB to move from the tab into the page itself [1]. Thus, it's analogous to how toolbars work -- TAB to the toolbar/tabs, arrow among the tools/tabs, TAB away from the toolbar/tabs. > Q2: The style guide presently discusses how a user would activate a > 'delete' > operation on a tab ... > Do you have a user-experience feature for how the user would discover that > a given tab can be deleted? Or markup/DOM/API concept? Dojo has a "closable" attribute for tabs, but I suspect it's specific to the internals of the toolkit. I'm wondering if there is an ARIA equivalent property that could be used instead. I'll take a look. [1] http://dojotoolkit.org/book/dojo-book-0-9/part-2-dijit/layout/tab-container. See the section entitled "Accessibility", subsection "Keyboard". -- ;;;;joseph 'This is not war -- this is pest control!' - "Doomsday", Dalek Leader -
Received on Tuesday, 26 August 2008 16:02:10 UTC