diff options
Diffstat (limited to 'htdocs/dev/tests/index.html')
-rwxr-xr-x | htdocs/dev/tests/index.html | 44 |
1 files changed, 42 insertions, 2 deletions
diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html index 1f284af..6a358bd 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.55 2005-12-09 03:50:19 ot Exp $" ---><!--#set var="date" value="\$Date: 2005-12-09 03:50:19 $" +<!--#set var="revision" value="\$Id: index.html,v 1.56 2006-03-16 01:05:06 ot Exp $" +--><!--#set var="date" value="\$Date: 2006-03-16 01:05:06 $" --><!--#set var="title" value="The W3C Markup Validation Service: Tests" --><!--#set var="relroot" value="../../" --><!--#include virtual="../../header.html" --> @@ -179,6 +179,8 @@ All these documents should validate, without "pretty print" for the document typ <h3 id="invalid">Docs that are probably invalid</h3> + + <h4>Sample invalid documents</h4> <p><strong>we must FIX THIS!</strong> It's not reliable any more...</p> @@ -325,6 +327,44 @@ All these documents should validate, without "pretty print" for the document typ </ul> <h3 id="regress">Bugs and Regression Tests</h3> + + + <h4>global document warnings</h4> + <p>This section holds documents which should trigger global warnings - mime type, charset, document type issues.</p> + + <ul> + <li> + <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/textxml_nocharset.xml">validate</a> - + <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/textxml_nocharset.xml">with v.w.o</a> - + <a href="http://qa-dev.w3.org/wmvs/HEAD/dev/tests/textxml_nocharset.xml">view</a>: +text/xml resource with no charset - W01 + </li> + <li> + <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/texthtml_nocharset.html">validate</a> - + <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/texthtml_nocharset.html">with v.w.o</a> - + <a href="http://qa-dev.w3.org/wmvs/HEAD/dev/tests/texthtml_nocharset.html">view</a>: +text/html resource with no charset - W04 + </li> + <li> + <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/textxml_html401.xml">validate</a> - + <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/textxml_html401.xml">with v.w.o</a> - + <a href="http://qa-dev.w3.org/wmvs/HEAD/dev/tests/textxml_html401.xml">view</a>: +text/xml resource with no charset - W07 + </li> + <li> + <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/texthtml_unknownparsemode.html.utf8">validate</a> - + <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/texthtml_unknownparsemode.html.utf8">with v.w.o</a> - + <a href="http://qa-dev.w3.org/wmvs/HEAD/dev/tests/texthtml_unknownparsemode.html.utf8">view</a>: + text/html Document using Custom DTD, unsure of SGML/XML parse mode - W08 + </li> + <li> + <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/texthtml_nodoctype.html.utf8">validate</a> - + <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/texthtml_nodoctype.html.utf8">with v.w.o</a> - + <a href="http://qa-dev.w3.org/wmvs/HEAD/dev/tests/texthtml_nodoctype.html.utf8">view</a>: + text/html Document lacking DOCTYPE - W09 + </li> + </ul> + <p>These should be tied to a bug report on either mailing-list and/or bugzilla whenever possible.</p> <ul> |