- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 23 Oct 2009 05:12:39 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv19024
Modified Files:
Overview.html
Log Message:
Change for <form> is parsed in <table>. (whatwg r4288)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3424
retrieving revision 1.3425
diff -u -d -r1.3424 -r1.3425
--- Overview.html 23 Oct 2009 03:07:25 -0000 1.3424
+++ Overview.html 23 Oct 2009 05:12:36 -0000 1.3425
@@ -59852,6 +59852,18 @@
</dd>
+ <dt>A start tag whose tag name is "form"</dt>
+ <dd>
+
+ <p><a href="#parse-error">Parse error</a>.</p>
+
+ <p><a href="#insert-an-html-element">Insert an HTML element</a> for the token.</p>
+
+ <p>Pop that <code><a href="#the-input-element">input</a></code> element off the <a href="#stack-of-open-elements">stack of
+ open elements</a>.</p>
+
+ </dd>
+
<dt>An end-of-file token</dt>
<dd>
@@ -64261,7 +64273,8 @@
[hidden], area, base, basefont, command, datalist, head,
input[type=hidden], link, menu[type=context], meta, noembed, noframes,
-param, rp, script, source, style, title {
+param, rp, script, source, style, title, table > form, thead > form,
+tbody > form, tfoot > form, tr > form {
display: none;
}
Received on Friday, 23 October 2009 05:12:43 UTC