[webkit-reviews] review requested: [Bug 11588] offsetwidth gives different values in Firefox and Safari in certain tables : [Attachment 13503] sample html showing the table layout after implementing the cols attribute

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


Madhu M <madhu.mukund at wipro.com> has asked  for review:
Bug 11588: offsetwidth gives different values in Firefox and Safari in certain
tables
http://bugs.webkit.org/show_bug.cgi?id=11588

Attachment 13503: sample html showing the table layout after implementing the
cols attribute
http://bugs.webkit.org/attachment.cgi?id=13503&action=edit

------- Additional Comments from Madhu M <madhu.mukund at wipro.com>
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



More information about the webkit-reviews mailing list