Kilotest: Diagnoses of tabindex positive violation by HTML element 951 on Sightline Institute page

Basics

About the Sightline Institute page

About HTML element 951

About the tabindex positive issue

Diagnoses

Here is how tools diagnose the tabindex positive issue for HTML element 951 of the Sightline Institute page.

  1. Positive <code>tabindex="1"</code> should not be used. Outside of very specific corner cases, a tabindex should not be given a positive integer value. Users who use keyboards to interact with the web expect a web document to be navigable in sequential order, starting at the top left (or right depending on language of the document) and going in order from there.

    Tool: ASLint (eSSENTIAL Accessibility)

    Rule: positive_tabindex

  2. Positive <code>tabindex="2"</code> should not be used. Outside of very specific corner cases, a tabindex should not be given a positive integer value. Users who use keyboards to interact with the web expect a web document to be navigable in sequential order, starting at the top left (or right depending on language of the document) and going in order from there.

    Tool: ASLint (eSSENTIAL Accessibility)

    Rule: positive_tabindex

  3. Positive <code>tabindex="3"</code> should not be used. Outside of very specific corner cases, a tabindex should not be given a positive integer value. Users who use keyboards to interact with the web expect a web document to be navigable in sequential order, starting at the top left (or right depending on language of the document) and going in order from there.

    Tool: ASLint (eSSENTIAL Accessibility)

    Rule: positive_tabindex