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
Subscribe / follow
Sponsors
Authentic Jobs
- Web & Print Designer at Dance of the Deer Foundation (Santa Cruz, CA, Ca, US)
- Senior Front End Developer at Synacor, Inc. (Buffalo, NY, Ne, US)
- Senior Visual Designer at Fidelity Investments (Jersey City, NJ, Ne, US)
- END TO END WEB DEVELOPER FOR THE ENTERTAINMENT INDUSTRY at Analog Creative Inc. (Venice, CA, Ca, US)
DreamHost web hosting
Use the promo code 456BEREASTREET3 to save USD 20 when you sign up for DreamHost


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. :)
Comments are disabled for this post (read why), but if you have spotted an error or have additional info that you think should be in this post, feel free to contact me.