diff options
Diffstat (limited to 'htdocs/dev/tests')
-rwxr-xr-x | htdocs/dev/tests/index.html | 15 | ||||
-rw-r--r-- | htdocs/dev/tests/outline.html | 36 | ||||
-rwxr-xr-x | htdocs/dev/tests/shorttags.html | 2 |
3 files changed, 47 insertions, 6 deletions
diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html index 5b8cce1..11aa4bc 100755 --- a/htdocs/dev/tests/index.html +++ b/htdocs/dev/tests/index.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.44 2003-05-24 20:32:46 link Exp $" ---><!--#set var="date" value="\$Date: 2003-05-24 20:32:46 $" +<!--#set var="revision" value="\$Id: index.html,v 1.45 2004-05-09 15:56:50 link Exp $" +--><!--#set var="date" value="\$Date: 2004-05-09 15:56:50 $" --><!--#set var="title" value="The W3C Markup Validation Service: Tests" --><!--#set var="relroot" value="../../" --><!--#include virtual="../../header.html" --> @@ -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> diff --git a/htdocs/dev/tests/outline.html b/htdocs/dev/tests/outline.html new file mode 100644 index 0000000..2146273 --- /dev/null +++ b/htdocs/dev/tests/outline.html @@ -0,0 +1,36 @@ +<?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> diff --git a/htdocs/dev/tests/shorttags.html b/htdocs/dev/tests/shorttags.html index fe333fa..16e3f4e 100755 --- a/htdocs/dev/tests/shorttags.html +++ b/htdocs/dev/tests/shorttags.html @@ -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> |