You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pages/glossary/focusable.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ An element is _focusable_ if one or both of the following are true:
13
13
- the element is part of [sequential focus navigation][]; or
14
14
- the element has a [tabindex value][] that is not null.
15
15
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_.
0 commit comments