Disabled tabs do not currently accept focus when navigating via keyboard and this is confusing for screen-reader users. Eg. assume we have 3 tabs, the second of which is disabled. For a screen reader user using the inbuilt MacOS screen reader it will read: > Tab 1, selected, tab, group, 1 of 3. When they press the right arrow key to the next tab it will read: > Tab 3, selected, tab, group, 3 of 3 It skips over the disabled tab giving no information as to what the skipped tab is or why it was skipped. The [WAI ARIA guidelines](https://www.w3.org/WAI/ARIA/apg/practices/keyboard-interface/#focusabilityofdisabledcontrols) state here: > For the following composite widget elements, keep them focusable when disabled: [...] > * Tab elements in a set of [Tabs](https://www.w3.org/WAI/ARIA/apg/patterns/tabs/)