[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 15:46:47 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=55120
--- Comment #9 from Adam Barth <abarth at webkit.org> 2011-02-24 15:46:46 PST ---
> 1) What error does our parser think that it sees? No amount of boilerplate around this example seem to make the error go away.
If you set a breakpoint in HTMLTreeBuilder::parseError, you'll see the stack that generates the message. From the stack, you can look at the spec to see the instruction to emit a parse error. That will let us diagnose whether the bug is in the spec or in the code.
> 2) The warning message should be improved or removed - it seems unlikely that it can help anyone in its current state (the only bit of information it has is a line number, which doesn't seem sufficient).
I definitely agree.
--
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