[Webkit-unassigned] [Bug 6584] REGRESSION: button after unclosed button gives trouble
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Tue Jan 24 21:15:19 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=6584
darin at apple.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|HTML Forms |HTML DOM
------- Comment #3 from darin at apple.com 2006-01-24 21:15 -------
Believe it or not, this is an HTML parser issue. It's the parser that's
responsible for rules about closing tags that are left open. And this is an
example of a <button> tag that's left open, since in HTML, <button/> does not
count as a closed tag even though in XHTML it is self-closing.
--
Configure bugmail: http://bugzilla.opendarwin.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