I found this item at e-Consultancy that confirms what Sitemorse have found over several years now. Websites are rarely HTML Standards compliant.
Last week, Opera released the results of a survey conducted using its MAMA (Metadata Analysis and Mining Application) search engine.
The engine, which currently indexes 3.5m web pages, is designed to track "how web pages are structured."
One of the key results from the survey was the fact that only 4.13% of the URLs MAMA indexed were validated using the W3C markup validator and only approximately 50% of websites displaying the W3C validation badges actually passed W3C validation.
Just to reiterate WHY having HTML/XHTML and CSS code that is compliant with standards is important for the following reasons:
- It increases the likelihood that visitors using different browsers are still seeing your website as you intended it to be seen.
- It increases the likelihood that visitors accessing your website using devices other than a PC will be able to access it successfully. Don't forget that a significant number of people access the internet through portable devices, for instance!
- It helps those with disabilities access your website. It will affect your "AA" compliance rating.
- It can assist with SEO.
- I have personally found during the process of developing a website that validation usually results in cleaner code that is less bloated, which can help boost load times.
Most interestingly, Opera found that most of the programs and content management systems often used to develop/publish websites generally fail to produce code that will validate.
According to Opera, web pages created with Microsoft FrontPage validated a paltry 0.55% of the time. Even more highly-regarded programs such as Adobe Dreamweaver didn't fare very well - only 3.44% of its pages passed W3C validation.
The same dynamic was true for popular content management systems - WordPress pages validated only 9% of the time while Joomla pages validated only 6.45% of the time.
The authors of the MAMA study come to the conclusion:
"The most obvious thing to take away from the entirety of the MAMA research is that people are BAD at this 'HTML thing'. Improper tag nesting is rampant, and misspelled or misplaced element and attribute names happen all the time. It is very easy to make silly, casual mistakes--we all make them. Validation of Web pages would expose all these types of simple (and avoidable) errors in moments."
Of course, the authors point out that part of the difficulty in producing W3C compliant markup is that standards are evolving so rapidly and it's hard to keep up. So regular testing is important.
It's easy for most of us to throw in the towel on standards compliance, especially when one notes that MAMA found that most of the Alexa 500 (some of the most popular websites in the world) failed to pass W3C validation.
This might lead us to ask, "Why does it really matter?"
But as internet content is increasingly consumed on other devices, such as mobile phones, valid markup becomes increasingly important to ensure a satisfactory user experience and accessibility across all of these devices.
The MAMA markup validation report makes for an interesting read and it highlights the challenges that on-line businesses, web developers and internet users face as the technologies we employ on (and in the creation of) web pages make standards compliance an even more challenging task.
Here's a quick extract from the report which covers the CMS and Editor providers.
Validation for CMS and editors
Validation rates in MAMA's URLs were compared with the URLs that used the META "Generator" syntax. This allowed for the identification of text and Web page editors, as well as popular content management systems (CMS). First, the good news. Most of the popular identified CMS systems surpass the validation rates of the general URL population, with the exception of Blogger. It had an exceptionally poor showing in MAMA's URL set.
| CMS | Total URLs In MAMA | Quantity Passing Validation | Percentage Passing Validation |
|---|
| Typo | 18,067 | 2,301 | 12.7% |
| WordPress | 16,594 | 1,494 | 9.0% |
| Joomla | 34,852 | 2,248 | 6.5% |
| Blogger | 9,907 | 30 | 0.3% |
Now for the (mostly) bad news. The text and Web page editors that identified themselves via the META element simply embarrassed themselves compared to the general population's validation pass rate...except for a lone shining beacon. Apple's iWeb editor definitively won the day in this category. Approximately 82% of pages reporting this editor passed validation--an astounding result considering the next-closest editor pass rate was Adobe Dreamweaver with only 3.4%! Aside from iWeb, all of the popular Web page editors that MAMA discovered had lower validation pass rates than the overall URL set.
| Editor | Total URLs In MAMA | Quantity Passing Validation | Percentage Passing Validation |
|---|
| Apple iWeb | 2,504 | 2,051 | 81.9% |
| Adobe Dreamweaver | 5,954 | 205 | 3.4% |
| NetObjects Fusion | 26,355 | 802 | 3.0% |
| Adobe GoLive | 41,865 | 1,086 | 2.6% |
| IBM WebSphere | 32,218 | 626 | 1.9% |
| Microsoft MSHTML | 40,030 | 518 | 1.3% |
| Microsoft Visual Studio | 22,936 | 272 | 1.2% |
| Claris Home Page | 6,259 | 48 | 0.8% |
| Adobe PageMill | 15,148 | 100 | 0.7% |
| Microsoft FrontPage | 347,095 | 1,923 | 0.6% |
| Microsoft Word | 24,892 | 154 | 0.6% |
Recent Comments