[Webkit-unassigned] [Bug 13712] New: Avoid creating empty inlines when handling parsing errors
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon May 14 08:23:30 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=13712
Summary: Avoid creating empty inlines when handling parsing
errors
Product: WebKit
Version: 522+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: Normal
Priority: P3
Component: Page Loading
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mitz at webkit.org
[This is a follow up on the fix for bug 13603]
It would be nice to refrain from creating additional empty residual style tags
when recovering from parsing errors, for example <i><div></i></div> parses into
<i></i><div><i></i></div>, and with n block-level tags in between you get n
extra empty <i>s. Note, however, that this behavior conforms to the HTML5 spec.
--
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