diff options
author | link <link@localhost> | 2002-03-02 21:46:33 +0000 |
---|---|---|
committer | link <link@localhost> | 2002-03-02 21:46:33 +0000 |
commit | 8251594610099d63c2cb5ecca204e393b7133c36 (patch) | |
tree | d9f0ffc30f3ecfe709a60c74aaa2a5d58b909e9e | |
parent | f259da8827ade393b7d2445b83c472a4f30a825a (diff) | |
download | markup-validator-8251594610099d63c2cb5ecca204e393b7133c36.zip markup-validator-8251594610099d63c2cb5ecca204e393b7133c36.tar.gz markup-validator-8251594610099d63c2cb5ecca204e393b7133c36.tar.bz2 |
Add TODO for fixing up absolute URIs. Thanks to Alex Holst.
-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>. |