2002/css-validator BUGS.html,1.12,1.13

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

Modified Files:
	BUGS.html 
Log Message:
bugzilla bug import continues...

Index: BUGS.html
===================================================================
RCS file: /sources/public/2002/css-validator/BUGS.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- BUGS.html	29 May 2004 22:27:25 -0000	1.12
+++ BUGS.html	29 May 2004 22:48:34 -0000	1.13
@@ -174,6 +174,7 @@
 <pre>BODY {
       background-position : null null;
 }</pre>
+      <p>(<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=764">Bug #764</a>)</p>
       </li>
       <li>
 	<p>Problem with <a href='http://lists.w3.org/Archives/Public/www-validator-css/2002Mar/0031.html'>PHP</a>?
@@ -185,6 +186,7 @@
 	  "inherit" are legitimate colors for border-color.  The CSS
 	  parser gripes about it however. See <a
 	  href='http://lists.w3.org/Archives/Public/www-validator-css/2002Mar/att-0024/00-part'>message</a>.
+          (<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=765">Bug #765</a>)
 	</p>
       </li>
 
@@ -194,6 +196,7 @@
 	  Pretty printer removes attribute selector, i.e.  '#id[id] {
 	  position : fixed }' becomes '#id { position : fixed }' on
 	  output. (Reported by Bj&ouml;rn H&ouml;hrmann)
+          (<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=766">Bug #766</a>)
 	</p>
       </li>
       <li>
@@ -202,6 +205,7 @@
 	  'elem[p="100"] { }', i.e. users get an invalid style sheet
 	  since all values but ident tokens must be quoted. (Reported by
 	  Philip Pawley)
+          (<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=767">Bug #767</a>)
 	</p>
       </li>
     <li>
@@ -210,6 +214,7 @@
 	  complain 'background-color: transparent' as if
 	  background-color has been omitted, see <a
 	  href='http://lists.w3.org/Archives/Public/www-validator-css/2001Aug/0072.html'>message</a>
+          (<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=768">Bug #768</a>)
 	</p>
       </li>
       <li>
@@ -220,6 +225,7 @@
 	  validate pages written in languages you do not accept. I
 	  suggest adding '*' at the end of the list of accepted
 	  languages. (Reported by Bj&ouml;rn H&ouml;hrmann)
+          (<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=769">Bug #769</a>)
 	</p>
       </li>
       <li>

Received on Saturday, 29 May 2004 18:48:36 UTC