- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 01 Jun 2009 20:18:01 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv9168
Modified Files:
Overview.html
Log Message:
<keygen> breaks out of <select> too. (bug 6796) (whatwg r3163)
Index: Overview.html
===================================================================
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:18:07 UTC