- From: David Anderson <DAnderson@AocSolutions.com>
- Date: Mon, 7 May 2001 12:33:33 -0400 (EDT)
- To: "'site-comments@w3.org'" <site-comments@w3.org>
- Cc: "'Eric Meyer'" <emeyer@theopalgroup.com>
> -----Original Message----- > From: Eric Meyer [SMTP:emeyer@theopalgroup.com] > Sent: Monday, May 07, 2001 11:39 AM > To: danderson@aocsolutions.com > Cc: jkilmer@theopalgroup.com; jacobs@theopalgroup.com > Subject: Re: Wanted to see w3's stylesheet explained, but got > error... > > >Wanted to try out your spectoracle css explainer, but I got an error > >when attempting to have the w3's stylesheet anaylized.... > > > >The comma tripped it up... > > > >You can try it yourself... > >http://www.w3.org/StyleSheets/home > > Well, we went to look and discovered that the W3C stylesheet > contains at least this error: > > body { > html, background: #fff; > color: #000; > } > > This is very wrong. I'm going to guess that what was meant was the > following: > > html, body { > background: #fff; > color: #000; > } > > We'll be letting the W3C know about the problem, but you should > probably do the same, just so it gets raised on their priority list > and (hopefully) fixed in a timely manner. > > -- > Eric Meyer > Internet Applications Manager e-mail: emeyer@theopalgroup.com > The OPAL Group / Technical Services voice: (216) 986-0710 ext. 21 > http://www.theopalgroup.com/ fax: (216) 986-0714
Received on Monday, 7 May 2001 21:19:40 UTC