diff options
Diffstat (limited to 'htdocs/todo.html')
-rwxr-xr-x | htdocs/todo.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/htdocs/todo.html b/htdocs/todo.html index 805ae46..5cf6419 100755 --- a/htdocs/todo.html +++ b/htdocs/todo.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: todo.html,v 1.48 2002-02-11 22:09:09 link Exp $" ---><!--#set var="date" value="\$Date: 2002-02-11 22:09:09 $" +<!--#set var="revision" value="\$Id: todo.html,v 1.49 2002-03-02 21:46:33 link Exp $" +--><!--#set var="date" value="\$Date: 2002-03-02 21:46:33 $" --><!--#set var="title" value="TODO List for The W3C HTML Validation Service" --><!--#include virtual="/header.html" --> <p class="intro"> @@ -17,6 +17,7 @@ <ol> <li>Finish up the textarea for testing short HTML fragments.</li> + <li>Fix up all absolute URIs to be relative (to aid local installations). Thanks to Alex Holst.</li> <li> Add a "fix my HTML for me" option using <a href="http://www.w3.org/People/Raggett/tidy/">Tidy</a>. |