Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
W3C Markup Validation Service
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{short description|Validator service by the World Wide Web Consortium}} {{multiple image | direction = vertical | width = 40% |image1=Valid XHTML 1.0.svg |image2=Valid CSS.svg |caption2=Tag certifying that a website has been checked for well-formed XHTML (above) and CSS (below) markup}} The '''Markup Validation Service''' is a [[validator]] by the World Wide Web Consortium (W3C) that allows [[Internet]] users to check pre-HTML5 [[HTML]] and [[XHTML]] documents for [[Well-formed element|well-formed]] markup against a [[document type definition]] (DTD). 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 |access-date=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]]. As [[HTML5]] has removed the use of DTD in favor of a "Living Standard", the traditional Markup Validation Service is not applicable to these formats. Validation is instead performed using an open-source "Nu Validator", an instance of which is provided by W3C.<ref>{{cite web |title=Ready to check - Nu Html Checker |url=https://validator.w3.org/nu/ |website=validator.w3.org}}</ref> ==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|access-date=2008-06-28|mailing-list=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 |access-date=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> W3C also offers validation tools for web technologies other than HTML/XHTML, such as [[CSS]], [[XML Schema (W3C)|XML schemas]], and [[MathML]].<ref name="W3C_CSS" /> ==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 [[Document Type Definition|DTD]]. ==Limitations== Mark-up validators cannot see the "big picture" on a web page,{{clarify|date=September 2021}} but they excel at picking up missed closing tags and other technicalities.<ref name="W3C_CSS">{{cite web | title = About the CSS Validator | access-date=2012-06-24 | publisher=World Wide Web Consortium | url = http://jigsaw.w3.org/css-validator/about.html }}</ref><ref name="Castro">Castro, Elisabeth: ''HTML, XHTML & CSS, Sixth Edition'', page 345β346. Visual Quickstart Guides, Peachpit Press, 2007. {{ISBN|0-321-43084-0}}</ref> 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, <code>bgcolor="fffff"</code> 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.<ref name="Castro"/> ==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.<ref name="Castro"/> ==See also== * [[HTML Tidy]], an offline markup validation program developed by [[Dave Raggett]] of [[W3C]] * [[CSS HTML Validator]], offline [[HTML]] and [[CSS]] validator desktop software * [[World Wide Web Consortium]] (W3C) ==References== {{reflist}} ==External links== {{Commons category|W3C validation}} *[https://validator.w3.org/ The W3C Markup Validation Service] *[https://jigsaw.w3.org/css-validator/ The W3C CSS Validation Service] {{W3C Standards}} [[Category:Web design]] [[Category:World Wide Web Consortium]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Cite mailing list
(
edit
)
Template:Cite web
(
edit
)
Template:Clarify
(
edit
)
Template:Commons category
(
edit
)
Template:ISBN
(
edit
)
Template:Multiple image
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)
Template:W3C Standards
(
edit
)