In Firefox, there's a Extension called “Html Validator”. It adds a little indicator icon at the bottom right corner of your window. When a page you visit isn't valid, it lights up. You can click on it to see the errors. The really important feature of this extension is that it does not make a connection to w3c's validator. The same validating SGML parser used by w3c is bundled. This means, it validate any local html files. (this is most important use for me, as i do web dev with manually coded html files. Each time i preview my html in browser, i can also know whether it has html errors.)

Is there anything similar in Google Chrome, Opera, Safari, or even IE9? As far as i checked in the past years, all other validator i've seen simply send the current url to w3c's validator site.

link|improve this question

78% accept rate
I also need an answer to this question. My work requires that I not volunteer the source code to any system but my own. – Andy May 18 '11 at 12:02
feedback

1 Answer

The HTML Validator by Robert Nyman for Google Chrome has an indicator icon, displays inline results, and validates local files.

link|improve this answer
1  
nice tool. I tried it, but doesn't seems to work. Half of the time it tells me times out? – Xah Lee Apr 12 '11 at 2:16
it might be using the w3C validator behind the scenes. – Mark Cidade Apr 12 '11 at 2:17
feedback

Your Answer

 
or
required, but never shown

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