Selects all direct child elements specified by "child" of elements specified by "parent".
Selects all elements that are descendants of a given ancestor.
Selects all next elements matching "next" that are immediately preceded by a sibling "prev".
Selects all sibling elements that follow after the "prev" element, have the same parent, and match the filtering "siblings" selector.