diff options
author | ot <ot@localhost> | 2007-04-18 02:34:41 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-04-18 02:34:41 +0000 |
commit | 4aac7395d0abb6c5ea754b7ccda7f4a67b7163e7 (patch) | |
tree | 7fc2143f1c6f0aa46128b5ffe7e6e5d6da135154 /htdocs/dev/tests/index.html | |
parent | b59cf8f31e958b3677b2df0aba88c370aa8e0b8c (diff) | |
download | markup-validator-4aac7395d0abb6c5ea754b7ccda7f4a67b7163e7.zip markup-validator-4aac7395d0abb6c5ea754b7ccda7f4a67b7163e7.tar.gz markup-validator-4aac7395d0abb6c5ea754b7ccda7f4a67b7163e7.tar.bz2 |
adding svg 1.1 samples to test cases
Diffstat (limited to 'htdocs/dev/tests/index.html')
-rwxr-xr-x | htdocs/dev/tests/index.html | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html index 557e1d0..650fdf2 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.73 2007-04-05 23:31:15 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-04-05 23:31:15 $" +<!--#set var="revision" value="\$Id: index.html,v 1.74 2007-04-18 02:34:41 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-04-18 02:34:41 $" --><!--#set var="title" value="The W3C Markup Validation Service: Tests" --><!--#set var="relroot" value="../../" --><!--#include virtual="../../header.html" --> @@ -199,7 +199,20 @@ <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/REC-SVG-1_0-minimal.svg">validate</a> - <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/REC-SVG-1_0-minimal.svg">with v.w.o</a> - <a href="REC-SVG-1_0-minimal.svg">view</a>: - SVG 1.0 Rec. minimal document</li> + SVG 1.0 Rec. minimal document + </li> + <li> + <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/svg11.svg">validate</a> - + <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/svg11.svg">with v.w.o</a> - + <a href="svg11.svg">view</a>: + SVG 1.1 Rec. minimal document + </li> + <li> + <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/svg_tiny_1_1.svg">validate</a> - + <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/svg_tiny_1_1.svg">with v.w.o</a> - + <a href="svg_tiny_1_1.svg">view</a>: + SVG Tiny 1.1 + </li> </ul> <h4 id="valid_notcat">Document types outside the main catalogue</h4> |