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
in the custom element version of the prototype, when a panel header has focus and the user presses the tab key it advances the focus to the next tab, in the directive version it moves to the panel content (arrow keys move between tabs) - I am pretty sure that the directive version is correct
The text was updated successfully, but these errors were encountered:
Yes, the directive version is correct. The collection of tabs should only represent a single tab stop (with the currently selected tab set to tabindex="0", and the rest to tabindex="-1"). Pressing the tab key whilst focus is on a tab, should result in keyboard focus moving to the tabpanel/panel content.
in the custom element version of the prototype, when a panel header has focus and the user presses the tab key it advances the focus to the next tab, in the directive version it moves to the panel content (arrow keys move between tabs) - I am pretty sure that the directive version is correct
The text was updated successfully, but these errors were encountered: