HTML validator extension
The HTML validator extension for Mozilla and Firefox validates web pages on the fly. The extension is based on Tidy, works without accessing the W3C validator (or any other server), and displays helpful messages that explain any errors or warnings.
- Previous post: Wishlist for IE7
- Next post: CSS tips and tricks, Part 1
Information, sponsorship, and externals
About the author
Roger Johansson is a Swedish web professional specialising in web standards, accessibility, and usability. More about me and this site.
Latest articles
- Validation statistics from Nikita the Spider Comments off
- An analysis of the sites crawled by the bulk validation tool Nikita the Spider during March 2008.
- Authentic Jobs API and Affiliates program Comments off
- The Authentic Jobs job listing service now has a public API and an affiliate program.
- What does Acid3 mean to you and me? Comments off
- Opera and Apple have announced that their web browsers pass the Acid3 Browser Test, but how will that help web designers and developers?
- Designing Web Navigation (Book review) Comments off
- Learn the fundamentals of navigation design and design better navigation systems for large and small sites as well as for web based applications.
- DOMAssistant bundle for TextMate Comments off
- To save keystrokes and speed up development I have created a DOMAssistant bundle for TextMate.
- First impressions of Internet Explorer 8 Beta 1 Comments off
- My impressions after trying out Internet Explorer 8 Beta 1 for a couple of days.









Comments
I'm not sure if this thing is working properly. My website didn't pass the test but that's possible for I don't know much about html (for as long as I can't "type" a whole webpage) but I know people who do. And their pages don't pass the test as well... Or am I wrong? (which is pretty possible?)
Wannes: Your website doesn't validate. See Here: http://validator.w3.org/check?verbose=1&uri=http%3A//wannes.deloore.be/blog.htm
Have you noticed how the AdSense code is killing our validation? Sigh....
One question, how accurate is Tidy thru the years? Compared to the ol' W3C validator.
Wannes: I think it's working properly.
Simon: Yeah :(
KevinN: I don't think there is any difference in accuracy between Tidy and the W3C validator.
Well, as a I noticed, I don't know much about html. And I found out my website doesn't validate at all: but there are more of them which don't validate... No excuses, I know, but when I ask Tidy to clean it all up, the little plug-in gives more warnings every time I'm asking him... So far so good, 'cause I'm sure that it won't be the main purpose of it all: to clean up my messy pages...
I was under the impression Tidy was originally a "Lint Checker" rather than a true Validator; I assume that is still the case. Since Genuine HTML validators employ SGML parsers to check a document's syntax against a DTD.
Tidy is a linter adn has a lot of advantages. Because SGML or DTD validation has a lot of shortcomings.
Mostly that a DTD does not allow to specify the attributes values. As a result, W3C validator does not check attributes values in HTML tags. This is the main reason why tidy gives more errors than W3C validator.
If you have question about tidy result, there is a mailing list: http://lists.w3.org/Archives/Public/html-tidy/
Also, no additional tests are possible (like accessibility). Tidy implements the 3 levels of accessibility of WAI: http://www.w3.org/WAI/
Thanks Marc, I regularly use both types of tools for the said reason at least it now clears it up. :)
Sorry, comments are closed for this post.