<keygen> breaks out of <select> too. (bug 6796) (whatwg r3163)

<keygen> breaks out of <select> too. (bug 6796) (whatwg r3163)
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6796

Diffs for this change per section: 
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2317.html#parsing-main-inselect

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2316&r2=1.2317&f=h
http://html5.org/tools/web-apps-tracker?from=3162&to=3163

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2316
retrieving revision 1.2317
diff -u -d -r1.2316 -r1.2317
--- Overview.html 1 Jun 2009 20:16:04 -0000 1.2316
+++ Overview.html 1 Jun 2009 20:17:57 -0000 1.2317
@@ -58225,7 +58225,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><a href="#parse-error">Parse error</a>. Act as if an end tag with the tag
     name "select" had been seen, and reprocess the token.</p>

Received on Monday, 1 June 2009 20:20:04 UTC