[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 15:23:58 PDT 2007


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





------- Comment #20 from hyatt at apple.com  2007-04-20 15:23 PDT -------
The long-term solution to the blocks-inside-inlines problem is to avoid the
creation of excess RenderObjects.  Eliminate the concept of the continuation()
and all of the inline splitting code and instead enable blocks to have a
mixture of line and block children.  The block could then alternate between
line and block layout, as it goes through its mixture of lines and blocks.

The line boxes of a single <span> would then be connected as though the blocks
weren't present.

First-line could also be simplified, since later lines after subblocks would
know they weren't really the first line.


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