From b1c6cc42cc60a83627e31a147d37641612f5fc3a Mon Sep 17 00:00:00 2001 From: Wilco Fiers Date: Tue, 11 Jul 2023 13:35:51 +0200 Subject: [PATCH] scrollable element: clarify the title (#2083) --- _rules/scrollable-element-keyboard-accessible-0ssw9k.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_rules/scrollable-element-keyboard-accessible-0ssw9k.md b/_rules/scrollable-element-keyboard-accessible-0ssw9k.md index a6f4f3d2e3..679f62023e 100755 --- a/_rules/scrollable-element-keyboard-accessible-0ssw9k.md +++ b/_rules/scrollable-element-keyboard-accessible-0ssw9k.md @@ -1,9 +1,9 @@ --- id: 0ssw9k -name: Scrollable element is keyboard accessible +name: Scrollable element is included in the sequential focus navigation rule_type: atomic description: | - This rule checks that scrollable elements can be scrolled by keyboard + This rule checks that scrollable elements can be reached with sequential focus navigation so that they can be scrolled by keyboard accessibility_requirements: wcag20:2.1.1: # Keyboard (A) forConformance: true