[Webkit-unassigned] [Bug 55120] <input value="type=submit"> throws a warning (=?UTF-8?Q?=E2=80=9CHTML=20parse=20error=E2=80=9D?=)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 24 16:04:37 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=55120
Alexey Proskuryakov <ap at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
--- Comment #10 from Alexey Proskuryakov <ap at webkit.org> 2011-02-24 16:04:37 PST ---
> If you set a breakpoint in HTMLTreeBuilder::parseError, you'll see the stack that generates the message.
The stack is:
#0 0x1038072c3 in WebCore::HTMLTreeBuilder::parseError at HTMLTreeBuilder.cpp:2809
#1 0x103808345 in WebCore::HTMLTreeBuilder::processAnyOtherEndTagForInBody at HTMLTreeBuilder.cpp:1563
#2 0x103811e93 in WebCore::HTMLTreeBuilder::processEndTagForInBody at HTMLTreeBuilder.cpp:1991
#3 0x10380eb79 in WebCore::HTMLTreeBuilder::processEndTag at HTMLTreeBuilder.cpp:2103
#4 0x10380e551 in WebCore::HTMLTreeBuilder::processToken at HTMLTreeBuilder.cpp:472
#5 0x103813108 in WebCore::HTMLTreeBuilder::constructTreeFromAtomicToken at HTMLTreeBuilder.cpp:450
#6 0x1038134a2 in WebCore::HTMLTreeBuilder::constructTreeFromToken at HTMLTreeBuilder.cpp:445
#7 0x103796c9e in WebCore::HTMLDocumentParser::pumpTokenizer at HTMLDocumentParser.cpp:269
The node in question is a <body>. It is not easy enough for me to read the spec to see if the code follows it here.
--
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