- From: poot <cvsmail@w3.org>
- Date: Fri, 23 Oct 2009 14:12:54 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Change for <form> is parsed in <table>. (whatwg r4288) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3424&r2=1.3425&f=h http://html5.org/tools/web-apps-tracker?from=4287&to=4288 =================================================================== 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:13:25 UTC