user-focus
Summary
This is for all the high level UX stuff.
Overview table
- Initial value
 all- Applies to
 - visible elements
 - Inherited
 - Yes
 - Media
 - visual
 - Computed value
 - Specified value
 - Animatable
 - No
 
Syntax
user-focus: alluser-focus: noneuser-focus: text
Values
- none
 - None of the descendants of the element can be brought under consideration or focus, neither text nor images.
 - text
 - Only text of the element and its descendants can be focused or brought under consideration…
 - all
 - Default. Every single thing is under focus.