-
The
descendant combinator
— typically represented by a single space (" ") character — combines two selectors such that an element matched by the second selector is selected if it has an ancestor (parent, parent's parent, parent's parent's parent, etc.) element matching the first selector -
Selectors that utilize a
descendant combinator
are calleddescendant selectors
-
The
descendant combinator
is technically one or more CSS white space characters