summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests
diff options
context:
space:
mode:
authorlink <link@localhost>2005-02-04 13:12:21 +0000
committerlink <link@localhost>2005-02-04 13:12:21 +0000
commitf9f6b60f4e150c0140b9fb59068ef952f28eb3b3 (patch)
treeaa7500dbace9b294e1ae2ff22026a09ac9512b05 /htdocs/dev/tests
parentf7f59e47e75fec15c8d5f725a4bc4186b407094d (diff)
downloadmarkup-validator-f9f6b60f4e150c0140b9fb59068ef952f28eb3b3.zip
markup-validator-f9f6b60f4e150c0140b9fb59068ef952f28eb3b3.tar.gz
markup-validator-f9f6b60f4e150c0140b9fb59068ef952f28eb3b3.tar.bz2
Add Bogus FPI #3 testcase, and update the descriptions for the other two.
Diffstat (limited to 'htdocs/dev/tests')
-rwxr-xr-xhtdocs/dev/tests/index.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html
index 8ecd0ae..4a64e3b 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.46 2004-07-21 15:07:05 link Exp $"
---><!--#set var="date" value="\$Date: 2004-07-21 15:07:05 $"
+<!--#set var="revision" value="\$Id: index.html,v 1.47 2005-02-04 13:12:21 link Exp $"
+--><!--#set var="date" value="\$Date: 2005-02-04 13:12:21 $"
--><!--#set var="title" value="The W3C Markup Validation Service: Tests"
--><!--#set var="relroot" value="../../"
--><!--#include virtual="../../header.html" -->
@@ -88,8 +88,9 @@
<li><a href="../../check?uri=http://validator.w3.org/sgml-lib/catalog">text/plain</a></li>
<li><a href="../../check?uri=http://validator.w3.org:8000/">httpd on a non-standard port</a></li>
<li><a href="../../check?uri=http://validator.w3.org/dev/tests/xhtml1-missing-doctype-and-xmlns.html;ss">XHTML, no DOCTYPE, no xmlns</a> (invalid)</li>
- <li><a href="../../check?uri=http://validator.w3.org/dev/tests/bogus-fpi.html;ss">bogus FPI</a></li>
- <li><a href="../../check?uri=http://validator.w3.org/dev/tests/bogus-fpi2.html;ss">bogus FPI #2</a></li>
+ <li><a href="../../check?uri=http://validator.w3.org/dev/tests/bogus-fpi.html;ss">bogus FPI #1: lowercase "doctype".</a></li>
+ <li><a href="../../check?uri=http://validator.w3.org/dev/tests/bogus-fpi2.html;ss">bogus FPI #2: HTML 4.01 "Strict"</a></li>
+ <li><a href="../../check?uri=http://validator.w3.org/dev/tests/bogus-fpi3.html;ss">bogus FPI #3: XHTML 1.1 "Strict"</a></li>
<li><a href="../../check?uri=http://validator.w3.org/dev/tests/xhtml1-blank-1st-line.html;ss">XHTML1, blank first line</a>
(<a href="http://lists.w3.org/Archives/Public/www-validator/2000JanMar/0144.html">should be marked as invalid</a>)</li>
<li><a href="../../check?uri=http://validator.w3.org/dev/tests/xhtml1-bogus-element.html;ss">XHTML1, bogus element</a></li>