- From: Terje Bless <link@hutz.w3.org>
- Date: Sun, 09 May 2004 15:56:52 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/dev/tests
In directory hutz:/tmp/cvs-serv15496/htdocs/dev/tests
Modified Files:
index.html shorttags.html
Added Files:
outline.html
Log Message:
Merging from branch validator-0_6_0-branch, at tag validator-0_6_5-release.
Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/index.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- index.html 24 May 2003 20:32:46 -0000 1.44
+++ index.html 9 May 2004 15:56:50 -0000 1.45
@@ -74,8 +74,13 @@
<div id="errors">
<h2>Error conditions & strange cases</h2>
<ul>
- <li><a href="../../check/referer">/check/referer</a></li>
- <li><a href="../../check?uri=http://www.w3.org/MarkUp">redirect</a></li>
+ <li><a href="../../check/referer">/check/referer</a> (deprecated)</li>
+ <li><a href="../../check/referer;verbose=1">/check/referer;verbose=1</a> (unsupported)</li>
+ <li><a href="../../check/referer;verbose=1;No200=1">/check/referer;verbose=1;No200=1</a> (unsupported)</li>
+ <li><a href="../../check?uri=referer">/check?uri=referer</a></li>
+ <li><a href="../../check?uri=referer;verbose=1">/check?uri=referer;verbose=1</a></li>
+ <li><a href="../../check?uri=referer;verbose=1;No200=1">/check?uri=referer;verbose=1;No200=1</a></li>
+ <li><a href="../../check?uri=http://www.w3.org/MarkUp">Directory Redirect</a></li>
<li><a href="../../check">script invoked with no parameters</a></li>
<li><a href="../../check?uri=">uri parameter is empty</a></li>
<li><a href="../../check?uri=www.w3.org/">uri is missing http://</a></li>
@@ -94,7 +99,7 @@
<li><a href="../../check?uri=http://validator.w3.org/dev/tests/shorttags.html">SHORTTAGS and -wunclosed..</a></li>
<li><a href="../../check?uri=http://www.w3.org/1999/09/SVG-access/computer.svg">image/svg</a></li>
<li><a href="../../check?uri=http://validator.w3.org/dev/tests/REC-SVG-1_0-minimal.svg">SVG 1.0 Rec. minimal document</a></li>
- <li><a href="../../check?uri=http://www.oasis-open.org/committees/xmltest/xmlconf-19990712.xml;ss">xmlconf-19990712.xml</a></li>
+ <li><a href="../../check?uri=http://www.oasis-open.org/committees/xmltest/xmlconf-19990712.xml;ss">xmlconf-19990712.xml</a></li>
</ul>
</div>
--- NEW FILE: outline.html ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/1999/PR-xhtml1-19991210/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head><title>Headings Nesting/Outline Test</title></head>
<body>
<!-- From 1 to 6... -->
<h1>Level #1 (1 to 6)</h1>
<h2>Level #2 (1 to 6)</h2>
<h3>Level #3 (1 to 6)</h3>
<h4>Level #4 (1 to 6)</h4>
<h5>Level #5 (1 to 6)</h5>
<h6>Level #6 (1 to 6)</h6>
<!-- ...and back again. -->
<h6>Level #6 (6 to 1)</h6>
<h5>Level #5 (6 to 1)</h5>
<h4>Level #4 (6 to 1)</h4>
<h3>Level #3 (6 to 1)</h3>
<h2>Level #2 (6 to 1)</h2>
<h1>Level #1 (6 to 1)</h1>
<!-- Skipping from 1 to 6. -->
<h1>Level #1 (skip up)</h1>
<h6>Level #6 (skip up)</h6>
<!-- Skipping from 6 to 1. -->
<h6>Level #6 (skip down)</h6>
<h1>Level #1 (skip down)</h1>
<!-- Climb down to 6 and leave it for autoclose. -->
<h1>Level #1 (1 to 6)</h1>
<h2>Level #2 (1 to 6)</h2>
<h3>Level #3 (1 to 6)</h3>
<h4>Level #4 (1 to 6)</h4>
<h5>Level #5 (1 to 6)</h5>
<h6>Level #6 (1 to 6)</h6>
</body>
</html>
Index: shorttags.html
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/shorttags.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- shorttags.html 20 Aug 2002 01:51:24 -0000 1.2
+++ shorttags.html 9 May 2004 15:56:50 -0000 1.3
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
- <title>SHORTTAGS Test</title>
+ <title/SHORTTAGS Test/
</head>
<body>
<div<p>
Received on Sunday, 9 May 2004 11:58:13 UTC