Annotation of 2002/css-validator/TODO.html, revision 1.3

1.1       plehegar    1: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
                      2:                       "http://www.w3.org/TR/REC-html40/loose.dtd">
                      3: <html lang="en">
                      4:   <head>
                      5:     <title>CSS Validator Project</title>
                      6: 
                      7:     <link href="style/page.css" type="text/css" rel="STYLESHEET">
                      8:     <meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
                      9:     <LINK REL="STYLESHEET" TITLE="default" MEDIA="screen" HREF="style/general.css" TYPE="text/css">
                     10: <META name="ROBOTS" content="NOINDEX, NOFOLLOW">
                     11: </head>
                     12:   <body>
                     13:     <a href="http://www.w3.org">
                     14:       <img src="http://www.w3.org/Icons/w3c_home" alt="w3c" border="0"></a><br>
                     15:     
                     16:     <div class="t1">CSS</div>
                     17:     <div class="t2">Validator</div>
                     18: 
1.3     ! bjoern     19:     <h1 class="center">CSS Validator Issue Tracking</h1>
        !            20: 
        !            21: <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>
1.1       plehegar   22: 
1.3     ! bjoern     23: <ul>
        !            24: <li><a href="http://www.w3.org/Bugs/">W3C issue tracking system homepage</a></li>
        !            25: <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>
        !            26: <li><a href="http://www.w3.org/Bugs/Public/buglist.cgi?product=CSSValidator">All CSS Validator issues</a></li>
        !            27: <li><a href="http://www.w3.org/Bugs/Public/query.cgi?product=CSSValidator">Search CSS Validator issues</a></li>
        !            28: <li><a href="http://www.w3.org/Bugs/Public/enter_bug.cgi?product=CSSValidator">New CSS Validator issue</a></li>
        !            29: </ul>
1.1       plehegar   30: 
                     31:     
                     32:     <hr class="large">
                     33:     <img src="images/mwcss.gif" alt="made with CSS">
1.2       plehegar   34:     <address class="right"><a href="Email.html">validator-css</a></address>
1.1       plehegar   35:   </body>
                     36: </html>

Webmaster