diff options
author | gerald <gerald@localhost> | 1999-12-04 03:16:55 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 1999-12-04 03:16:55 +0000 |
commit | 1997b9d12755306682a7acf121d8af7dbb29d790 (patch) | |
tree | e4a300442e5c2f1435ab8ff085246b6c7b9fe3d2 /htdocs/dev/tests | |
parent | 8a90a2f51754f3e382d2ab1472560f04c783e11f (diff) | |
download | markup-validator-1997b9d12755306682a7acf121d8af7dbb29d790.zip markup-validator-1997b9d12755306682a7acf121d8af7dbb29d790.tar.gz markup-validator-1997b9d12755306682a7acf121d8af7dbb29d790.tar.bz2 |
added #suites with a link to NIST's test suites
Diffstat (limited to 'htdocs/dev/tests')
-rwxr-xr-x | htdocs/dev/tests/index.html | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html index 77e993f..47564eb 100755 --- a/htdocs/dev/tests/index.html +++ b/htdocs/dev/tests/index.html @@ -5,7 +5,7 @@ <title>W3C HTML Validation Service: Tests</title> <link rev="made" href="mailto:gerald@w3.org"> <meta name="revision" - content="$Id: index.html,v 1.16 1999-10-25 13:16:47 gerald Exp $"> + content="$Id: index.html,v 1.17 1999-12-04 03:16:55 gerald Exp $"> </head> <body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> @@ -79,8 +79,14 @@ <li><a href="/check?uri=http://www.netscape.com/">Netscape</a> </ul> +<h2><a name="suites">Other Test Suites</a></h2> + +<ul> + <li><a href="http://www.nist.gov/xml/">NIST's XML, DOM test suites</a> +</ul> + <p> - See also: <a href="../../source/">source page</a>. + See also: <a href="../../source/">validator source page</a>. </p> <hr> @@ -90,7 +96,7 @@ src="http://validator.w3.org/images/vh40.gif" height=31 width=88 align=right border=0 alt="Valid W3C HTML 4.0!"></a> <a href="/feedback.html">Gerald Oskoboiny</A><br> - $Date: 1999-10-25 13:16:47 $ + $Date: 1999-12-04 03:16:55 $ </address> </body> |