Not a member? Why not join us or log in? (No more hassle filling in comments, less obtrusive ads and asides.)

Leading By Example

Posted by Ted Goas on April 4th, 2007.

I'm a web designer and developer currently residing in Tempe, Arizona. I am happiest working on the web, building websites that get their point across and do the job. Though, my abilities are certainly not limited to this.

http://www.tedgoas.com

Ted Goas has posted 2 articles.

RSS Feed for fadtastic.net RSS Feed for Ted Goas

Full Profile →

The World Wide Web Consortium Promotes Standards for Web Markup. But Do Its Members Practice What They Preach?

As most within the web community know, the World Wide Web Consortium, or W3C, is “an international consortium where member organizations, a full-time staff, and the public work together to develop Web standards,” quoted from their site. Their mission is to “to lead the World Wide Web to its full potential by developing protocols and guidelines that ensure long-term growth for the Web.”

The W3C has been publishing recommendations for web standards since 1994. While it is not limited to, these recommendations include ones for web markup (including HTML and XHTML). Using valid code in the recommended standard structure ensures interoperability (technical compatibility between systems), functionality, consistency, accessibility, and a host of other benefits.

One would think that W3C member organizations are on the forefront of web standardization efforts and practice what they preach. I’ve come across research by others and conducted my own research to help answer this question.

Do the Websites of W3C Members Adhere to W3C Standards for Markup?

In 2002, Marko Karppinen tested each W3C member site for valid markup. His test found that only 18 of 506 W3C member sites. That’s right, 18.

Four years later, triin.net performed a similar test. The results were better, but not by much. Of 352 W3C member sites capable of being validated, only 63 passed the test.

I am unsure of how these tests were conducted. I assume each website URL was run through W3C’s markup validator. However, neither published their test’s design or methods.

My Methods

The following describes my methodologies on a broad level. On Tuesday, March 27, 2007, I compiled a list of W3C member sites on my computer. This list was fed into a pre-built web bot, which scanned and checked each URL for DOCTYPE declared (if any) and number of validation errors (with this DOCTYPE) in the site’s home page. If no DTD is present, this is noted and the website is validated using HTML 4.01 Transitional (the default behavior of W3C’s online validator). URL’s that could not be accessed by the bot were validated manually. (I’ll watch this thread if anyone has more specific questions.)

Findings

In short, W3C members are bringing their sites up to par with web standards. The percentage of valid W3C member sites is currently as high as it’s ever been and continues to steadily increase.

Of 436 W3C members, 426 sites were successfully scanned. Right off the bat, 106 sites (25%) had no DOCTYPE declaration! Technically, they automatically fail. When W3C’s validator encounters a page like this, it defaults the DOCTYPE to HTML 4.01 Transitional and continues the validation process after making a note of the initial lack of the DOCTYPE declaration. My test followed this behavoir, defaulting these 106 sites to HTML 4.01 Transitional.

Graph of W3C Member Sites Validation Test

The pie graph above shows how 94 W3C member sites (22%) have homepages that validate (all had DOCTYPE declarations). The percentage of valid sites in 2007 is much higher than those in the previous two tests. An additional 24% have between 1 and 10 errors, indicating they are somewhat close. Only 24% have 51 or more errors. So far, this is an improvement over last year.

Scatterplot of W3C Member Sites Validation Test

The scatter plot above spreads out the distribution of members sites. The clumping near the bottom indicates how many sites hover around the ‘0 - 20′ errors mark. Fewer sites appear as the number of errors increases. *There are some stragglers that appear above the upper limit of this graph (between 200 and 1,000 errors), but only a handful.

Trends

These number might not seem that impressive; we’re not even close to having the majority of W3C member sites validate. But let’s take a look at the current scenario in comparison to those in the past.

Trend Line of W3C Member Sites Validation Test

Using data from all three studies, the line plot above shows how the percentage of valid W3C member sites has steadily increased over the past five years. However, it’s still a long way to the top (100% valid), especially at the present rate. * Data for 2003 - 2005 is unknown. Data for these years in the graph above are estimated values.

Limitations

  • A single link, image, block of ad code, etc. can create multiple validation errors.
  • This test only covers the index page of each site. Markup of subpages can differ greatly.
  • This test only covers markup (not CSS or accessibility outside of the markup spec.)
  • Data from 2003 - 2005 is unknown and not considered in this study.

Certainly there are more ways this test can be improved, and I invite reader suggestions.

Conclusions

Web standards are in a transitional phase and are on the rise. Many smaller organizations and agencies have been practicing them for years. Larger W3C member organizations are adopting these standards at a slow, but steady rate.

