Skip to content

Commit

Permalink
Tweak definition of focusable (#2210)
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Duarte <[email protected]>
  • Loading branch information
tombrunet and carlosapaduarte authored Nov 21, 2024
1 parent c5cb1ad commit f9eace3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/glossary/focusable.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit f9eace3

Please sign in to comment.