Quote:
Originally Posted by Jellby
Finding all undefined styles is harder/impossible. How could an automated tool know that, for this:
Code:
<div class="poetry">
<p>...</p>
<p>...</p>
</div>
the "div.poetry p" style is missing?
|
True, that would be next to impossible to programmatically determine... but I wasn't really thinking of that level of control. I was only thinking of truly empty/orphaned class names—meaning that given your html example, ".poetry" simply doesn't exist anywhere in the CSS.