I am looking for a CSS selector for the following table:
Peter | male | 34 Susanne | female | 12
Is there any selector to match all
I'm afraid this is not possible, because the content is no attribute nor is it accessible via a pseudo class. The full list of CSS3 selectors can be found in the CSS3 specification.