[Webkit-unassigned] [Bug 15277] COL element in table has 0 for offsetWidth

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 7 17:59:44 PST 2010


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


Daniel Bates <dbates at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #47314|0                           |1
        is obsolete|                            |




--- Comment #9 from Daniel Bates <dbates at webkit.org>  2010-03-07 17:59:44 PST ---
Created an attachment (id=50183)
 --> (https://bugs.webkit.org/attachment.cgi?id=50183)
Patch

Work in progress.

Resolved issue with percentages. Confirmed offsetWidth is correct for test case
as well as for the sample table in section 11.5 of the HTML 4 spec.
<http://www.w3.org/TR/html401/struct/tables.html#h-11.5>.

Also implemented offsetLeft, offsetTop, and offsetHeight. But offsetLeft and
offsetTop seem to be off by 1 pixel from the values reported for the top-most
table cell in each column. From observation, offsetHeight looks reasonable, but
will need to confirm.

-- 
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