[html5] r3163 - [ct] (0) <keygen> breaks out of <select> too. (bug 6796)
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jun 1 13:17:54 PDT 2009
Author: ianh
Date: 2009-06-01 13:17:51 -0700 (Mon, 01 Jun 2009)
New Revision: 3163
Modified:
index
source
Log:
[ct] (0) <keygen> breaks out of <select> too. (bug 6796)
Modified: index
===================================================================
--- index 2009-06-01 20:15:58 UTC (rev 3162)
+++ index 2009-06-01 20:17:51 UTC (rev 3163)
@@ -64353,7 +64353,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>
Modified: source
===================================================================
--- source 2009-06-01 20:15:58 UTC (rev 3162)
+++ source 2009-06-01 20:17:51 UTC (rev 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>
More information about the Commit-Watchers
mailing list