[Webkit-unassigned] [Bug 54816] New: style.borderSpacing always returns empty string

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 19 19:49:36 PST 2011


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

           Summary: style.borderSpacing always returns empty string
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tables
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dbates at webkit.org
                CC: hyatt at apple.com, bdakin at apple.com


Created an attachment (id=83087)
 --> (https://bugs.webkit.org/attachment.cgi?id=83087&action=review)
Example

Consider the following HTML snippet:

<table id="table" style="border-spacing: 4px 5px">
    <tr><td>Cell 1</td></tr>
</table>

Then document.getElementById("table").borderSpacing should be equal to the string "4px 5px". But document.getElementById("table").borderSpacing == "" (as of r79140).

Notice that both Mac Firefox 3.6.13 and IE 8 return the string "4px 5px".

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



More information about the webkit-unassigned mailing list