- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Jan 2010 11:23:58 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv18445 Modified Files: Overview.html Log Message: <form> and </form> handling in <table>. (whatwg r4522) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3618 retrieving revision 1.3619 diff -u -d -r1.3618 -r1.3619 --- Overview.html 6 Jan 2010 11:04:24 -0000 1.3618 +++ Overview.html 6 Jan 2010 11:23:55 -0000 1.3619 @@ -60090,6 +60090,11 @@ <p><a href="#parse-error">Parse error</a>.</p> + <p>If the <a href="#form-element-pointer"><code title="form">form</code> element + pointer</a> is not null, ignore the token.</p> + + <p>Otherwise:</p> + <p><a href="#insert-an-html-element">Insert an HTML element</a> for the token.</p> <p>Pop that <code><a href="#the-form-element">form</a></code> element off the <a href="#stack-of-open-elements">stack of @@ -60097,6 +60102,16 @@ </dd> + <dt>An end tag whose tag name is "form"</dt> + <dd> + + <p><a href="#parse-error">Parse error</a>.</p> + + <p>Set the <a href="#form-element-pointer"><code title="">form</code> element pointer</a> + to null.</p> + + </dd> + <dt>An end-of-file token</dt> <dd>
Received on Wednesday, 6 January 2010 11:23:59 UTC