diff options
author | gerald <gerald@localhost> | 2000-06-30 20:12:49 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 2000-06-30 20:12:49 +0000 |
commit | 3031b6d3a6f5843f95a37dd1db29d17a1dbd25de (patch) | |
tree | c4e5587a603f2421b79a2ad55399c2dfd4f85b9f | |
parent | 9e9531b09684c639592b8a044dfcdf16cfbe3457 (diff) | |
download | markup-validator-3031b6d3a6f5843f95a37dd1db29d17a1dbd25de.zip markup-validator-3031b6d3a6f5843f95a37dd1db29d17a1dbd25de.tar.gz markup-validator-3031b6d3a6f5843f95a37dd1db29d17a1dbd25de.tar.bz2 |
added a link to xhtml with bogus element test case
-rwxr-xr-x | htdocs/dev/tests/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html index bf36c08..ffa153f 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.23 2000-02-24 19:50:37 gerald Exp $"> + content="$Id: index.html,v 1.24 2000-06-30 20:12:49 gerald Exp $"> </head> <body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> @@ -74,6 +74,7 @@ <li><a href="/check?uri=http://validator.w3.org/dev/tests/xhtml1-missing-doctype-and-xmlns.html">XHTML, no doctype, no xmlns</a> (invalid) <li><a href="/check?uri=http://validator.w3.org/dev/tests/bogus-fpi.html">bogus FPI</a> <li><a href="/check?uri=http://validator.w3.org/dev/tests/xhtml1-blank-1st-line.html">XHTML1, blank first line</a> +<li><a href="/check?uri=http://validator.w3.org/dev/tests/xhtml1-bogus-element.html">XHTML1, bogus element</a> <li><a href="/check?uri=http://validator.w3.org/dev/tests/no-newlines.html;ss;sp;noatt">no newlines</a> <li><a href="/check?uri=file%3A///etc/passwd">a file: URI</a> </ul> @@ -103,7 +104,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: 2000-02-24 19:50:37 $ + $Date: 2000-06-30 20:12:49 $ </address> </body> |