I want to use first-child
on the result of concatenating multiple css selectors.
Example: how to select first-child
of the result of the css selectors body .foo, body .bar
? In words: select all elements that has class foo that exists in the body element AND select all elements that has class bar that exists in the body element. Now take the first element in the collection of returned elements.