diff --git a/source b/source index b52c88d8e48..44de7082418 100644 --- a/source +++ b/source @@ -76045,8 +76045,19 @@ partial interface Navigator { system, possibly targeted at one of its active document's descendant navigables.

-

System focus is lost when a browser window loses focus, but might also be lost to - other system widgets in the browser window such as a URL bar.

+

A top-level traversable has user attention + when its system visibility state is "visible", and it either + has system focus or user agent widgets directly related to it can receive keyboard + input channeled from the operating system.

+ + +

User attention is lost when a browser window loses focus, whereas system focus + might also be lost to other system widgets in the browser window such as a location bar.

+ +

A Document d is a fully active descendant of + a top-level traversible with user attention when d is fully active + and d's node navigable's top-level + traversable has user attention.

The term focusable area is used to refer to regions of the interface that can further become the target of such keyboard input. Focusable areas can be elements, parts of elements, or other regions