There's a problem with the naming of classes in the
CSS.HTM checkerboard example.

.black td
         will not work with Opera using class="black"
         Opera is correct.

.black td
         will work with Opera using class="black td"
         but not A1.70   Opera is correct.

.black-td or .black
         would be my preferred usage. OK in both :-)

Similarly with ".white td". Missin' a few </td>s etc., too <g>

It is legal (and common) in CSS to name simple colors with
three hexadecimal digits: e.g. #FFF instead of #FFFFFF
A1.70 interprets these occurrences as #FFFF00, yellow
instead of white.

All the best,

Jake Young


-- Written by a user of Arachne: the Internet Survival Kit
-- Arachne V1.70;rev.3, NON-COMMERCIAL copy, http://arachne.cz/

Reply via email to