Closed
Bug 60828
Opened 25 years ago
Closed 25 years ago
table backgrounds are set wrong in cases.
Categories
(Core :: Layout: Tables, defect, P3)
Core
Layout: Tables
Tracking
()
VERIFIED
INVALID
People
(Reporter: raz, Assigned: karnaze)
References
()
Details
I stumbled upon this when trying to report a bug in staroffice ;)
the url listed has problems with it's table backgrounds. They work in ns4 and
ie (solaris ie/ns4 linux ns4).
I have glanced at the code and belive this may be a style sheet issue.. perhaps
a code error on suns part? .. in any case... it looks right in everything
besides mozilla and ns6.
bug exists in nightly build downloaded on 11/21 in the am
Comment 1•25 years ago
|
||
Apart from the fact that the site crashes my NS4.76 on Windows NT, it actually
is a code error on suns part. They use
<TH CLASS="LTBLUE">Support Item</TH>
whereas in the stylesheet they defined
TH.ltblue {
BACKGROUND: #ccf; COLOR: #000
}
Class names are case-sensitive, following the W3C. This is the same coding error
as in bug 49004. This bug is invalid.
Comment 2•25 years ago
|
||
Per w3.org spec. Marking INVALID.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•