Skip to content

Commit cdbb540

Browse files
authored
Add 2.1.3 to iframe focusable rule (#2229)
* Editorial update iframe focusable * Add 2.1.3
1 parent 3017727 commit cdbb540

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

_rules/iframe-with-interactive-content-in-tab-order-akn7bn.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,18 @@ name: Iframe with interactive elements is not excluded from tab-order
44
rules_format: 1.1
55
rule_type: atomic
66
description: |
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.
88
accessibility_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

0 commit comments

Comments
 (0)