Closed
Bug 361774
Opened 18 years ago
Closed 18 years ago
Background colors in table given as "rgb(x, y, z)" rendered completely wrong
Categories
(Camino Graveyard :: Page Layout, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 150214
People
(Reporter: Rudolf.Leitgeb, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.7) Gecko/20060911 Camino/1.0.3 (MultiLang)
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.7) Gecko/20060911 Camino/1.0.3 (MultiLang)
The website provides tables showing the effect over under- and overexposure on photographic film and the human eye. Using the safari web browser, the table colors are displayed as expected. Looking at the source code, I see the tables rendered as tables with no content but given background colors. The backgound colors are given with statements like the one contained in <td width="33" bgcolor="rgb(255,255,255)" height="18"> </td>
Unfortunately, camino produces some funny colors in that table which have no apparent relationship with the colors supposed to be shown.
Reproducible: Always
Steps to Reproduce:
1. Use caminobrowser to see web site
2. Use safari browser to see web site
3. Dump HTML source code to see how the tables are supplied
Actual Results:
caminobrowser shows wrong colors
safari shows correct colors
HTML source code shows reasonable looking color statements
Expected Results:
camino displays correct colors in tables
This is the first web site where I observe this problem - and I've used camino extensively for a year by now. Either that website is completely broken or the feature used by it is rarely used.
If you request I can send you screen shots of camino and safari rendering the page on my computer screen.
Comment 1•18 years ago
|
||
That's completely invalid HTML. CSS color specifiers are for CSS, not for HTML.
*** This bug has been marked as a duplicate of 150214 ***
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•