Bugzilla – Bug 596
<keygen> breaks out of <select> too. (bug 6796)
Last modified: 2009-11-23 17:17:30 CET
Index: source =================================================================== --- source (revision 3162) +++ source (revision 3163) @@ -78525,7 +78525,7 @@ </dd> - <dt>A start tag whose tag name is one of: "input", "textarea"</dt> + <dt>A start tag whose tag name is one of: "input", "keygen", "textarea"</dt> <dd> <p><span>Parse error</span>. Act as if an end tag with the tag name "select" had been seen, and reprocess the token.</p>