[webkit-reviews] review requested: [Bug 14395] When a <p> is inside <li> two <BR>s are rendered : [Attachment 15324] Check if the inline really generates line boxes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 30 07:01:45 PDT 2007


mitz at webkit.org has asked  for review:
Bug 14395: When a <p> is inside <li> two <BR>s are rendered
http://bugs.webkit.org/show_bug.cgi?id=14395

Attachment 15324: Check if the inline really generates line boxes
http://bugs.webkit.org/attachment.cgi?id=15324&action=edit

------- Additional Comments from mitz at webkit.org
Also fixes the <ul><li><div><ul><li>foo</li></ul></div><br></li></ul> case,
which was rendered completely wrong in quirks mode, making it match Firefox by
not applying the quirk if the list is not a child of the list item.

As far as I can tell, the affected editing test was testing buggy conditions
that no longer occur with this patch, but I did not want to remove it.



More information about the webkit-reviews mailing list