diff options
Diffstat (limited to 'htdocs/dev/tests/index.html')
-rwxr-xr-x | htdocs/dev/tests/index.html | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html index a8aa7ae..8c794aa 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.51 2005-05-10 05:30:31 ot Exp $" ---><!--#set var="date" value="\$Date: 2005-05-10 05:30:31 $" +<!--#set var="revision" value="\$Id: index.html,v 1.52 2005-05-25 03:28:45 ot Exp $" +--><!--#set var="date" value="\$Date: 2005-05-25 03:28:45 $" --><!--#set var="title" value="The W3C Markup Validation Service: Tests" --><!--#set var="relroot" value="../../" --><!--#include virtual="../../header.html" --> @@ -36,6 +36,18 @@ <ul> <li> + <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html20.html;ss">validate</a> - + <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html20.html;ss">with v.w.o</a> - + <a href="html20.html">view</a>: + HTML 2.0 + </li> + <li> + <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html20-strict.html;ss">validate</a> - + <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html20-strict.html;ss">with v.w.o</a> - + <a href="html20-strict.html">view</a>: + HTML 2.0 Strict + </li> + <li> <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html40-strict.html;ss">validate</a> - <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html40-strict.html;ss">with v.w.o</a> - <a href="html40-strict.html">view</a>: @@ -287,7 +299,7 @@ All these documents should validate, without "pretty print" for the document typ 404 not found </li> <li> - <a href="../../check?uri=http://www.w3.org/bogus;no200=1">validate</a> - + <a href="../../check?uri=http://www.w3.org/bogus;No200=1">validate</a> - <a href="http://validator.w3.org/check?uri=http://www.w3.org/bogus;no200=1">with v.w.o</a> - 404 not found, with "validate error pages" ON </li> |