W3C Markup Validation Service
The Markup Validation Service by the World Wide Web Consortium (W3C) allows Internet users to check HTML documents for conformance to HTML or XHTML standards. It also provides a quick method for web page authors to check their posted pages for mark-up errors.[1]
History
The Markup Validation Service began as The Kinder, Gentler HTML Validator, a project by Gerald Oskoboiny.[2] It was developed to be a more intuitive version of the first online HTML validator written by Dan Connolly and Mark Gaither, which was announced on July 13, 1994.[3]
In September 1997, Oskoboiny began working for the W3C, and on December 18, 1997, the W3C announced its W3C HTML Validator based upon his work.[4]
Method of operation
HTML validators operate by comparing the mark-up on a web page to the W3C standards. The standards vary depending upon the declared version and so the validator will start by reading the DOCTYPE declaration to see which set of standards to apply.[1]
Once the validator has read the page and determined the applicable standards it looks for such things as missing opening or closing tags, missing quotation marks and other hand-coding errors.[1]
The validator then provides a report indicating that the coding is correct or not. Errors are noted in a list. One error, such as neglecting to close a tag, can cause a cascade of errors through the page, producing dozens or even hundreds of noted errors. However when the page author addresses the first error listed it will also eliminate the "cascade errors".[1]
Browser accommodation
Many major browsers are often tolerant of certain types of error, and may display a document successfully even if it is not syntactically correct. Certain other XML documents can also be validated if they refer to an internal or external DTD.
W3C also offers validation tools for web technologies other than HTML/XHTML, such as MathML or CSS.
Validator criticism
All mark-up validators suffer from an inability to see the "big picture" on a web page.[1] However they excel at picking up missed closing tags and other technicalities. This does not mean that the page will display as the author intended in all browsers. Even if validated, all web pages should be tested in as many different browsers as possible to ensure that the limitations of the validator are compensated for and that the page works correctly.[1]
CSS validation
While the W3C and other HTML and XHTML validators will assess pages coded in those formats, a separate validator is needed to confirm that there are no errors in the associated Cascading Style Sheet. CSS validators work in a similar manner to HTML and XHTML validators in that they apply current CSS standards to referenced CSS documents.[1]
List of markup validation for common websites
Website | Pass? | Number of errors | Date validated |
---|---|---|---|
(Google Homepage) | No | 68, 8 warnings | 18 February 2009 |
(Yahoo! Homepage) | No | 34, 8 warnings | 29 March 2009 |
(MSN homepage) | Yes | 0 | 4 January 2009 |
(AOL homepage) | No | 838 | 4 January 2009 |
(Amazon.com) | No | 1857 | 4 January 2009 |
(Amazon.co.uk) | No | 2002 | 4 January 2009 |
(Apple homepage) | No | 1 | 4 January 2009 |
(YouTube) | No | 108, 22 warnings | 30 March 2009 |
(Facebook Homepage) | No | 38, 6 warnings | 29 March 2009 |
(MySpace Homepage) | No | 61, 22 warnings | 29 march 2009 |
(Wikipedia Main Page (English)) | Yes | 0 | 4 January 2009 |
(Google.co.uk) | No | 60 | 4 January 2009 |
(Ask.com) | No | 77 | 4 January 2009 |
(Internet Explorer Web Browser homepage) | No | 130 | 4 January 2009 |
(Firefox Web Browser homepage) | Yes | 0 | 4 January 2009 |
(Opera Web Browser homepage) | Yes | 0 | 4 January 2009 |
(Safari Web Browser homepage) | No | 14 | 4 January 2009 |
(Google Chrome Browser homepage) | No | 19 | 4 January 2009 |
See also
- HTML Tidy, an offline markup validation program developed by Dave Raggett of W3C
References
- ^ a b c d e f g Castro, Elisabeth: HTML, XHTML & CSS, Sixth Edition, page 345-346. Visual Quickstart Guides, Peachpit Press, 2007. ISBN 0-321-43084-0
- ^ "About the W3C Markup Validation Service". W3C Markup Validation Service. World Wide Web Consortium. Retrieved 2008-06-28.
- ^ Connolly, Dan (1994-07-13). "ANNOUNCE: HaL Interactive HTML Validation Service". www-html (Mailing list). Retrieved 2008-06-28.
{{cite mailing list}}
: Check date values in:|date=
(help); Unknown parameter|mailinglist=
ignored (|mailing-list=
suggested) (help) - ^ Oskoboiny, Gerald (2003-03-22). "History of the Kinder, Gentler HTML Validator". Retrieved 2008-06-28.