How do you select the td elemennts of a table, without the td\'s of the nested tables ?
I thought of the following selector: table > tbody &g
Honestly, I don't think what you're trying to achieve is possible. What you might do is overwrite any unwanted styles to the nested table cells. So if you apply a red background to a cell, and that cell has nested cells, you need to overwrite the nested cells with the original background color.