File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,18 @@ name: Iframe with interactive elements is not excluded from tab-order
44rules_format : 1.1
55rule_type : atomic
66description : |
7- This rule checks that `iframe` elements which contain an interactive (tabbable) element are not excluded from sequential focus navigation.
7+ This rule checks that `iframe` elements which contain keyboard focusable elements are not excluded from sequential focus navigation.
88accessibility_requirements :
99 wcag20:2.1.1 : # Keyboard (A)
1010 forConformance : true
1111 failed : not satisfied
1212 passed : further testing needed
1313 inapplicable : further testing needed
14+ wcag20:2.1.3 : # Keyboard (No exceptions) (AAA)
15+ forConformance : true
16+ failed : not satisfied
17+ passed : further testing needed
18+ inapplicable : further testing needed
1419 wcag-technique:G202 : # Ensuring keyboard control for all functionality
1520 forConformance : false
1621 failed : not satisfied
You can’t perform that action at this time.
0 commit comments