You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes not all tabs can be displayed due to space limitations. Often one sees then an implementation that a menu button is implemented at the right edge, with which a list of further tabs can be shown.
The page https://www.w3.org/TR/wai-aria-practices-1.1/#tabpanel could deal with this case and explain how then the keyboard operation and the ARIA marking has to be done. Is the element reached with arrow keys or at the next tab step? Should it be a button with submenu or a tab with context menu? (see w3c/aria#1630 (comment))
The text was updated successfully, but these errors were encountered:
I have an example of overflow in a Tablist. To see it, go to http://www.chrislane.info/clarity3demo1/ and look for the "Overflow Tabs" example. The keyboard operation skips over the overflow button. It easiest to try it with the arrow keys to see how it works.
Sometimes not all tabs can be displayed due to space limitations. Often one sees then an implementation that a menu button is implemented at the right edge, with which a list of further tabs can be shown.
The page https://www.w3.org/TR/wai-aria-practices-1.1/#tabpanel could deal with this case and explain how then the keyboard operation and the ARIA marking has to be done. Is the element reached with arrow keys or at the next tab step? Should it be a button with submenu or a tab with context menu? (see w3c/aria#1630 (comment))
The text was updated successfully, but these errors were encountered: