[Webkit-unassigned] [Bug 18129] webkit doesn't set BGCOLOR for an empty cell <td>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 25 03:34:17 PST 2008


https://bugs.webkit.org/show_bug.cgi?id=18129





------- Comment #6 from arielk at google.com  2008-11-25 03:34 PDT -------
(In reply to comment #5)
This issue has been worked-around in google trends.
Here is an html snippet reproducing the bug:

<html>
<style>
table.bar td {
    border-bottom: none;
    padding:0;
}
table.bar {
  padding:0;
  border-top: 1px solid #E8EEF7;
}
</style>

<h1> doesn't render bgcolor (defined for empty td)</h1>
<table cellspacing="0" width="60" height="4" class="bar"><tbody><tr><td
bgcolor="#4684ee"/></tr></tbody></table>
<table cellspacing="0" width="62" height="4" class="bar"><tbody><tr><td
bgcolor="#dc3912"/></tr></tbody></table>
<table cellspacing="0" width="61" height="4" class="bar"><tbody><tr><td
bgcolor="#ff9900"/></tr></tbody></table>

<h1> doesn't render bgcolor (defined for tr tag)</h1>
<table cellspacing="0" width="60" height="4" class="bar"><tbody><tr
bgcolor="#4684ee"><td/></tr></tbody></table>
<table cellspacing="0" width="62" height="4" class="bar"><tbody><tr
bgcolor="#dc3912"><td/></tr></tbody></table>
<table cellspacing="0" width="61" height="4" class="bar"><tbody><tr
bgcolor="#ff9900"><td/></tr></tbody></table>

<h1> renders bgcolor (defined for table tag)</h1>
<table cellspacing="0" width="60" height="4" class="bar"
bgcolor="#4684ee"><tbody><tr><td/></tr></tbody></table>
<table cellspacing="0" width="62" height="4" class="bar"
bgcolor="#dc3912"><tbody><tr><td/></tr></tbody></table>
<table cellspacing="0" width="61" height="4" class="bar"
bgcolor="#ff9900"><tbody><tr><td/></tr></tbody></table>
</html>


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list