From f9eace375b0d522108b1040de2c04c9610b979be Mon Sep 17 00:00:00 2001 From: Tom Brunet Date: Thu, 21 Nov 2024 08:25:45 -0600 Subject: [PATCH] Tweak definition of focusable (#2210) Co-authored-by: Carlos Duarte --- pages/glossary/focusable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/glossary/focusable.md b/pages/glossary/focusable.md index f25ab9ae771..902f39b4d4e 100755 --- a/pages/glossary/focusable.md +++ b/pages/glossary/focusable.md @@ -13,7 +13,7 @@ An element is _focusable_ if one or both of the following are true: - the element is part of [sequential focus navigation][]; or - the element has a [tabindex value][] that is not null. -**Exception**: Elements that lose focus during a period of up to 1 second after gaining focus, without the user interacting with the page the element is on, are not considered _focusable_. +**Exception**: Elements that lose focus and do not regain focus during a period of up to 1 second after gaining focus, without the user interacting with the page the element is on, are not considered _focusable_. Notes: