- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 04 Oct 2007 05:22:08 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/dev/tests In directory hutz:/tmp/cvs-serv18486 Modified Files: index.html Added Files: W11-ht401-namespace.html Log Message: preparse W11 test --- NEW FILE: W11-ht401-namespace.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>html401-strict</title> <meta name="generator" content="TextMate http://macromates.com/"> <meta name="author" content="olivier Thereaux"> <!-- Date: 2007-03-07 --> </head> <body> <p>Sample HTML 4.01 Strict document, with proper FPI, no SI. This document has a namespace declaration in the html root element, which should not happen in HTML 4.01.</p> </body> </html> Index: index.html =================================================================== RCS file: /sources/public/validator/htdocs/dev/tests/index.html,v retrieving revision 1.95 retrieving revision 1.96 diff -u -d -r1.95 -r1.96 --- index.html 3 Oct 2007 10:51:41 -0000 1.95 +++ index.html 4 Oct 2007 05:22:05 -0000 1.96 @@ -361,7 +361,6 @@ <a href="shorttags.html">view</a> - sample HTML 4 document using the (valid, but problematic) shorttags features </li> - </ul> <h4 id="wrong_mime">Valid Documents served with a wrong media type</h4> @@ -486,6 +485,13 @@ XHTML 1.0 missing space between attributes (<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2689" title="Bug 2689 - documents with no whitespace between attributes validate">Bug 2689</a>) </li> + <li> + <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/W11-ht401-namespace.html;ss">validate</a> - + <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/W11-ht401-namespace.html;ss">with v.w.o</a> + + <a href="W11-ht401-namespace.html">view</a>: + HTML 4.01 with xmlns attribute on root element (should trigger a validation error, and preparse warning W11) + </li> </ul>
Received on Thursday, 4 October 2007 05:22:22 UTC