2002/css-validator TODO.html,1.2,1.3

Update of /sources/public/2002/css-validator
In directory hutz:/tmp/cvs-serv11650

Modified Files:
	TODO.html 
Log Message:
copy and paste from BUGS.html, better ideas for the new content most welcome.

Index: TODO.html
===================================================================
RCS file: /sources/public/2002/css-validator/TODO.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- TODO.html	18 May 2002 21:40:55 -0000	1.2
+++ TODO.html	9 Jun 2004 22:31:40 -0000	1.3
@@ -16,26 +16,18 @@
     <div class="t1">CSS</div>
     <div class="t2">Validator</div>
 
-    <h1 class="center">CSS Validator version 1.0 : TODO</h1>
-    
-    <p>For my christmas ...</p>
-    <ol>
-      <li>All lots of errors are not implemented in XML version.</li>
-      <li>Implementation for errors and warnings output in StyleSheetGenerator.</li>
-      <li>Implementation of new versions of selectors (in CSS2, the parser recognize
-	only at-rules, and new values like angle).</li>
-    </ol>
+    <h1 class="center">CSS Validator Issue Tracking</h1>
 
-    <h1 class="center">CSS Validator version 2.0 : TODO</h1>
+<p>W3C maintains a public bug tracking database known as <a href="http://www.w3.org/Bugs/Public/">Bugzilla</a> where developers and other technical users can log bug reports and feature suggestions directly. If you are not familiar with issue tracking systems in general or the Bugzilla bug tracker, send your feedback to the <a href="Email.html">mailing list</a> and someone on the W3C CSS Validator Team will take care of logging your issue as appropriate.</p>
+
+<ul>
+<li><a href="http://www.w3.org/Bugs/">W3C issue tracking system homepage</a></li>
+<li><a href="http://www.w3.org/Bugs/Public/buglist.cgi?product=CSSValidator&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED">All active CSS Validator issues</a></li>
+<li><a href="http://www.w3.org/Bugs/Public/buglist.cgi?product=CSSValidator">All CSS Validator issues</a></li>
+<li><a href="http://www.w3.org/Bugs/Public/query.cgi?product=CSSValidator">Search CSS Validator issues</a></li>
+<li><a href="http://www.w3.org/Bugs/Public/enter_bug.cgi?product=CSSValidator">New CSS Validator issue</a></li>
+</ul>
 
-    <p>
-      I must change the cascading algorithm according to the new CSS2
-      selector. The current code is broken.
-    </p>
-    <p>
-      I have to finish media support.
-    </p>
-    
     
     <hr class="large">
     <img src="images/mwcss.gif" alt="made with CSS">

Received on Wednesday, 9 June 2004 18:31:43 UTC