- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 May 2008 01:52:16 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/misc/testsuite
In directory hutz:/tmp/cvs-serv32620/misc/testsuite
Modified Files:
catalog.xml
Log Message:
adding a couple of test cases of XHTML documents (could be identified by the namespace)
without doctype. One is served as text/html, another with application/xhtml+xml
How the validator should handle these is not very well defined (?)
Index: catalog.xml
===================================================================
RCS file: /sources/public/validator/misc/testsuite/catalog.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- catalog.xml 28 Mar 2008 19:38:27 -0000 1.2
+++ catalog.xml 5 May 2008 01:52:14 -0000 1.3
@@ -748,6 +748,18 @@
<Validity>Fail</Validity>
</expect>
</test>
+ <test>
+ <uri>http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-missing-doctype-has-xmlns.html</uri>
+ <html:p>XHTML, no DOCTYPE, has xmlns (served as application/xhtml+xml)</html:p>
+ <expect>
+ </expect>
+ </test>
+ <test>
+ <uri>http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-missing-doctype-has-xmlns.xhtml</uri>
+ <html:p>XHTML, no DOCTYPE, has xmlns (served as application/xhtml+xml)</html:p>
+ <expect>
+ </expect>
+ </test>
<test>
<uri>http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xml-nodoctype-notwf.xml</uri>
Received on Monday, 5 May 2008 01:52:45 UTC