How important is W3C XHTML/CSS validation when finalizing work?
Posted
by Andrew G. Johnson
on Stack Overflow
See other posts from Stack Overflow
or by Andrew G. Johnson
Published on 2008-08-11T16:46:28Z
Indexed on
2010/03/19
5:21 UTC
Read the original article
Hit count: 376
Even though I always strive for complete validation these days, I often wonder if it's a waste of time. If the code runs and it looks the same in all browsers (I use browsershots.org to verify) then do I need to take it any further or am I just being overly anal?
What level do you hold your code to when you create it for:
a) yourself b) your clients
P.S. Jeff and company, why doesn't stack overflow validate? :)
EDIT: Some good insights, I think that since I've been so valid-obsessed for so long I program knowing what will cause problems and what won't so I'm in a better position than people who create a site first and then "go back and fix the validation problems"
I think I may post another question on stack overflow; "Do you validate as you go or do you finish and then go back and validate?" as that seems to be where this question is going
© Stack Overflow or respective owner