RuleSets of AccessMonitor - the validator of web accessibility practices
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.
I noticed that there are no interactive elements inside <iframe>
elements with a negative tabindex
attribute.
To address <iframe>
elements with an inappropriate negative tabindex
attribute:
<iframe>
element with an inappropriate negative tabindex
attribute.tabindex
from the element.