Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- Use efficient CSS selectors


Fotiman - 10:20 pm on Dec 9, 2009 (gmt 0)


Note, that quote was from Google, not from me. :)
Also, it says one tag, which I take to mean as "div" or "span", but not both "div" and "span" (I'm only using div and span as examples... substitute any tags). In other words, they are saying this would be good:


<div class="car">
<div class="make">Ford</div>
...
</div>
<div class="car">
<div class="make">Toyota</div>
...
</div>

But this would not:


<div class="car">...</div>
<span class="car">...</span>

At least, that's how I interpret what they are saying.


Thread source:: http://www.webmasterworld.com/css/4039425.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com