Why should I care about CSS/HTML/JS validity, when I'm going to be checking if it works in all browsers, anyway?<p>I never understood the whole "Does it validate!!??!" mantra with HTML. So, what, I can't add my own custom attributes to HTML elements (which makes lots of JS magic possible) because the HTML spec will go berserk over it?<p>IMO, cross browser testing trumps all this validation nonsense (which all browsers have some bug somewhere with, anyway). Enough.