- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 22 Feb 2007 05:42:02 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/dev/tests
In directory hutz:/tmp/cvs-serv17369
Modified Files:
index.html
Added Files:
2342-opensp_type_X.html
Log Message:
adding test case for Bug 2342, and organizing test cases for valid documents, with warnings.
Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/index.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- index.html 20 Feb 2007 08:21:33 -0000 1.60
+++ index.html 22 Feb 2007 05:42:00 -0000 1.61
@@ -179,6 +179,16 @@
</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 @@
<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>
--- NEW FILE: 2342-opensp_type_X.html ---
<!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>
Received on Thursday, 22 February 2007 05:42:08 UTC