Not sure where to start?
Start with a free analysis of your website's accessibility.
GET STARTEDDigital Accessibility Index: Learn where the world’s leading brands fall short on accessibility.
See ReportWhen users navigate sequentially through content, they encounter information in an order that is consistent with the meaning of the content and can be operated from the keyboard. This reduces confusion by letting users form a consistent mental model of the content.
The way that sequential navigation order is determined in Web content is defined by the technology of the content. For example, simple HTML defines sequential navigation via the notion of tabbing order. Dynamic HTML may modify the navigation sequence using scripting along with the addition of a tabindex
attribute to allow focus to additional elements. If no scripting or tabindex
attributes are used, the navigation order is the order that components appear in the content stream.
2.4.3 Focus Order: If a Web page can be navigated sequentially and the navigation sequences affect meaning or operation, focusable components receive focus in an order that preserves meaning and operability.
tabindex
attribute to create a logical tabbing order throughout the document