- From: Bjoern Hoehrmann <bjoern@dev.w3.org>
- Date: Wed, 09 Jun 2004 22:26:47 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator In directory hutz:/tmp/cvs-serv9850 Modified Files: BUGS.html Log Message: ACTION: (Bjoern or) Olivier to replace the BUGS.html/TODO.html with some Bugzilla intro and pointers to specific CssValidator Bugzilla entry points Index: BUGS.html =================================================================== RCS file: /sources/public/2002/css-validator/BUGS.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- BUGS.html 29 May 2004 22:48:34 -0000 1.13 +++ BUGS.html 9 Jun 2004 22:26:45 -0000 1.14 @@ -21,8 +21,19 @@ <div class="t1">CSS</div> <div class="t2">Validator</div> - <h1 class="center">CSS Validator version 1.0 : bugs list</h1> - + <h1 class="center">CSS Validator Issue Tracking</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&bug_status=NEW&bug_status=ASSIGNED&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> + +<!-- <ol> <li> <pre> @@ -65,7 +76,7 @@ </p> <pre><style type="text/css"><!-- body { volume: 100% } ---></style></pre> +--></style></pre> <p> is to be ignored by those user agents. The CSS Validator should give a strong warning when encountering this and ignore @@ -243,6 +254,8 @@ </li> </ol> +--> + <hr class="large" /> <a class="right" href="http://validator.w3.org/"> <img src="http://www.w3.org/Icons/valid-xhtml10"
Received on Wednesday, 9 June 2004 18:26:47 UTC