RuleSets of AccessMonitor - the validator of web accessibility practices
The “Inappropriate Iframe Negative Tabindex Attribute Check” evaluates whether any <iframe>
element with a tabindex="-1"
attribute (which removes it from the tab order) contains an interactive element.
I identified 1 <iframe>
element with a negative tabindex
that includes interactive elements.
To address <iframe>
elements with an inappropriate negative tabindex
attribute:
<iframe>
element with an inappropriate negative tabindex
attribute.tabindex
from the element.