diff options
-rw-r--r-- | htdocs/dev/tests/2342-opensp_type_X.html | 13 | ||||
-rwxr-xr-x | htdocs/dev/tests/index.html | 18 |
2 files changed, 25 insertions, 6 deletions
diff --git a/htdocs/dev/tests/2342-opensp_type_X.html b/htdocs/dev/tests/2342-opensp_type_X.html new file mode 100644 index 0000000..473e99b --- /dev/null +++ b/htdocs/dev/tests/2342-opensp_type_X.html @@ -0,0 +1,13 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" + "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> + <meta http-equiv="Content-type" content="text/html; charset=utf-8"> + <title>Test for OpenSP message type "X" for reference to nonexistent ID</title> +</head> +<body> + <p> + foo bar + <label for="MMIARCH">test label</label> + oh hi! + </p>
\ No newline at end of file diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html index df774c5..25aa720 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.60 2007-02-20 08:21:33 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-02-20 08:21:33 $" +<!--#set var="revision" value="\$Id: index.html,v 1.61 2007-02-22 05:42:00 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-02-22 05:42:00 $" --><!--#set var="title" value="The W3C Markup Validation Service: Tests" --><!--#set var="relroot" value="../../" --><!--#include virtual="../../header.html" --> @@ -179,6 +179,16 @@ All these documents should validate, without "pretty print" for the document typ </li> </ul> + <h3>Valid Documents, with Warnings</h3> +<ul> + <li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/2342-opensp_type_X.html">validate</a> - + <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/2342-opensp_type_X.html">with v.w.o</a> - + <a href="http://qa-dev.w3.org/wmvs/HEAD/dev/tests/2342-opensp_type_X.html">Reference to a non-existing ID</a> + (opensp message type X, See <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2342">bug 2342</a>).</li> + <li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/nonSGML-chars.html">validate</a> - + <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/nonSGML-chars.html">with v.w.o</a> - + <a href="http://qa-dev.w3.org/wmvs/HEAD/dev/tests/nonSGML-chars.html">Non-SGML Chars.</a></li> +</ul> @@ -224,10 +234,6 @@ All these documents should validate, without "pretty print" for the document typ <li><a href="../../check?uri=http://www.w3.org/TR/1998/REC-xml-19980210.xml">XML 1.0</a></li> </ul> - <h3>Valid Documents, with Warnings</h3> -<ul> - <li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/nonSGML-chars.html">Non-SGML Chars.</a></li> -</ul> <h3 id="well-formed">Docs that should be Well Formed</h3> <ul> |