[Webkit-unassigned] [Bug 158151] New: Table cell background color isn't shown when cellpadding value is 0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 27 04:32:42 PDT 2016


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

            Bug ID: 158151
           Summary: Table cell background color isn't shown when
                    cellpadding value is 0
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tables
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gyuyoung.kim at webkit.org

Created attachment 279951
  --> https://bugs.webkit.org/attachment.cgi?id=279951&action=review
Table screenshot

Unlike other browsers, when *cellpadding* value is defined to 0, table cell has been filled with table bgcolor, not table cell color.

<table border="0" width="100%" height="40" cellspacing="1" cellpadding="0" bgcolor="#B7BA52">
  <tr bgcolor="#FFFFFF">
    <td></td>
    <td></td>        
    <td></td>
  </tr>
  <tr bgcolor="#FFFFFF">
    <td></td>
    <td></td>        
    <td></td>
  </tr>
  <tr bgcolor="#FFFFFF">
    <td></td>
    <td></td>        
    <td></td>
  </tr>
</table>

I attach a screenshot to show how to draw this code on WebKit.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160527/2fea56d8/attachment.html>


More information about the webkit-unassigned mailing list