Skip to content

Commit

Permalink
[e] (0) Fix a note about <object> now that it really is a form element.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2460 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 26, 2008
1 parent 6af8fa9 commit 8ba9460
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -22910,9 +22910,9 @@ function AddCloud(data, x, y) { ... }</pre>
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>
Expand Down
6 changes: 3 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -25516,9 +25516,9 @@ function AddCloud(data, x, y) { ... }</pre>
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>
Expand Down

0 comments on commit 8ba9460

Please sign in to comment.