- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 26 Nov 2008 10:26:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv11423 Modified Files: Overview.html Log Message: Fix a note about <object> now that it really is a form element. (whatwg r2460) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1631 retrieving revision 1.1632 diff -u -d -r1.1631 -r1.1632 --- Overview.html 26 Nov 2008 10:07:30 -0000 1.1631 +++ Overview.html 26 Nov 2008 10:26:44 -0000 1.1632 @@ -18621,9 +18621,9 @@ </dl><p>In addition, some <a href=#category-submit title=category-submit>submittable elements</a> can be, depending on their attributes, <dfn id=concept-button title=concept-button>buttons</dfn>. The prose below defines when - an element is a button. Some buttons are specifically <dfn id=concept-submit-button title=concept-submit-button>submit buttons</dfn>.<p class=note>For historical reasons, the <code><a href=#the-object-element>object</a></code> - element, which is not otherwise considered to be related to forms, - is also a <a href=#form-associated-element>form-associated element</a>.<h4 id=the-form-element><span class=secno>4.10.1 </span>The <dfn><code>form</code></dfn> element</h4><dl class=element><dt>Categories</dt> + an element is a button. Some buttons are specifically <dfn id=concept-submit-button title=concept-submit-button>submit buttons</dfn>.<p class=note>The <code><a href=#the-object-element>object</a></code> element is also a + <a href=#form-associated-element>form-associated element</a> and can, with the use of a + suitable <a href=#plugin>plugin</a>, partake in form submission.<h4 id=the-form-element><span class=secno>4.10.1 </span>The <dfn><code>form</code></dfn> element</h4><dl class=element><dt>Categories</dt> <dd><a href=#flow-content-0>Flow content</a>.</dd> <dt>Contexts in which this element may be used:</dt> <dd>Where <a href=#flow-content-0>flow content</a> is expected.</dd>
Received on Wednesday, 26 November 2008 10:26:56 UTC