I am looking for a CSS selector for the following table:
Peter | male | 34 Susanne | female | 12
Is there any selector to match all
Looks like they were thinking about it for the CSS3 spec but it didn't make the cut.
:contains() CSS3 selector http://www.w3.org/TR/css3-selectors/#content-selectors
:contains()