What will happen to the adoption rate in the coming years? Will it increase? Continue at the same rate? Or plateau long before it nears 100%? It would be interesting to think what these graphs will look like in 2010.

And will sites learn to declare a DOCTYPE???

Make A Comment

( 18 so far )

blockquote and a tags work here.

18 Responses to Leading By Example

Comments RSS Feed

Wow, this is very interesting.Well done for doing this. I always assumed that anyone connected with W3C would be into web standards, but they obviously are not! If the people writing the rules don’t even follow them, how can we ever expect web standards to grow and be universally acceptable?

I suppose it is like politicians who say what we want to hear but don’t practice what they preach. By the time they get power, they are already too corrupted to use it for the good of the people.

Peter
April 4th, 2007
#

Interesting article. You can and should use 100% valid code, as a rule, but we all know that in the heat of the battle, maybe after a myriad of changes to some mundane detail, one takes a shortcut.

And I think that is perfectly okay- as long as you know WHY it doesn’t validate (I.e ‘because of cost-ineffectivity, I decided not to fix that’) and of course as long as you know the proper rules and guidelines the W3C outlines.

C.Kluge
April 4th, 2007
#

Let’s not downplay your first Limitation bullet point… “A single link, image, block of ad code, etc. can create multiple validation errors.”

Web standards advocates need to spend more effort throwing ad giants Google, Yahoo! even DoubleClick under a giant bus.

The necessary changes are not technically difficult.

wayne
April 4th, 2007
#

[…] Fadtastic reports that only 94 (22%) of sites belonging to W3C are valid. […]

An excellent debut post, Ted. Thank you for bringing all of this data together. It’s surprising how many W3C members don’t have valid sites.

I believe one should practice what they preach. In the world of standards compliancy, I also think it’s important to understand why validation is important. Many people (me included) have fallen into the trap of simply validating because that’s what standards enthusiasts do.

Ted, may I ask if you know what were the most common errors within the sites, besides the DOCTYPE declaration?

Andrew Faulkner
April 4th, 2007
#

It is hard to reduce errors when the site has been on some years. It needs people to take out these errors, and a standard compliant authoring strategy to maintain compliance.

Johan
April 4th, 2007
#

[…] article is cross-posted over on fadtastic. Feel free to check it out over there, as fadtastic has more readers and […]

I could not agree more with you Johan, strategies should be in place. It does require people to go in and maintain / upgrade the markup. However, since most specifications for markup have been out for several years (the W3C started in ‘94), one would hope that it would give site owners ample time to bring their site up to speed.

Even so, I personally think a site with only a few errors (say, under 10) is doing a pretty good job with standards.

Unfortunately, the web bot (which did most of the scanning) did not record what actually caused validation errors. I did about 50 manually and found that odd characters (such has ‘&’, ?, etc.) in links threw off the validator. Also, a lot of images declared height, width, and border in the markup (rather than CSS). Forms also threw off the validation process.

I did not have the means to dive deeply into the cause of each validation error. This would make for a very interesting study in itself.

Ted Goas
April 4th, 2007
#

Nice bit of stuff Sherlock! I am shocked at those findings and I think it should be compulsory for those setting standards to sort themselves out before telling others what to do.

Nice post - love the visuals!

Matt Davies
April 5th, 2007
#

This websight needs some more gutter space.

Quakeulf
April 5th, 2007
#

[…] “94 W3C member sites (22%) have homepages that validate” Spread the word! […]

[…] Goas hat ausgewertet, welche W3C-Mitglieder eine fehlerfreie Website haben. Und das sind mit 94 von 436 nicht besonders […]

I think Web Standards are in a transitional stage, right, but I’m surprised with these results… I thought that, at least, W3C members had their sites validated, but I was wrong…

Carlos Eduardo
April 7th, 2007
#

[…] that story I did about websites failing markup validation? I ’surveyed’ the 50,000 most trafficked […]

[…] Marko Karpinnens Studie 2002 waren es gerade mal 4%, in der Saarsoo Studie 2006 schon 17%, in der Fadtastic Studie 2007, die Opera nicht zitiert, immerhin schon 22%. In Operas MAMA Studie fällt der Wert dann wieder ein […]

I have looked at the script.,

Ava
November 27th, 2008
#

Wow!! It’s getting better and better.,

Wenona
November 27th, 2008
#

It is healthy, I shall come on your site more often, thank.,

Jayde
November 27th, 2008
#

↑ Jump up to the comment form

Related In Some Way, Shape Or Form

The above post has obviously kept you amused. Why not discover similar material:

The posts Free Publication SubscriptionsLets go on a journeyFree Publication SubscriptionsShow me your site…Is readability a black and white issue?, are related to this post.

Or why not take time out to find out about the author of the post.