Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm talking about these.

alt text alt text alt text

Yeah, I know they are intended to show that the page conforms to the standards and should link to page revalidation service. Ok. But why should I as a regular user bother with this? As a visitor I'm indifferent to whether the page is strict XHTML or not, whether it contains dirty IE hacks or not. It is important that a page renders correctly, is convenient and works fast. That's all! And in reality, in many cases these requirements don't get along with W3C standards smoothly.

So what is the mania to add something targeted toward developers to a product face? Am I missing a point?

share|improve this question
5  
It’s for people who think that validity is an honorable achievement. – Gumbo Mar 10 '10 at 13:24
4  
And strict validation is solely for masochists. – Amarghosh Mar 10 '10 at 13:36
It's equivalent to the "certified ISO-9000 manufacturer" stamps that were all over products a couple of years ago. Do you really care if your toaster manufacturer has well documented processes? I don't and most people don't care if your html and css validate. Besides, if you look closely, most sites that have the "W3C valid" badges don't actually validate. – Emily Mar 10 '10 at 13:58
1  
@Emily: I care if the car I'm driving or the plane I'm traveling on were built in a company that had documented processes. It's a sign of quality. If I visit a government site and it fails miserably on the W3C validator, I'm concerned as I don't know where else they might have cut corners. That being said, on most site they are a waste of bandwidth. – voyager Mar 10 '10 at 14:05
show 2 more comments

closed as not constructive by casperOne Aug 14 '12 at 12:20

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

8 Answers

up vote 4 down vote accepted

It's not a selling point like the "Be Safe With " type tags.

Including the w3c badges are a way to show that you know that there are standards that should be followed for web page construction. It's a way of showing that you want to be courteous to all users no matter the browser and to help promote the idea that browsers should implement, at least, the standards.

It's also a way to educate your readers. Not everyone knows that these standards exist or why they exist. Educating your readers will hopefully empower them to find a browser that fits their browsing expectations and to raise those expectations above "show me some images from 4chan."

Though, at the end of the day, it usually turns out to be another way to put things on a website because you lack the artistic savvy to make things look good without putting 'stickers' all over something.

share|improve this answer

There are plenty of sites with important text that is missed by my browser because I don't use the browser that the author of the page used. If I see one of these badges then I can be confident that all of the page is rendered.

It is important that a page renders correctly, is convenient and works fast. Thats all! And in reality, in many cases these requirements don't get along with W3C standards smoothly.

You don't think these are conflicting ?

I would take the validated page over the "with hacks for every browser" page any day.

share|improve this answer
The conflict is in the reality. Some, even quite recent, browsers fail to follow standards. So if you're developing cutting-edge application, sometimes you have to drop standards to get identical look and behavior on all platforms. – nailxx Mar 10 '10 at 14:39
The reality is that W3C only make recommendations and not standards. All browsers render things slightly differently and if you are determined to make all browsers look the same then you're going to be fighting against browser authors. – koan Mar 15 '10 at 22:53

It matters to no one, including potential employers and other developers and especially not to users. I've seen pages that do NOT validate despite the badges, and valid markup only means the syntax is correct but does not mean it's well designed, laid out, formatted, well thought out, flexible, usable, or of any interest to anyone else. I'll look at the markup to see what the author has done and that is what counts.

share|improve this answer

It's just a way to show your technically competent users that you are technically competent. They have no other reason to be. I try to validate always, but never put them. If I had a blog, I might put them in the about section.

share|improve this answer

It's just bragging rights. Same as any badge/award implementation. Sure, it doesn't really matter to 99% of your visitors, but it might matter to you, the developer.

share|improve this answer
If it doesn't matter to 99% of your visitors you are just wasting your and their bandwidth. If 60% of your visitors would care then it makes more sense, it might even land you a job. But on a general purpose site, they are just dead weight. – voyager Mar 10 '10 at 13:28
@voyager: Your not really wasting your own bandwidth (except for the HTML to display them, which is minimal) as the images are hosted on the W3C site. I agree, they're rather pointless but some developers feel that it's a justifiable reward for going to the extra effort of creating a standards compliant website. – Andy E Mar 10 '10 at 13:45

It´s weird but virtual medals do work. It´s no coincidence that SO has rep and badges.

share|improve this answer

As a visitor I'm indifferent to whether the page is strict XHTML or not, whether it contains dirty IE hacks or not.

Well, if you are using Safari and the site only works with IE because of "dirty IE hacks" then for you, the site is broken and useless. Likewise, if you are an IE user, and the site is full of "dirty Firefox hacks" then the site will be broken for you as well.

share|improve this answer

You do not need the badges. When they are present however, they indicate for you that all modern browsers will render the page [almost] identically.

An example: they give the user a confidence that when he goes back home (at office he is forced to use Mac OS X, but has Windows at home), the page will still display properly for him. Nothing critical, but sometimes really important to know.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.