diff options
Diffstat (limited to 'htdocs/dev/tests/index.html')
-rwxr-xr-x | htdocs/dev/tests/index.html | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html index 3501a21..914381f 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.95 2007-10-03 10:51:41 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-10-03 10:51:41 $" +<!--#set var="revision" value="\$Id: index.html,v 1.96 2007-10-04 05:22:05 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-10-04 05:22:05 $" --><!--#set var="title" value="The W3C Markup Validation Service: Tests" --><!--#set var="relroot" value="../../" --><!--#include virtual="../../header.html" --> @@ -361,7 +361,6 @@ All these documents should validate, without "pretty print" for the document typ <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 @@ All these documents should validate, without "pretty print" for the document typ 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> |