diff options
author | link <link@localhost> | 2001-07-25 08:05:54 +0000 |
---|---|---|
committer | link <link@localhost> | 2001-07-25 08:05:54 +0000 |
commit | aa9a2c29e903f8b524400d48259c25148b6227c0 (patch) | |
tree | e81b31046a658e02a95e2e5fae98614e3741606e | |
parent | ae1d4de19bdc8b6dbe58723f4a75d97b6da22ac2 (diff) | |
download | markup-validator-aa9a2c29e903f8b524400d48259c25148b6227c0.zip markup-validator-aa9a2c29e903f8b524400d48259c25148b6227c0.tar.gz markup-validator-aa9a2c29e903f8b524400d48259c25148b6227c0.tar.bz2 |
Update about.html to XHTML 1.0 Strict. Tweak Stylesheet as needed.
-rwxr-xr-x | htdocs/about.html | 213 | ||||
-rw-r--r-- | htdocs/base.css | 5 |
2 files changed, 98 insertions, 120 deletions
diff --git a/htdocs/about.html b/htdocs/about.html index 2582c63..e30921a 100755 --- a/htdocs/about.html +++ b/htdocs/about.html @@ -1,122 +1,97 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> - -<head> -<title>About the W3C HTML Validation Service</title> -<meta name="revision" - content="$Id: about.html,v 1.6 2000-10-21 11:04:50 gerald Exp $" /> -</head> - -<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> - -<p> - <a href="http://www.w3.org/"><img - src="http://www.w3.org/Icons/WWW/w3c_home" height="48" border="0" - alt="W3C" /></a> -</p> - - <h2>About the W3C HTML Validation Service</h2> - - <p> - <a href="./">This service</a> checks HTML documents for - conformance to W3C HTML and XHTML Recommendations and other - HTML standards. Related resources include: - </p> - - <ul> - <li><a href="/source/">Information on the source code availability</a></li> - <li><a href="todo.html">The to-do list for the service</a></li> - <li><a href="sgml-lib/catalog">DTDs (document types) supported by this - service</a> (the SGML catalog)</li> - <li><a href="http://lists.w3.org/Archives/Public/www-validator/">The - www-validator mailing list</a></li> - <li><a href="feedback.html">How to provide feedback on this service</a></li> - <!-- - <li>@@ conneg'd icons - --> - </ul> - - <h2><a name="others">Other resources</a></h2> - - <ul> - <li><a href="http://www.w3.org/MarkUp/">W3C's HTML home page</a></li> - <li><a href="http://www.w3.org/TR/html401/">The W3C HTML 4.01 - Recommendation</a></li> - <li><a href="http://www.w3.org/TR/xhtml1/">The W3C XHTML 1.0 - Recommendation</a></li> - <li>The <a - href="http://www.htmlhelp.org/tools/validator/">WDG HTML - validator</a> is another excellent online validation - service</li> - <li><a href="http://arealvalidator.com/">A Real Validator</a> - is a shareware HTML syntax checker for Windows systems, - from the author of the WDG validator</li> - <li>Clean up your HTML using <a - href="http://www.w3.org/People/Raggett/tidy/">HTML tidy</a></li> - <!-- - <li>@@ bookmarklets</li> - --> - </ul> - -<h2><a name="credits">Credits</a></h2> - - <p> - This service uses: - </p> - - <ul> - - <li> - <a href="http://www.jclark.com/">James Clark</a>'s excellent <a - href="http://www.jclark.com/sp/">SGML parser</a>, - </li> - - <li> - The <a href="http://www.linpro.no/lwp/">libwww-perl library</a> - by Gisle Aas and Martijn Koster for retrieving documents. - </li> - - <!-- - <li> - <a href="http://www.weblint.org/~neilb/">Neil Bowers</a>' HTML - style checker, <a - href="http://www.weblint.org/">Weblint</a>. - </li> - - <li> - SGML error explanations written by Scott Bigham. - </li> - --> - - <li> - Patches and ideas from <a - href="http://newsreaders.com/%7Elink/">Terje Bless</a>, <a - href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a>, and - others. - </li> - - </ul> - -<p> - The <a - href="http://lists.w3.org/Archives/Public/www-html/1994Jul/0015">first - online HTML validation service</a> was created by <a - href="http://www.w3.org/People/Connolly/">Dan Connolly</a> and <a - href="http://www.gaither.com/mark/">Mark Gaither</a>. -</p> - -<hr /> - -<address> - <a href="http://validator.w3.org/check/referer"><img - src="http://validator.w3.org/images/vxhtml10" height="31" width="88" - align="right" border="0" alt="Valid XHTML 1.0!" /></a> - <a href="/feedback.html">Gerald Oskoboiny</a><br /> - $Date: 2000-10-21 11:04:50 $ -</address> - -</body> - + <head> + <title>About the W3C HTML Validation Service</title> + <meta name="revision" + content="$Id: about.html,v 1.7 2001-07-25 08:05:53 link Exp $" /> + <link rel="stylesheet" type="text/css" href="base.css" /> + </head> + <body> + <h1><a href="http://www.w3.org/"><img + id="logo" src="http://www.w3.org/Icons/WWW/w3c_home" height="48" + alt="W3C" /></a> HTML Validation Service: About</h1> + + <div> + <h2>About the W3C HTML Validation Service</h2> + <p> + <a href="/">This service</a> checks HTML documents for + conformance to W3C HTML and XHTML Recommendations and other + HTML standards. Related resources include: + </p> + + <ul> + <li><a href="/source/">Source code availability</a>.</li> + <li><a href="todo.html">The to-do list for the service</a>.</li> + <li><a href="sgml-lib/catalog">DTDs (document types) supported by this + service</a> (the SGML catalog).</li> + <li><a href="http://lists.w3.org/Archives/Public/www-validator/">The + www-validator mailing list</a>.</li> + <li><a href="feedback.html">How to provide feedback</a>.</li> + <!-- <li>@@ conneg'd icons --> + </ul> + </div> + + <div> + <h2><a name="others">Other resources</a></h2> + <ul> + <li><a href="http://www.w3.org/MarkUp/">W3C's HTML home page</a>.</li> + <li><a href="http://www.w3.org/TR/html401/">The W3C HTML 4.01 + Recommendation</a></li> + <li><a href="http://www.w3.org/TR/xhtml1/">The W3C XHTML 1.0 + Recommendation</a></li> + <li>The <a + href="http://www.htmlhelp.org/tools/validator/">WDG HTML + validator</a> is another excellent online validation service</li> + <li><a href="http://arealvalidator.com/">A Real Validator</a> + is a shareware HTML syntax checker for Windows systems, + from the author of the WDG validator</li> + <li>Clean up your HTML using <a + href="http://www.w3.org/People/Raggett/tidy/">HTML tidy</a></li> + <li><a href="http://valet.webthing.com/">Site Valet</a> by Nick Kew + is a comprehensive set of tools that will cover all needs from the + personal home page to corporate web sites.</li> + <!-- <li>@@ bookmarklets</li> --> + </ul> + </div> + + <div> + <h2><a name="credits">Credits</a></h2> + <ul> + <li> + <a href="http://www.jclark.com/">James Clark</a>'s excellent <a + href="http://www.jclark.com/sp/">SGML parser</a>. + </li> + <li> + The <a href="http://www.linpro.no/lwp/">LWP Perl Modules</a> + by Gisle Aas and Martijn Koster for retrieving documents. + </li> + <li>SGML error explanations written by Scott Bigham.</li> + <li> + Patches and ideas from: + <ul> + <li><a href="http://newsreaders.com/%7Elink/">Terje Bless</a></li> + <li><a href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a></li> + </ul> + </li> + </ul> + </div> + + <p> + The + <a href="http://lists.w3.org/Archives/Public/www-html/1994Jul/0015">first + online HTML validation service</a> was created by + <a href="http://www.w3.org/People/Connolly/">Dan Connolly</a> and + <a href="http://www.gaither.com/mark/">Mark Gaither</a>. + </p> + + <address> + <a href="http://validator.w3.org/check/referer"><img + src="http://validator.w3.org/images/vxhtml10" height="31" width="88" + alt="Valid XHTML 1.0!" /></a> + <a href="/feedback.html">Gerald Oskoboiny</a><br /> + $Date: 2001-07-25 08:05:53 $ + </address> + </body> </html> diff --git a/htdocs/base.css b/htdocs/base.css index 1e1ba55..6882d8c 100644 --- a/htdocs/base.css +++ b/htdocs/base.css @@ -4,7 +4,7 @@ Copyright © 2000 W3C (MIT, INRIA, Keio). All Rights Reserved. See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright - $Id: base.css,v 1.5 2001-07-24 11:38:37 link Exp $ + $Id: base.css,v 1.6 2001-07-25 08:05:54 link Exp $ */ body { @@ -55,6 +55,9 @@ div.issue { .hideme { display: none } dt a {color: black} +h1 a {color: black} /* These are usually targets and not links */ +h2 a {color: black} /* These are usually targets and not links */ +h3 a {color: black} /* These are usually targets and not links */ address img {float: right} address { |