HTML-Advisor
Mostly practical advices

HTML Validator

HTML Validator is a Mozilla extension that adds HTML validation inside Firefox and Mozilla. The number of errors of a HTML page is seen on the form of an icon in the status bar when browsing. The details of the errors are seen when looking the HTML source of the page.

The extension is based on Tidy and OpenSP. Both algorithms were originally developed by the Web Consortium W3C. And now extended and improved by a lot of persons. Both algorithms are embedded inside Mozilla/Firefox and makes the validation locally on your machine, without sending HTML to a third party server.

  1. HTML Tidy is a helpful program that tries to help people to correct their HTML errors. It finds HTML errors and classifies them in 3 categories:
    • errors: HTML errors that Tidy can’t fix or understand.
    • warnings: HTML errors that Tidy can fix automatically.
    • (optional) accessibility warnings: HTML warnings
      for the 3 priority levels defined in W3C WAI
  2. OpenSP, is SGML parser is a professional algorithm. It is the same program running inside http://validator.w3.org/. And now, you can embed it in Firefox!

There is also an automatic “Clean up” button that will do his best to propose you a cleaned version of your page, without errors.

Tags: , , , , , , ,

Related:

Posted in HTML, Web developer tools, XHTML. 489 views
You can leave a response, or trackback from your own site.

No Comments

Leave a comment

Note for spammers! Don't waste your time - all comments being moderated!