HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

focus-within

Description

The focus-within pseudo-class for CSS applies to any element for which the :focus pseudo class applies as well as to an element whose descendant in the flat tree (including non-element nodes, such as text nodes) matches the conditions for matching :focus.

Syntax

selector:focus-within
{
    property: value;
}

Examples

1 · CSS

2 · JS