Consider a reusable component/widget that can be used multiple times on a page. It has HTML like this:
<div class='component-banner'>
<div class='component-heading'>
<p>My Widget</p>
</div>
<div class='component-body'>
<p>Blah blah</p>
</div>
</div>
It could have CSS like:
.component-heading p { ... }
.component-body p { ... {
or like:
.component-banner .component-heading p { ... }
.component-banner .component-body p { ... }
So, how should the CSS be written? I'm wondering mainly for readability and maintainability but there may be other factors I haven't thought of.
.edit-suggestion .options a.action.full-diff,#synonyms-table td .dim .item-multiplier... however, most of the selectors have one or two levels. – Šime Vidas Jan 28 '11 at 22:21.uiSideNav .selectedItem .subitem:hover .uiSideNavCountSprited span.countValue... that's one more than limbo:)– Šime Vidas Jan 28 '11 at 22:24