Mostly to give a different POV here... > I was discussing some CSS techniques the other day and someone brought up a > point of a certain "fix" that I use not validating in the CSS validator. I > have never really been overly concerned with validating my stylesheets as > long as the html was good. Is there a certain benefit to validating your CSS > or is it mainly just for purity sake?
I believe there are benefits using wellknown CSS filters (eg _property hack). The validator is a great tool to find out typos and mistakes, but as long as it flags declarations authors put in there for a good reason, I don't see a problem with that. Imho, markup validation and CSS validation are two very different beasts. -- Regards, Thierry | http://www.TJKDesign.com ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
