diff options
author | link <link@localhost> | 2001-03-07 23:44:01 +0000 |
---|---|---|
committer | link <link@localhost> | 2001-03-07 23:44:01 +0000 |
commit | 1560fad4a2fb59f57c154a28075e7714b5fa7929 (patch) | |
tree | e419a637a13c527b054bd25b0c4831362547b983 /htdocs/todo.html | |
parent | fab9c0a7eb313a4edb8c665fbf95138b66a7cef6 (diff) | |
download | markup-validator-1560fad4a2fb59f57c154a28075e7714b5fa7929.zip markup-validator-1560fad4a2fb59f57c154a28075e7714b5fa7929.tar.gz markup-validator-1560fad4a2fb59f57c154a28075e7714b5fa7929.tar.bz2 |
Don't output a bazillion errors for documents with a bogus DOCTYPE.
(report a fatal error instead)
Diffstat (limited to 'htdocs/todo.html')
-rwxr-xr-x | htdocs/todo.html | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/htdocs/todo.html b/htdocs/todo.html index cadefa2..f0a80d7 100755 --- a/htdocs/todo.html +++ b/htdocs/todo.html @@ -8,7 +8,7 @@ W3C HTML Validation Service, To Do List"> <meta name="description" content="To Do List for W3C's Validation Service."> <meta name="revision" - content="$Id: todo.html,v 1.29 2001-03-07 23:03:32 link Exp $"> + content="$Id: todo.html,v 1.30 2001-03-07 23:44:01 link Exp $"> </head> <body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> @@ -44,11 +44,6 @@ href="http://validator.w3.org/check?uri=http%3A//www.w3.org/2001/01/xml-latin1.html;ss">this doc</a> is invalid, but not reported as such - <li> don't output a bazillion errors for documents with bogus - FPIs (see <a - href="/check?uri=http://validator.w3.org/dev/tests/bogus-fpi.html">a - sample</a>) - <li> add a doctype-overriding option (use <a href="http://lists.w3.org/Archives/Public/www-validator/2000OctDec/0037.html">Terje's patch</a>). @@ -186,7 +181,7 @@ src="http://validator.w3.org/images/vh40" height=31 width=88 align=right border=0 alt="Valid W3C HTML 4.0!"></a> <a href="/feedback.html">Gerald Oskoboiny</A><br> - $Date: 2001-03-07 23:03:32 $ + $Date: 2001-03-07 23:44:01 $ </address> </body> |