diff options
author | ot <ot@localhost> | 2007-02-20 07:35:13 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-02-20 07:35:13 +0000 |
commit | f3ae2e3c53bea78c0a3cfb459bf491c46ee584b7 (patch) | |
tree | 29c47193420c9352251bdbc359100d90fc8ca4b4 /htdocs | |
parent | b447a1464085361c11badd6b70717490aa3e5e69 (diff) | |
download | markup-validator-f3ae2e3c53bea78c0a3cfb459bf491c46ee584b7.zip markup-validator-f3ae2e3c53bea78c0a3cfb459bf491c46ee584b7.tar.gz markup-validator-f3ae2e3c53bea78c0a3cfb459bf491c46ee584b7.tar.bz2 |
Rewording the intro text of the homepage, hopefully putting an end to the
nitpicking in http://www.w3.org/Bugs/Public/show_bug.cgi?id=1399
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/index.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 9e7b475..2fb0202 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.80 2007-02-20 01:56:44 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-02-20 01:56:44 $" +<!--#set var="revision" value="\$Id: index.html,v 1.81 2007-02-20 07:35:13 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-02-20 07:35:13 $" --><!--#set var="title" value="The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -78,7 +78,9 @@ Check the markup (HTML, XHTML) of Web documents </div> <!-- frontforms --> <div class="intro"> <p> - This validator checks markup of Web documents in HTML, XHTML, SMIL, MathML, etc. + This validator checks the + <a href="docs/help.html#validation_basics" title="What is Markup Validation?">Markup Validity</a> + of Web documents in HTML, XHTML, SMIL, MathML, etc. If you wish to validate specific content such as <a href="http://validator.w3.org/feed/">RSS/Atom feeds</a> or <a href="http://jigsaw.w3.org/css-validator/">CSS stylesheets</a> |