I got the page I was working on yesterday validated by w3c css, came out no errors, the HTML part is also error free. now the wdg validation was not as good, some characters not allowed errors, or the line must start with a-z A-Z or 0-9. not big deal, fact is I tried to clean up the errors in the css, things like this #header{ and the like by removing the # character, error city.
Any way to my point is there a software that will look at the css and the html, and output a report of things that aren't needed or used?
The kind of elements/attributes that don't really hurt anything but just aren't necessary.
