[Webkit-unassigned] [Bug 60685] Solar Walk For Mac: Info window is blank (HTML5 parser)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 11 20:31:39 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=60685





--- Comment #4 from Adam Barth <abarth at webkit.org>  2011-05-11 20:31:38 PST ---
(From update of attachment 93238)
View in context: https://bugs.webkit.org/attachment.cgi?id=93238&action=review

> Source/WebCore/html/parser/HTMLTreeBuilder.cpp:2734
> +        if (m_usePreHTML5ParserQuirks && token.selfClosing()) {

I don't think this what the old parser used to do. The old parser used to "re-parse" the document if the <title> tag ate the whole document.  I wonder if there's a more general solution that would apply to more apps than just solar walk.  In some sense, this is a "double mistake" by the author.  If we can treat the primary mistake (unterminated title tags), that's a mistake that's more likely to have been hit by other apps.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list