Content Filter
-
:contains() Selector
Select all elements that contain the specified text.
-
:empty Selector
Select all elements that have no children (including text nodes).
-
:has() Selector
Selects elements which contain at least one element that matches the specified selector.
-
:parent Selector
Select all elements that are the parent of another element, including text nodes.