[Webkit-unassigned] [Bug 8750] w3c.org: incorrect recovery from unclosed <a> elements
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat May 12 09:40:57 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=8750
------- Comment #2 from mitz at webkit.org 2007-05-12 09:40 PDT -------
Created an attachment (id=14519)
--> (http://bugs.webkit.org/attachment.cgi?id=14519&action=view)
Test case with explicit close tag
Although typically seen with <a>, this can be seen with the other residual
style tags (which allow nesting). The root cause for the bug in this case is
the following, from handleResidualStyleCloseTagAcrossBlocks():
// Find the element that crosses over to a higher level. For now, if there is
more than
// one, we will just give up and not attempt any sort of correction. It's
highly unlikely that
// there will be more than one, since <p> tags aren't allowed to be nested.
--
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