====== Keyboard Navigation and Visible Focus ====== The ability to navigate a site using only the keyboard is important for screen reader users as well as sighted people with mobility impairments. [[https://accessibility.digital.gov/ux/tab-order/|Understanding tab order]] is essential. Keyboard users will navigate every focusable item on the screen, in sequential order, unless skip links and [[accessibility:aria:landmarks|ARIA landmarks]] are provided. Using the tab and arrow keys, users should reach each element on the page in the same order it appears visually. Avoid setting the tabindex attribute to a positive value if you can help it. The browser determines the tabbing order automatically based on the sequence of elements in the markup. Click actions must be available to people using keyboards as well as mice. [[accessibility:links|Use