diff options
author | link <link@localhost> | 2001-05-26 06:05:56 +0000 |
---|---|---|
committer | link <link@localhost> | 2001-05-26 06:05:56 +0000 |
commit | 63271c3a712063468113897e7f2da0de775427ee (patch) | |
tree | 78cac3943795cb7f62d028003947ecdecdfda845 /htdocs/todo.html | |
parent | ec99d07a35f2bb9f75d3752be23160ddad18b98b (diff) | |
download | markup-validator-63271c3a712063468113897e7f2da0de775427ee.zip markup-validator-63271c3a712063468113897e7f2da0de775427ee.tar.gz markup-validator-63271c3a712063468113897e7f2da0de775427ee.tar.bz2 |
Take care of some TODO items and kill a few warnings.
* Handle ISO-8859-8-I
<URL:http://lists.w3.org/Archives/Public/www-validator/2001AprJun/0018.html>
* Add support for text/vnd.wap.wml
<URL:http://lists.w3.org/Archives/Public/www-validator/2001AprJun/0016.html>
* Make various URIs configurable
<URL:http://lists.w3.org/Archives/Public/www-validator/2001JanMar/0222.html>
* Add DOCTYPE selection to file-upload.html (Duh!). Thanks Peter!
* Unbreak bogus upload "fixes" from 1.94.
* Kill undef() warnings with charset comparisons.
(This has probably broken charset handling Yet Again; *bet* on it!)
* Add alias for iso-8859-1-windows-3.1-latin-1. You're welcome, Bruce. :-)
Diffstat (limited to 'htdocs/todo.html')
-rwxr-xr-x | htdocs/todo.html | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/htdocs/todo.html b/htdocs/todo.html index df1091a..31a8257 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.37 2001-04-17 04:19:43 link Exp $"> + content="$Id: todo.html,v 1.38 2001-05-26 06:05:56 link Exp $"> </head> <body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> @@ -44,7 +44,7 @@ href="http://validator.w3.org/check?uri=http://www.w3.org/2001/01/xml-latin1.html;ss">this doc</a> is invalid, but not reported as such - <li> add a textarea for testing short HTML fragments + <li>Finish up the textarea for testing short HTML fragments.</li> <li> add a "fix my HTML for me" option using <a href="http://www.w3.org/People/Raggett/tidy/">tidy</a>. @@ -162,28 +162,14 @@ <li> issue PICS labels for documents that do/don't conform? or for editing tools that don't conform? - <li>Handle ISO-8859-8-I (cf. <a href="http://lists.w3.org/Archives/Public/www-validator/2001AprJun/0018.html">this</a> - message from <a href="mailto:ticker@newmail.net">Udi Wertheimer</a>. - Thanks Udi!)</li> - - <li>Add support for text/vnd.wap.wml (cf. <a href="http://lists.w3.org/Archives/Public/www-validator/2001AprJun/0016.html">this</a> - message from <a href="mailto:tkinias@asu.edu">Thanasis Kinias</a>. Thanks Thanasis!)</li> - <li>Add support for https:// (TLS/SSL).</li> <li>Figure out what's going on with <a href="http://lists.w3.org/Archives/Public/www-validator/2001JanMar/0150.html">this</a>. (Thanks to <a href="mailto:marie@voyager.atc.fhda.edu">Marie Taylor-Harper</a> for catching this!)</li> - <li>Add DOCTYPE selection to <a href="file-upload.html">file-upload.html</a> - (Duh!). (Thanks to <a href="mailto:PeterF@SystolicNetworks.com">Peter - Foti</a> for catching this!)</li> - <li>Pay attention to Accept-Charset (cf. <a href="http://lists.w3.org/Archives/Public/www-validator/2001JanMar/0255.html">this</a> message from "brewhaha").</li> - <li>Make various URIs configurable (cf. <a href="http://lists.w3.org/Archives/Public/www-validator/2001JanMar/0222.html">this</a> - message from <a href="mailto:gilkison@one.net">Brian Gilkison</a>. Thanks Brian!)</li> - <li>Clarify the wording regarding valid characters in <a href="docs/errors.html#bad-char">errors.html</a> (cf. <a href="http://lists.w3.org/Archives/Public/www-validator/2001AprJun/0049.html">this</a> message from <a href="mailto:clemens.radl@uni-tuebingen.de">Clemens Radl</a>. Thanks Clemens!)</li> @@ -196,7 +182,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-04-17 04:19:43 $ + $Date: 2001-05-26 06:05:56 $ </address> </body> |