[Webkit-unassigned] [Bug 17801] <table width="0"> causes image misalignment

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 2 00:32:56 PDT 2013


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


gur.trio at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gur.trio at gmail.com




--- Comment #3 from gur.trio at gmail.com  2013-08-02 00:32:40 PST ---
Firefox and safari/chrome behaviour is different. 
As mentioned in the content table width is zero which mozilla doesnot apply. When we see the layout of table it shows 408*608 and for other table its 416*88.

Spec says 
"With this (fast) algorithm, the horizontal layout of the table does not depend on the contents of the cells; it only depends on the table's width, the width of the columns, and borders or cell spacing."

Also http://www.w3schools.com/cssref/tryit.asp?filename=trycss_table_table-layout when we change the width of 2nd table from 100% to 0px mozilla takes the width of content i.e td rather than 0px.

So seems safari/chrome is correct.

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