[Webkit-unassigned] [Bug 13337] Safari hangs loading html file with deeply nested tags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 20 16:01:51 PDT 2007


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





------- Comment #22 from hyatt at apple.com  2007-04-20 16:01 PDT -------
Just brainstorming, but the basic idea would be to allow blocks inside inlines
in the render tree.  Do no fixups.  The enclosing block thinks its children are
inline.  During line layout, hitting one of these blocks results in an end of
the line.  Then block layout has to run until an inline is again encountered. 
And so on, switching back and forth between the two layout models.


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