[Webkit-unassigned] [Bug 9217] padding-bottom not working for <a>

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Jun 4 14:58:05 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9217





------- Comment #13 from miles at lubin.us  2006-06-04 14:58 PDT -------
If I have it correctly, we don't want to shrink the box if it's in struct mode,
or if there are text children, or if there is a bottom border, or if there is
bottom padding.

The expression "(strictMode || hasTextChildren() || object()->borderBottom() ||
object()->paddingBottom())" looks like it does the exact opposite, it will
shrink if any of those are true. Putting a ! before the expression should
produce the correct logic. I'm currently building webkit with this patch and
will report on how it comes out.


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