Iframe Negative Tabindex Attribute Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Iframe Negative Tabindex Attribute Check

Description

The “Iframe Negative Tabindex Attribute Check” evaluates whether all <iframe> elements with a tabindex="-1" attribute (which removes it from the tab order) do not contain interactive elements.

Example outcome

I noticed that there are no interactive elements inside <iframe> elements with a negative tabindex attribute.

Impact

Fixes

To address <iframe> elements with an inappropriate negative tabindex attribute:

  1. Locate the <iframe> element with an inappropriate negative tabindex attribute.
  2. Remove the negative tabindex from the element.

Resources