Develop example of tabs design pattern where selection does not follow focus #152
Labels
Example Page
Related to a page containing an example implementation of a pattern
Milestone
We have one example implementation
of the
tabs pattern
where selection follows focus. That is, as the user moves focus in the tablist, the selection also moves and the tabpanel content for the selected tab, which is also the focused tab, is automatically displayed.
This issue is to create an example implementation where selection does not follow focus. In this implementation, as the user moves focus in the tab list, the selection will not move and the content of the tab panel will not change. To display the new tabpanel, the user presses enter or space on the focused tab.
It would be useful for the two implementations to be on separate example pages so it is easier to link to them separately from the text of the APG section that describes considerations for deciding whether selection should or should not follow focus.
The text was updated successfully, but these errors were encountered: