In the TW stylesheets, I see such:
.tc-drop-down .tc-tab-set .tc-tab-buttons button {
}
is that the same notation as the standard css style header notation where commas are use when listing multiple class selectors for the same parameter value such as
.class1, .class2 {
}
or would it be a descendant combinator?