-selectors-3-20180911/#structural-pseudos>
Check the examples in that page to find what suits the purpose best.
regards
Georg
__
css-discuss [css-d@css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
Li
chosen"]),
... > td:not([class*="chosen"]) {...}
regards
Georg
__
css-discuss [css-d@css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com
with classes. The
"*" is superfluous in cases with only one class that is exact and
complete, like yours, but does not lead to failures here. It may however
cause "head scratching" in some more complex cases.
Check <https://www.w3.org/TR/selectors-3/#selectors> for