# Accessibility documentation *Document some agreed upon design across all components.* 1. Disabled component should not be focusable by default. Screen reader can get to it in scan/browse mode. We do not want to sacrifice key nav efficiency by making it focusable. User should be able to change this behavior by setting tab-index. See more guidance [here](https://www.w3.org/TR/wai-aria-practices/#kbd_disabled_controls).