Skip to content

Commit f9eace3

Browse files
Tweak definition of focusable (#2210)
Co-authored-by: Carlos Duarte <[email protected]>
1 parent c5cb1ad commit f9eace3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/glossary/focusable.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ An element is _focusable_ if one or both of the following are true:
1313
- the element is part of [sequential focus navigation][]; or
1414
- the element has a [tabindex value][] that is not null.
1515

16-
**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_.
16+
**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_.
1717

1818
Notes:
1919

0 commit comments

Comments
 (0)