diff options
author | gerald <gerald@localhost> | 2000-02-01 23:48:45 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 2000-02-01 23:48:45 +0000 |
commit | 77dadeda61d66fedfdd1fcc3d0393efe33aa5a05 (patch) | |
tree | 5d8938a7bf05cf9d36212fa3df5893905e51de50 /htdocs/todo.html | |
parent | 378982dacf9ac4ebcad688ba2cff9646aa224f27 (diff) | |
download | markup-validator-77dadeda61d66fedfdd1fcc3d0393efe33aa5a05.zip markup-validator-77dadeda61d66fedfdd1fcc3d0393efe33aa5a05.tar.gz markup-validator-77dadeda61d66fedfdd1fcc3d0393efe33aa5a05.tar.bz2 |
moved file upload higher; added an item on default-xhtml confusion
Diffstat (limited to 'htdocs/todo.html')
-rwxr-xr-x | htdocs/todo.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/htdocs/todo.html b/htdocs/todo.html index 7d60a5b..a936f62 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.19 1999-10-25 13:25:49 gerald Exp $"> + content="$Id: todo.html,v 1.20 2000-02-01 23:48:45 gerald Exp $"> </head> <body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> @@ -41,6 +41,10 @@ <ol> + <li> fix the confusion caused by defaulting to xhtml + + <li> finish integrating support for form-based file upload (RFC 1867) + <li> add a "fix my HTML for me" option using <a href="http://www.w3.org/People/Raggett/tidy/">tidy</a>. @@ -71,8 +75,6 @@ <li> put the explanations in a database (flat files are probably okay), offer an option to display them inline with the errors - <li> add support for form-based file upload (RFC 1867) - <li> add a textarea for testing short HTML fragments <li> add a doctype-overriding option @@ -177,7 +179,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: 1999-10-25 13:25:49 $ + $Date: 2000-02-01 23:48:45 $ </address> </body> |