diff options
Diffstat (limited to 'htdocs/dev/tests/index.html')
-rwxr-xr-x | htdocs/dev/tests/index.html | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html index de338cf..348b340 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.76 2007-04-30 14:34:06 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-04-30 14:34:06 $" +<!--#set var="revision" value="\$Id: index.html,v 1.77 2007-05-07 18:30:50 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-05-07 18:30:50 $" --><!--#set var="title" value="The W3C Markup Validation Service: Tests" --><!--#set var="relroot" value="../../" --><!--#include virtual="../../header.html" --> @@ -407,8 +407,23 @@ All these documents should validate, without "pretty print" for the document typ <h3 id="well-formed">Docs that should be Well Formed</h3> <p>well formed but no doctype. The validator could mark them as well formed, but not mention validity?</p> <ul> - <li><a href="../../check?uri=http://impressive.net/people/gerald/2000/10/18/test-staroffice-doc.xml;ss">XML output from OpenOffice 5.2</a> - ("Build/Tag number OpenOffice605"), many namespaces</li> + <li><a href="../../check?uri=http://impressive.net/people/gerald/2000/10/18/test-staroffice-doc.xml;ss">validate</a> - + <a href="http://validator.w3.org/check?uri=http://impressive.net/people/gerald/2000/10/18/test-staroffice-doc.xml;ss">with v.w.o</a> - + <a href="http://impressive.net/people/gerald/2000/10/18/test-staroffice-doc.xml">View</a>: + XML output from OpenOffice 5.2 + ("Build/Tag number OpenOffice605"), many namespaces + </li> + + <li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/4476-svg_nodoctype.svg;ss">validate</a> - + <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/4476-svg_nodoctype.svg;ss">with v.w.o</a> - + <a href="http://qa-dev.w3.org/wmvs/HEAD/dev/tests/4476-svg_nodoctype.svg">View</a>: + Very minimal SVG document, no document type. + </li> + <li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-missing-doctype-and-xmlns.xhtml;ss">validate</a> - + <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-missing-doctype-and-xmlns.xhtml;ss">with v.w.o</a> - + <a href="http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-missing-doctype-and-xmlns.xhtml">View</a>: + XHTML document without doctype, served as XML. + </li> </ul> <h3 id="encodings">Various Encodings</h3> |