What are these pseudo-classes and how does each differ from the other — Today, we will be discussing focusable pseudo-classes supported by modern browsers, but before we dive deeper, it’s worth understanding what focusable and tabbable means in the context of CSS. Focusable Element The element will be focused by the script (element.focus()) and possibly the mouse (or pointer), but not the keyboard.