[Zope-PTK] CMF breaking CSS?

Bill Anderson bill@libc.org
14 Mar 2001 19:32:58 -0700


According to the CSS/HTML books I have, class statements are supposed to
be case-insensitive.

IOW:
<tr class="NewsItemRow">
is suposed to be the same as:
<tr class="newsitemrow">

Unfortunately, in the CMF, they are not. The first one is picked up, the
second is not.

This isn't good, IMO.

off-working-on-skins-ly y'rs Bill Anderson