RESOLVED WORKSFORME 18260
There is one row in table, and it cells using colspan, no width define. Table-layout is fixed. Cell width must be = (100% of talbe / N of virtual cols)*colspan value. This works in FF, IE, Opera, not Safari
https://bugs.webkit.org/show_bug.cgi?id=18260
Summary There is one row in table, and it cells using colspan, no width define. Table...
Dmitry K.
Reported 2008-04-01 06:12:02 PDT
There is one row in table, and it cells using colspan, no width define. Table-layout is fixed. Cell width must be = (100% of talbe / N of virtual cols)*colspan value. This works in FF, IE, Opera, not Safari <table style="table-layout:fixed;width:100%"> <tr> <td colspan='3'>...</td> <td>...</td> </tr> </table> Tds width must be: 75% and 25%.
Attachments
Nico Weber
Comment 1 2011-01-06 09:43:40 PST
We seem to match Firefox by now.
Note You need to log in before you can comment on or make changes to this bug.