summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests
diff options
context:
space:
mode:
authorlink <link@localhost>2001-07-16 09:06:45 +0000
committerlink <link@localhost>2001-07-16 09:06:45 +0000
commit3490a1e35e50164876d7a2139418577b0ff3d8a1 (patch)
tree0d2545e2468fb2a5f8a31f132c442fe4a8e11f51 /htdocs/dev/tests
parent3298593cb5a70734ac78d0387a7b3a6f2d45029a (diff)
downloadmarkup-validator-3490a1e35e50164876d7a2139418577b0ff3d8a1.zip
markup-validator-3490a1e35e50164876d7a2139418577b0ff3d8a1.tar.gz
markup-validator-3490a1e35e50164876d7a2139418577b0ff3d8a1.tar.bz2
Adding XHTML 1.1.
Diffstat (limited to 'htdocs/dev/tests')
-rwxr-xr-xhtdocs/dev/tests/index.html7
-rwxr-xr-xhtdocs/dev/tests/xhtml11-minimal.html12
2 files changed, 16 insertions, 3 deletions
diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html
index 5e3b555..9df0041 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.31 2001-07-16 07:54:05 link Exp $">
+ content="$Id: index.html,v 1.32 2001-07-16 09:06:45 link Exp $">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b">
@@ -40,6 +40,7 @@
<li><a href="/check?uri=http://validator.w3.org/dev/tests/xhtml1-strict-minimal.html;ss">XHTML 1.0 Strict, minimal document from xhtml spec</a>
<li><a href="/check?uri=http://validator.w3.org/dev/tests/xhtml1-strict-missing-xmlns.html;ss">XHTML 1.0 Strict, missing xmlns attribute (valid)</a>
<li><a href="/check?uri=http://validator.w3.org/dev/tests/xhtml-basic10.html;ss">XHTML Basic 1.0 (valid)</a>
+<li><a href="/check?uri=http://validator.w3.org/dev/tests/xhtml11-minimal.html;ss">XHTML 1.1 (minimal document)</a>
<li><a href="/check?uri=http://www.w3.org/Protocols/rfc2616/rfc2616.html">XHTML sans doctype</a> (DanC's HTMLized RFC 2616)
<li><a href="/check?uri=http://www.w3.org/TR/1999/WD-xhtml1-19991124/">XHTML 1.0</a>
<li><a href="/check?uri=http://www.w3.org/TR/1998/REC-xml-19980210.xml">XML 1.0</a>
@@ -83,7 +84,7 @@
<li><a href="/check?uri=http://www.w3.org/2001/01/xml-latin1.html;ss;sp;noatt">us-ascii xml document with a latin1 character</a> (should be invalid)
<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>
-<li><a href="/check?uri=http://localhost/dev/tests/nonSGML-chars.html">Non-SGML Chars.</a>
+<li><a href="/check?uri=http://validator.w3.org/dev/tests/nonSGML-chars.html">Non-SGML Chars.</a>
</ul>
@@ -112,7 +113,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: 2001-07-16 07:54:05 $
+ $Date: 2001-07-16 09:06:45 $
</address>
</body>
diff --git a/htdocs/dev/tests/xhtml11-minimal.html b/htdocs/dev/tests/xhtml11-minimal.html
new file mode 100755
index 0000000..663f6f5
--- /dev/null
+++ b/htdocs/dev/tests/xhtml11-minimal.html
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
+<head>
+<title>Virtual Library</title>
+</head>
+<body>
+<p>Moved to <a href="http://vlib.org/">vlib.org</a>.</p>
+</body>
+</html>
+