The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,860 other subscribers

The W3C Markup Validation Service

Posted by jpluimers on 2024/04/03

A while ago I needed to validate some HTML on-line and found the W3C Markup Validation Service.

There are two versions of it that can take different parameters, so below are some permutations of the URLs.

But first why there are two versions, which is explained in W3C Markup Validation Service – Wikipedia

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 markup against a document type definition. 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. 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.

The main validator is closed source, but the “Nu” checker (which probably means “New”, not “Now” like it would mean in Dutch) is open source and written mostly in Java (plus some Python and JavaScript).

Via [Wayback/Archive] site:https://validator.w3.org – Google Search.

–jeroen

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.