[Webkit-unassigned] [Bug 11588] offsetwidth gives different values in Firefox and Safari in certain tables

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 6 21:11:33 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=11588


madhu.mukund at wipro.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #13503|                            |review?
               Flag|                            |




------- Comment #14 from madhu.mukund at wipro.com  2007-03-06 21:11 PDT -------
Created an attachment (id=13503)
 --> (http://bugs.webkit.org/attachment.cgi?id=13503&action=view)
sample html showing the table layout after implementing the cols attribute

This html file shows the table layout after implementing the required changes
for  handling cols attribute. The table cells will be having equal width if the
cols value is equal to or greater than the nuber of TDs. If the cols value is
less than the number of TDs, that many TDs equal to the cols value will be
having equal width (equivalent to the maximum width among them) and the rest of
the TDs will be sharing the remaining available width equally. This is the
behavior in Firefox


-- 
Configure bugmail: http://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