Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
I tend to agree, it doesn't make a real difference in reality, and browsers are not slowed down or compromised in any way just because of validation errors (unless they're pointing out real mistakes in your coding).
The main reason I clean up errors like this, is that it makes debugging easier later on, if say, I miss closing a tag, or something thereabouts. Having tons of errors on the page makes it much harder to find mistakes that you need the validation to find for you.
This doesn't mean I support using deprecated tags or attributes, because I generally don't (I do sometimes put target="_blank" on <a> tags).
__________________
I build web things. I work for the startup Please login or register to view this content. Registration is FREE
.
Last edited by wayfarer07; 11-26-2008 at 07:47 AM..
|