[Webkit-unassigned] [Bug 16403] In new gmail interface, list of labels in message view is misplaced

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 22 13:38:16 PST 2007


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





------- Comment #5 from mitz at webkit.org  2007-12-22 13:38 PDT -------
Gmail uses tables with display:inline. In quirks mode, WebKit just turns those
into display:inline-table. In strict mode, it still creates an anonymous table
(with display:table) to hold the table sections. This is what happens in Gmail.

Firefox (versions 2 and 3) displays the tables inline.


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