From a5472fd5f9a39e2da435d12cf8dc036f595d0f6e Mon Sep 17 00:00:00 2001 From: Tom Brunet Date: Thu, 1 Aug 2024 11:44:00 -0500 Subject: [PATCH] Tweak definition of focusable --- 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: