W3C Markup Validation Service: Difference between revisions
m Replace magic links with templates per local RfC - BRFA |
Tag: extraneous markup |
||
Line 7: | Line 7: | ||
The '''Markup Validation Service''' is a [[validator]] by the [[World Wide Web Consortium]] (W3C) that allows [[Internet]] users to check [[HTML]] and [[XHTML]] documents for [[Well-formed element|well-formed]] markup. Markup validation is an important step towards ensuring the technical quality of web pages. However, it is not a complete measure of [[web standards]] conformance.<ref name="w3.org_about">{{cite web |url=http://validator.w3.org/about.html |title=About the W3C Markup Validation Service |accessdate=2011-05-20 |work=W3C Markup Validation Service |publisher=World Wide Web Consortium }}</ref> Though W3C validation is important for browser compatibility and site usability, it has not been confirmed what effect it has on [[search engine optimization]]. |
The '''Markup Validation Service''' is a [[validator]] by the [[World Wide Web Consortium]] (W3C) that allows [[Internet]] users to check [[HTML]] and [[XHTML]] documents for [[Well-formed element|well-formed]] markup. Markup validation is an important step towards ensuring the technical quality of web pages. However, it is not a complete measure of [[web standards]] conformance.<ref name="w3.org_about">{{cite web |url=http://validator.w3.org/about.html |title=About the W3C Markup Validation Service |accessdate=2011-05-20 |work=W3C Markup Validation Service |publisher=World Wide Web Consortium }}</ref> Though W3C validation is important for browser compatibility and site usability, it has not been confirmed what effect it has on [[search engine optimization]]. |
||
==History== |
=== Heading text =====History== |
||
The Markup Validation Service began as ''The Kinder, Gentler HTML Validator'', a project by Gerald Oskoboiny.<ref name="w3.org_about"/> 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.<ref name="www-html_validator">{{cite mailing list|url=//lists.w3.org/Archives/Public/www-html/1994Jul/0015|title=ANNOUNCE: HaL Interactive HTML Validation Service|date=1994-07-13|accessdate= |
The Markup Validation Service began as ''The Kinder, Gentler HTML Validator'', a project by Gerald Oskoboiny.<ref name="w3.org_about"/> 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.<ref name="www-html_validator">{{cite mailing list|url=//lists.w3.org/Archives/Public/www-html/1994Jul/0015|title=ANNOUNCE: HaL Interactive HTML Validation Service|date=1994-07-13|accessdate=2017-12-28|mailinglist=www-html|last= Connolly|first=Dan}}</ref> |
||
In September 1997, Oskoboiny began working for the W3C, and on December 18, 1997, the W3C announced its ''W3C HTML Validator'' based upon his works.<ref name="oskoboiny_kgv">{{cite web |url=http://impressive.net/people/gerald/1996/ugweb/validate/changes.html |title=History of the Kinder, Gentler HTML Validator |accessdate=2008-06-28 |first=Gerald |last=Oskoboiny |date=2003-03-22}}</ref> In November 2008, the W3C released the validator.nu HTML5 engine and the ability to check documents for conformance to HTML5<ref>{{Cite web|url=https://validator.w3.org/whatsnew.html|title=What's New at The W3C Markup Validation Service|website=validator.w3.org|access-date=2016-05-31}}</ref> |
In September 1997, Oskoboiny began working for the W3C, and on December 18, 1997, the W3C announced its ''W3C HTML Validator'' based upon his works.<ref name="oskoboiny_kgv">{{cite web |url=http://impressive.net/people/gerald/1996/ugweb/validate/changes.html |title=History of the Kinder, Gentler HTML Validator |accessdate=2008-06-28 |first=Gerald |last=Oskoboiny |date=2003-03-22}}</ref> In November 2008, the W3C released the validator.nu HTML5 engine and the ability to check documents for conformance to HTML5<ref>{{Cite web|url=https://validator.w3.org/whatsnew.html|title=What's New at The W3C Markup Validation Service|website=validator.w3.org|access-date=2016-05-31}}</ref> |
Revision as of 03:35, 29 December 2017
The Markup Validation Service is a validator by the World Wide Web Consortium (W3C) that allows Internet users to check HTML and XHTML documents for well-formed markup. Markup validation is an important step towards ensuring the technical quality of web pages. However, it is not a complete measure of web standards conformance.[1] Though W3C validation is important for browser compatibility and site usability, it has not been confirmed what effect it has on search engine optimization.
= Heading text =====History
The Markup Validation Service began as The Kinder, Gentler HTML Validator, a project by Gerald Oskoboiny.[1] 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.[2]
In September 1997, Oskoboiny began working for the W3C, and on December 18, 1997, the W3C announced its W3C HTML Validator based upon his works.[3] In November 2008, the W3C released the validator.nu HTML5 engine and the ability to check documents for conformance to HTML5[4]
W3C also offers validation tools for web technologies other than HTML/XHTML, such as CSS,[5] XML schemas, and MathML.
Browser accommodation
Many major web 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.
Limitations
Mark-up validators cannot see the "big picture" on a web page,[5][6] but they excel at picking up missed closing tags and other technicalities.
DTD-based validators are also limited in their ability to check attribute values according to many specification documents. For example, using an HTML 4.01 DOCTYPE, bgcolor="fffff" is accepted as valid for the "body" element even though the value "fffff" is missing a preceding '#' character and contains only five (instead of six) hexadecimal digits. Also, for the "img" element, width="really wide" is also accepted as valid. DTD-based validators are technically not able to test for these types of attribute value problems.
Pages may not display as intended in all browsers, even in the absence of validation errors and successful display in other browsers. The only way to ensure that pages always display as intended is to test them in all browsers expected to render them correctly.[6]
CSS validation
While the W3C and other HTML and XHTML validators will assess pages coded in those formats, a separate validator like the W3C CSS validator can check that there are no errors in the associated Cascading Style Sheet. CSS validators apply current CSS standards to referenced CSS documents.[6]
See also
- HTML Tidy, an offline markup validation program developed by Dave Raggett of W3C
- CSE HTML Validator, an offline HTML and CSS validator
- World Wide Web Consortium (W3C)
References
- ^ a b "About the W3C Markup Validation Service". W3C Markup Validation Service. World Wide Web Consortium. Retrieved 2011-05-20.
- ^ Connolly, Dan (1994-07-13). "ANNOUNCE: HaL Interactive HTML Validation Service". www-html (Mailing list). Retrieved 2017-12-28.
{{cite mailing list}}
: Unknown parameter|mailinglist=
ignored (|mailing-list=
suggested) (help) - ^ Oskoboiny, Gerald (2003-03-22). "History of the Kinder, Gentler HTML Validator". Retrieved 2008-06-28.
- ^ "What's New at The W3C Markup Validation Service". validator.w3.org. Retrieved 2016-05-31.
- ^ a b "About the CSS Validator". World Wide Web Consortium. Retrieved 2012-06-24.
- ^ a b c Castro, Elisabeth: HTML, XHTML & CSS, Sixth Edition, page 345–346. Visual Quickstart Guides, Peachpit Press, 2007. ISBN 0-321-43084-0
External links
This article's use of external links may not follow Wikipedia's policies or guidelines. (September 2015) |
- CSS Validation Tool
- SonarQube CSS Plugin, a code quality tool that provides a CSS validator as well as CSS good practice checks