[Webkit-unassigned] [Bug 90428] Fall thorugh in handling a "button" start tag in HTMLTreeBuilder::processStartTagForInBody(AtomicHTMLToken&)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 2 22:21:05 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=90428
--- Comment #5 from Adam Barth <abarth at webkit.org> 2012-07-02 22:21:05 PST ---
Some of the complexity here comes from the fact that some of the other modes of the parser call processStartTagForInBody, so we need to analyze how the end tag is treated in all those modes as well. I suspect the patch is correct, but it's a fair amount of work to verify it (and the benefit is very small), which is why the FIXME is there rather than the fall through.
I appreciate your posting the patch for review. It's just that reviewing the patch is much more difficult than writing it.
--
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