Closed WilcoFiers closed 1 year ago
I don't think iframes with inert should fail this rule, but I'd like other's opinion about that.
I agree; if the author consciously set the inert attribute to an iframe we should (?) assume that the intent is to prevent users navigating the iframe.
Side note: it's interesting how, setting the inert property to the iframe, it:
setting instead the inert property to the body inside the iframe, it:
Initial discussion in the CG call. To be continued in the next meeting
Update the applicability to exclude inert iframes and create our definition of inert, that includes the inter attribute and content outside a modal
This related to the Iframe Iframe with interactive elements is not excluded from tab-order rule. It indicates that iframes with negative tabindex are a problem, but there's now another way to disable focus on iframe, by using
inert
.I don't think iframes with
inert
should fail this rule, but I'd like other's opinion about that.