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

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu Jun 1 18:44:48 PDT 2006


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





------- Comment #6 from hyatt at apple.com  2006-06-01 18:44 PDT -------
This is related to the quirk involving hasTextChildren() and
shrinkBoxesWithNoTextChildren() in InlineFlowBox.cpp.  Right now we shrink any
inline boxes that have no immediate text children.  We should either propagate
the bit up so that an ancestor is also considered to have text children (not
sure if this is right though), or we could check for a bottom border along with
hasTextChildren.


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