Re: CSS Level 1 Testsuite - 3.2

It clearly is a typo, there's no way that text should be green.
The relevant line is:
   UL LI#gre,UL LI #gret {color: green;}
and should be:
   UL LI#gre,UL LI#gret {color: green;}

It applies to:
   <LI ID="gret">...this green...

Unfortunately, I have no idea how to get the fix applied if the
email address listed (css-test) doesn't go to a person anymore.

-- 
Roger Pate <roger@qxxy.com>

Received on Wednesday, 22 September 2004 10:35:25 UTC