[html5] r2460 - [e] (0) Fix a note about <object> now that it really is a form element.

whatwg at whatwg.org whatwg at whatwg.org
Wed Nov 26 02:26:41 PST 2008


Author: ianh
Date: 2008-11-26 02:26:40 -0800 (Wed, 26 Nov 2008)
New Revision: 2460

Modified:
   index
   source
Log:
[e] (0) Fix a note about <object> now that it really is a form element.

Modified: index
===================================================================
--- index	2008-11-26 10:07:26 UTC (rev 2459)
+++ index	2008-11-26 10:26:40 UTC (rev 2460)
@@ -22910,9 +22910,9 @@
   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>
 
-  <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>.</p>
+  <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.</p>
 
 
   <h4 id=the-form-element><span class=secno>4.10.1 </span>The <dfn><code>form</code></dfn> element</h4>

Modified: source
===================================================================
--- source	2008-11-26 10:07:26 UTC (rev 2459)
+++ source	2008-11-26 10:26:40 UTC (rev 2460)
@@ -25516,9 +25516,9 @@
   an element is a button. Some buttons are specifically <dfn
   title="concept-submit-button">submit buttons</dfn>.</p>
 
-  <p class="note">For historical reasons, the <code>object</code>
-  element, which is not otherwise considered to be related to forms,
-  is also a <span>form-associated element</span>.</p>
+  <p class="note">The <code>object</code> element is also a
+  <span>form-associated element</span> and can, with the use of a
+  suitable <span>plugin</span>, partake in form submission.</p>
 
 
   <h4>The <dfn><code>form</code></dfn> element</h4>




More information about the Commit-Watchers mailing list