[html5] r6221 - [cgiow] (0) Remove <progress form> and <meter form> since they are basically use [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jun 13 17:33:07 PDT 2011
Author: ianh
Date: 2011-06-13 17:33:05 -0700 (Mon, 13 Jun 2011)
New Revision: 6221
Modified:
complete.html
index
source
Log:
[cgiow] (0) Remove <progress form> and <meter form> since they are basically useless.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12254
Modified: complete.html
===================================================================
--- complete.html 2011-06-13 23:39:01 UTC (rev 6220)
+++ complete.html 2011-06-14 00:33:05 UTC (rev 6221)
@@ -239,7 +239,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 13 June 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 14 June 2011</h2>
</hgroup><dl><dt>Multiple-page version:</dt>
<dd><a href=http://www.whatwg.org/specs/web-apps/current-work/complete/>http://www.whatwg.org/specs/web-apps/current-work/complete/</a></dd>
<dt>One-page version:</dt>
@@ -11231,14 +11231,12 @@
embedded content are all types of flow content. Embedded content is
also a type of phrasing content." src=http://images.whatwg.org/content-venn.png></object></p>
- <p>In addition, certain elements are categorized as <a href=#form-associated-element title="form-associated element">form-associated elements</a> and
- further subcategorized to define their role in various form-related
- processing models.</p>
+ <p>Other categories are also used for specific purposes, e.g. form
+ controls are specified using a number of categories to define common
+ requirements. Some elements have unique requirements and do not fit
+ into any particular category.</p>
- <p>Some elements have unique requirements and do not fit into any
- particular category.</p>
-
<h6 id=metadata-content-0><span class=secno>3.2.5.1.1 </span>Metadata content</h6>
<p><dfn id=metadata-content>Metadata content</dfn> is content that sets up the
@@ -41587,10 +41585,8 @@
<li><code><a href=#the-input-element>input</a></code></li>
<li><code><a href=#the-keygen-element>keygen</a></code></li>
<li><code><a href=#the-label-element>label</a></code></li>
- <li><code><a href=#the-meter-element>meter</a></code></li>
<li><code><a href=#the-object-element>object</a></code></li>
<li><code><a href=#the-output-element>output</a></code></li>
- <li><code><a href=#the-progress-element>progress</a></code></li>
<li><code><a href=#the-select-element>select</a></code></li>
<li><code><a href=#the-textarea-element>textarea</a></code></li>
</ul><p>The <a href=#form-associated-element title="form-associated element">form-associated
@@ -41614,24 +41610,6 @@
<li><code><a href=#the-textarea-element>textarea</a></code></li>
</ul></dd>
- <dt><dfn id=category-label title=category-label>Labelable elements</dfn></dt>
-
- <dd>
-
- <p>Denotes elements that can be associated with <code><a href=#the-label-element>label</a></code>
- elements.</p>
-
- <!-- when updating this also update the category index -->
- <ul class="brief category-list"><li><code><a href=#the-button-element>button</a></code></li>
- <li><code><a href=#the-input-element>input</a></code> (if the <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is <em>not</em> in the <a href=#hidden-state title=attr-input-type-hidden>Hidden</a> state)</li>
- <li><code><a href=#the-keygen-element>keygen</a></code></li>
- <li><code><a href=#the-meter-element>meter</a></code></li>
- <li><code><a href=#the-output-element>output</a></code></li>
- <li><code><a href=#the-progress-element>progress</a></code></li>
- <li><code><a href=#the-select-element>select</a></code></li>
- <li><code><a href=#the-textarea-element>textarea</a></code></li>
- </ul></dd>
-
<dt><dfn id=category-submit title=category-submit>Submittable elements</dfn></dt>
<dd>
@@ -41646,8 +41624,12 @@
<li><code><a href=#the-object-element>object</a></code></li>
<li><code><a href=#the-select-element>select</a></code></li>
<li><code><a href=#the-textarea-element>textarea</a></code></li>
- </ul></dd>
+ </ul><p>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>
+ </dd>
+
<dt><dfn id=category-reset title=category-reset>Resettable elements</dfn></dt>
<dd>
@@ -41663,18 +41645,21 @@
<li><code><a href=#the-textarea-element>textarea</a></code></li>
</ul></dd>
- </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>
+ </dl><p>Some elements, not all of them <a href=#form-associated-element title="form-associated
+ element">form-associated</a>, are categorized as <dfn id=category-label title=category-label>labelable elements</dfn>. These are elements
+ that can be associated with a <code><a href=#the-label-element>label</a></code> element.
- <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 <a href=#form-submission>form
- submission</a>.</p>
+ <!-- when updating this also update the category index -->
+ <ul class="brief category-list"><li><code><a href=#the-button-element>button</a></code></li>
+ <li><code><a href=#the-input-element>input</a></code> (if the <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is <em>not</em> in the <a href=#hidden-state title=attr-input-type-hidden>Hidden</a> state)</li>
+ <li><code><a href=#the-keygen-element>keygen</a></code></li>
+ <li><code><a href=#the-meter-element>meter</a></code></li>
+ <li><code><a href=#the-output-element>output</a></code></li>
+ <li><code><a href=#the-progress-element>progress</a></code></li>
+ <li><code><a href=#the-select-element>select</a></code></li>
+ <li><code><a href=#the-textarea-element>textarea</a></code></li>
+ </ul><h4 id=the-form-element><span class=secno>4.10.3 </span>The <dfn><code>form</code></dfn> element</h4>
-
- <h4 id=the-form-element><span class=secno>4.10.3 </span>The <dfn><code>form</code></dfn> element</h4>
-
<dl class=element><dt>Categories</dt>
<dd><a href=#flow-content>Flow content</a>.</dd>
<dt>Contexts in which this element can be used:</dt>
@@ -42170,7 +42155,7 @@
<dt>Contexts in which this element can be used:</dt>
<dd>Where <a href=#phrasing-content>phrasing content</a> is expected.</dd>
<dt>Content model:</dt>
- <dd><a href=#phrasing-content>Phrasing content</a>, but with no descendant <a href=#category-label title=category-label>labelable form-associated elements</a> unless it is the element's <a href=#labeled-control>labeled control</a>, and no descendant <code><a href=#the-label-element>label</a></code> elements.</dd>
+ <dd><a href=#phrasing-content>Phrasing content</a>, but with no descendant <a href=#category-label title=category-label>labelable elements</a> unless it is the element's <a href=#labeled-control>labeled control</a>, and no descendant <code><a href=#the-label-element>label</a></code> elements.</dd>
<dt>Content attributes:</dt>
<dd><a href=#global-attributes>Global attributes</a></dd>
<dd><code title=attr-fae-form><a href=#attr-fae-form>form</a></code></dd>
@@ -42199,22 +42184,19 @@
<p>The <dfn id=attr-label-for title=attr-label-for><code>for</code></dfn> attribute
may be specified to indicate a form control with which the caption
is to be associated. If the attribute is specified, the attribute's
- value must be the <a href=#concept-id title=concept-id>ID</a> of a <a href=#category-label title=category-label>labelable
- form-associated element</a> in the same <code><a href=#document>Document</a></code> as
- the <code><a href=#the-label-element>label</a></code> element. <span class=impl>If the attribute
- is specified and there is an element in the <code><a href=#document>Document</a></code>
- whose <a href=#concept-id title=concept-id>ID</a> is equal to the value of the <code title=attr-label-for><a href=#attr-label-for>for</a></code> attribute, and the first such
- element is a <a href=#category-label title=category-label>labelable form-associated
- element</a>, then that element is the <code><a href=#the-label-element>label</a></code>
- element's <a href=#labeled-control>labeled control</a>.</span></p>
+ value must be the <a href=#concept-id title=concept-id>ID</a> of a <a href=#category-label title=category-label>labelable element</a> in the same
+ <code><a href=#document>Document</a></code> as the <code><a href=#the-label-element>label</a></code> element. <span class=impl>If the attribute is specified and there is an element
+ in the <code><a href=#document>Document</a></code> whose <a href=#concept-id title=concept-id>ID</a> is equal to the value of the <code title=attr-label-for><a href=#attr-label-for>for</a></code> attribute, and the first such
+ element is a <a href=#category-label title=category-label>labelable element</a>,
+ then that element is the <code><a href=#the-label-element>label</a></code> element's <a href=#labeled-control>labeled
+ control</a>.</span></p>
<div class=impl>
<p>If the <code title=attr-label-for><a href=#attr-label-for>for</a></code> attribute is not
- specified, but the <code><a href=#the-label-element>label</a></code> element has a <a href=#category-label title=category-label>labelable form-associated element</a>
- descendant, then the first such descendant in <a href=#tree-order>tree
- order</a> is the <code><a href=#the-label-element>label</a></code> element's <a href=#labeled-control>labeled
- control</a>.</p>
+ specified, but the <code><a href=#the-label-element>label</a></code> element has a <a href=#category-label title=category-label>labelable element</a> descendant, then the
+ first such descendant in <a href=#tree-order>tree order</a> is the
+ <code><a href=#the-label-element>label</a></code> element's <a href=#labeled-control>labeled control</a>.</p>
<p>The <code><a href=#the-label-element>label</a></code> element's exact default presentation and
behavior, in particular what its <a href=#activation-behavior>activation behavior</a>
@@ -42281,14 +42263,13 @@
</dl><div class=impl>
- <p><a href=#category-label title=category-label>Labelable form-associated
- elements</a> have a <code><a href=#nodelist>NodeList</a></code> object associated with
- them that represents the list of <code><a href=#the-label-element>label</a></code> elements, in
- <a href=#tree-order>tree order</a>, whose <a href=#labeled-control>labeled control</a> is the
- element in question. The <dfn id=dom-lfe-labels title=dom-lfe-labels><code>labels</code></dfn> IDL attribute of
- <a href=#category-label title=category-label>labelable form-associated
- elements</a>, on getting, must return that <code><a href=#nodelist>NodeList</a></code>
- object.</p>
+ <p><a href=#category-label title=category-label>Labelable elements</a> have a
+ <code><a href=#nodelist>NodeList</a></code> object associated with them that represents
+ the list of <code><a href=#the-label-element>label</a></code> elements, in <a href=#tree-order>tree order</a>,
+ whose <a href=#labeled-control>labeled control</a> is the element in question. The
+ <dfn id=dom-lfe-labels title=dom-lfe-labels><code>labels</code></dfn> IDL attribute
+ of <a href=#category-label title=category-label>labelable elements</a>, on
+ getting, must return that <code><a href=#nodelist>NodeList</a></code> object.</p>
<p>The <code title=dom-fae-form><a href=#dom-fae-form>form</a></code> IDL attribute is part
of the element's forms API.</p>
@@ -49837,7 +49818,7 @@
<dl class=element><dt>Categories</dt>
<dd><a href=#flow-content>Flow content</a>.</dd>
<dd><a href=#phrasing-content>Phrasing content</a>.</dd>
- <dd><a href=#category-label title=category-label>Labelable</a> <a href=#form-associated-element>form-associated element</a>.</dd>
+ <dd><a href=#category-label title=category-label>Labelable element</a>.</dd>
<dt>Contexts in which this element can be used:</dt>
<dd>Where <a href=#phrasing-content>phrasing content</a> is expected.</dd>
<dt>Content model:</dt>
@@ -49846,14 +49827,12 @@
<dd><a href=#global-attributes>Global attributes</a></dd>
<dd><code title=attr-progress-value><a href=#attr-progress-value>value</a></code></dd>
<dd><code title=attr-progress-max><a href=#attr-progress-max>max</a></code></dd>
- <dd><code title=attr-fae-form><a href=#attr-fae-form>form</a></code></dd>
<dt>DOM interface:</dt>
<dd>
<pre class=idl>interface <dfn id=htmlprogresselement>HTMLProgressElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
attribute double <a href=#dom-progress-value title=dom-progress-value>value</a>;
attribute double <a href=#dom-progress-max title=dom-progress-max>max</a>;
readonly attribute double <a href=#dom-progress-position title=dom-progress-position>position</a>;
- readonly attribute <a href=#htmlformelement>HTMLFormElement</a>? <a href=#dom-fae-form title=dom-fae-form>form</a>;
readonly attribute <a href=#nodelist>NodeList</a> <a href=#dom-lfe-labels title=dom-lfe-labels>labels</a>;
};</pre>
</dd>
@@ -49951,10 +49930,6 @@
position of the <a href=#concept-progress-value title=concept-progress-value>current
value</a> relative to the <a href=#concept-progress-maximum title=concept-progress-maximum>maximum value</a>.</p>
- <p>The <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute is used to
- explicitly associate the <code><a href=#the-progress-element>progress</a></code> element with its
- <a href=#form-owner>form owner</a>.</p>
-
</div>
<dl class=domintro><dt><var title="">progress</var> . <code title=dom-progress-position><a href=#dom-progress-position>position</a></code></dt>
@@ -49995,8 +49970,7 @@
same name. The default value for <code title=dom-progress-max><a href=#dom-progress-max>max</a></code> is 1.0.</p>
<p>The <code title=dom-lfe-labels><a href=#dom-lfe-labels>labels</a></code> attribute provides
- a list of the element's <code><a href=#the-label-element>label</a></code>s. The <code title=dom-fae-form><a href=#dom-fae-form>form</a></code> IDL attribute is part of the
- element's forms API.</p>
+ a list of the element's <code><a href=#the-label-element>label</a></code>s.</p>
</div>
@@ -50008,7 +49982,7 @@
<dl class=element><dt>Categories</dt>
<dd><a href=#flow-content>Flow content</a>.</dd>
<dd><a href=#phrasing-content>Phrasing content</a>.</dd>
- <dd><a href=#category-label title=category-label>Labelable</a> <a href=#form-associated-element>form-associated element</a>.</dd>
+ <dd><a href=#category-label title=category-label>Labelable element</a>.</dd>
<dt>Contexts in which this element can be used:</dt>
<dd>Where <a href=#phrasing-content>phrasing content</a> is expected.</dd>
<dt>Content model:</dt>
@@ -50021,7 +49995,6 @@
<dd><code title=attr-meter-low><a href=#attr-meter-low>low</a></code></dd>
<dd><code title=attr-meter-high><a href=#attr-meter-high>high</a></code></dd>
<dd><code title=attr-meter-optimum><a href=#attr-meter-optimum>optimum</a></code></dd>
- <dd><code title=attr-fae-form><a href=#attr-fae-form>form</a></code></dd>
<dt>DOM interface:</dt>
<dd>
<pre class=idl>interface <dfn id=htmlmeterelement>HTMLMeterElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
@@ -50031,7 +50004,6 @@
attribute double <a href=#dom-meter-low title=dom-meter-low>low</a>;
attribute double <a href=#dom-meter-high title=dom-meter-high>high</a>;
attribute double <a href=#dom-meter-optimum title=dom-meter-optimum>optimum</a>;
- readonly attribute <a href=#htmlformelement>HTMLFormElement</a>? <a href=#dom-fae-form title=dom-fae-form>form</a>;
readonly attribute <a href=#nodelist>NodeList</a> <a href=#dom-lfe-labels title=dom-lfe-labels>labels</a>;
};</pre>
</dd>
@@ -50319,10 +50291,6 @@
second line.</p>
</div>
- <p>The <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute is used to
- explicitly associate the <code><a href=#the-meter-element>meter</a></code> element with its
- <a href=#form-owner>form owner</a>.</p>
-
<div class=impl>
<p>The <dfn id=dom-meter-value title=dom-meter-value><code>value</code></dfn> IDL
@@ -50336,8 +50304,7 @@
same name.</p>
<p>The <code title=dom-lfe-labels><a href=#dom-lfe-labels>labels</a></code> attribute provides
- a list of the element's <code><a href=#the-label-element>label</a></code>s. The <code title=dom-fae-form><a href=#dom-fae-form>form</a></code> IDL attribute is part of the
- element's forms API.</p>
+ a list of the element's <code><a href=#the-label-element>label</a></code>s.</p>
</div>
@@ -97073,8 +97040,7 @@
<td>Gauge</td>
<td><a href=#flow-content title="Flow content">flow</a>;
<a href=#phrasing-content title="Phrasing content">phrasing</a>;
- <a href=#category-label title=category-label>labelable</a>;
- <a href=#form-associated-element title="Form-associated element">form-associated</a></td>
+ <a href=#category-label title=category-label>labelable</a></td>
<td><a href=#phrasing-content title="Phrasing content">phrasing</a></td>
<td><a href=#phrasing-content title="Phrasing content">phrasing</a>*</td>
<td><a href=#global-attributes title="global attributes">globals</a>;
@@ -97201,8 +97167,7 @@
<td>Progress bar</td>
<td><a href=#flow-content title="Flow content">flow</a>;
<a href=#phrasing-content title="Phrasing content">phrasing</a>;
- <a href=#category-label title=category-label>labelable</a>;
- <a href=#form-associated-element title="Form-associated element">form-associated</a></td>
+ <a href=#category-label title=category-label>labelable</a></td>
<td><a href=#phrasing-content title="Phrasing content">phrasing</a></td>
<td><a href=#phrasing-content title="Phrasing content">phrasing</a>*</td>
<td><a href=#global-attributes title="global attributes">globals</a>;
@@ -97811,10 +97776,8 @@
<code><a href=#the-input-element>input</a></code>;
<code><a href=#the-keygen-element>keygen</a></code>;
<code><a href=#the-label-element>label</a></code>;
- <code><a href=#the-meter-element>meter</a></code>;
<code><a href=#the-object-element>object</a></code>;
<code><a href=#the-output-element>output</a></code>;
- <code><a href=#the-progress-element>progress</a></code>;
<code><a href=#the-select-element>select</a></code>;
<code><a href=#the-textarea-element>textarea</a></code>
<td>
@@ -97833,35 +97796,35 @@
<td>
—
- <tr><td> <a href=#category-label title=category-label>Labelable elements</a>
+ <tr><td> <a href=#category-submit title=category-submit>Submittable elements</a>
<td>
<code><a href=#the-button-element>button</a></code>;
<code><a href=#the-input-element>input</a></code>;
<code><a href=#the-keygen-element>keygen</a></code>;
- <code><a href=#the-meter-element>meter</a></code>;
- <code><a href=#the-output-element>output</a></code>;
- <code><a href=#the-progress-element>progress</a></code>;
+ <code><a href=#the-object-element>object</a></code>;
<code><a href=#the-select-element>select</a></code>;
<code><a href=#the-textarea-element>textarea</a></code>
<td>
—
- <tr><td> <a href=#category-submit title=category-submit>Submittable elements</a>
+ <tr><td> <a href=#category-reset title=category-reset>Resettable elements</a>
<td>
- <code><a href=#the-button-element>button</a></code>;
<code><a href=#the-input-element>input</a></code>;
<code><a href=#the-keygen-element>keygen</a></code>;
- <code><a href=#the-object-element>object</a></code>;
+ <code><a href=#the-output-element>output</a></code>;
<code><a href=#the-select-element>select</a></code>;
<code><a href=#the-textarea-element>textarea</a></code>
<td>
—
- <tr><td> <a href=#category-reset title=category-reset>Resettable elements</a>
+ <tr><td> <a href=#category-label title=category-label>Labelable elements</a>
<td>
+ <code><a href=#the-button-element>button</a></code>;
<code><a href=#the-input-element>input</a></code>;
<code><a href=#the-keygen-element>keygen</a></code>;
+ <code><a href=#the-meter-element>meter</a></code>;
<code><a href=#the-output-element>output</a></code>;
+ <code><a href=#the-progress-element>progress</a></code>;
<code><a href=#the-select-element>select</a></code>;
<code><a href=#the-textarea-element>textarea</a></code>
<td>
@@ -98079,10 +98042,8 @@
<code title=attr-fae-form><a href=#attr-fae-form>input</a></code>;
<code title=attr-fae-form><a href=#attr-fae-form>keygen</a></code>;
<code title=attr-fae-form><a href=#attr-fae-form>label</a></code>;
- <code title=attr-fae-form><a href=#attr-fae-form>meter</a></code>;
<code title=attr-fae-form><a href=#attr-fae-form>object</a></code>;
<code title=attr-fae-form><a href=#attr-fae-form>output</a></code>;
- <code title=attr-fae-form><a href=#attr-fae-form>progress</a></code>;
<code title=attr-fae-form><a href=#attr-fae-form>select</a></code>;
<code title=attr-fae-form><a href=#attr-fae-form>textarea</a></code>
<td> Associates the control with a <code><a href=#the-form-element>form</a></code> element
Modified: index
===================================================================
--- index 2011-06-13 23:39:01 UTC (rev 6220)
+++ index 2011-06-14 00:33:05 UTC (rev 6221)
@@ -243,7 +243,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 13 June 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 14 June 2011</h2>
</hgroup><dl><dt><strong>Web developer edition</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -11221,14 +11221,12 @@
embedded content are all types of flow content. Embedded content is
also a type of phrasing content." src=http://images.whatwg.org/content-venn.png></object></p>
- <p>In addition, certain elements are categorized as <a href=#form-associated-element title="form-associated element">form-associated elements</a> and
- further subcategorized to define their role in various form-related
- processing models.</p>
+ <p>Other categories are also used for specific purposes, e.g. form
+ controls are specified using a number of categories to define common
+ requirements. Some elements have unique requirements and do not fit
+ into any particular category.</p>
- <p>Some elements have unique requirements and do not fit into any
- particular category.</p>
-
<h6 id=metadata-content-0><span class=secno>3.2.5.1.1 </span>Metadata content</h6>
<p><dfn id=metadata-content>Metadata content</dfn> is content that sets up the
@@ -41580,10 +41578,8 @@
<li><code><a href=#the-input-element>input</a></code></li>
<li><code><a href=#the-keygen-element>keygen</a></code></li>
<li><code><a href=#the-label-element>label</a></code></li>
- <li><code><a href=#the-meter-element>meter</a></code></li>
<li><code><a href=#the-object-element>object</a></code></li>
<li><code><a href=#the-output-element>output</a></code></li>
- <li><code><a href=#the-progress-element>progress</a></code></li>
<li><code><a href=#the-select-element>select</a></code></li>
<li><code><a href=#the-textarea-element>textarea</a></code></li>
</ul><p>The <a href=#form-associated-element title="form-associated element">form-associated
@@ -41607,24 +41603,6 @@
<li><code><a href=#the-textarea-element>textarea</a></code></li>
</ul></dd>
- <dt><dfn id=category-label title=category-label>Labelable elements</dfn></dt>
-
- <dd>
-
- <p>Denotes elements that can be associated with <code><a href=#the-label-element>label</a></code>
- elements.</p>
-
- <!-- when updating this also update the category index -->
- <ul class="brief category-list"><li><code><a href=#the-button-element>button</a></code></li>
- <li><code><a href=#the-input-element>input</a></code> (if the <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is <em>not</em> in the <a href=#hidden-state title=attr-input-type-hidden>Hidden</a> state)</li>
- <li><code><a href=#the-keygen-element>keygen</a></code></li>
- <li><code><a href=#the-meter-element>meter</a></code></li>
- <li><code><a href=#the-output-element>output</a></code></li>
- <li><code><a href=#the-progress-element>progress</a></code></li>
- <li><code><a href=#the-select-element>select</a></code></li>
- <li><code><a href=#the-textarea-element>textarea</a></code></li>
- </ul></dd>
-
<dt><dfn id=category-submit title=category-submit>Submittable elements</dfn></dt>
<dd>
@@ -41639,8 +41617,12 @@
<li><code><a href=#the-object-element>object</a></code></li>
<li><code><a href=#the-select-element>select</a></code></li>
<li><code><a href=#the-textarea-element>textarea</a></code></li>
- </ul></dd>
+ </ul><p>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>
+ </dd>
+
<dt><dfn id=category-reset title=category-reset>Resettable elements</dfn></dt>
<dd>
@@ -41656,18 +41638,21 @@
<li><code><a href=#the-textarea-element>textarea</a></code></li>
</ul></dd>
- </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>
+ </dl><p>Some elements, not all of them <a href=#form-associated-element title="form-associated
+ element">form-associated</a>, are categorized as <dfn id=category-label title=category-label>labelable elements</dfn>. These are elements
+ that can be associated with a <code><a href=#the-label-element>label</a></code> element.
- <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 <a href=#form-submission>form
- submission</a>.</p>
+ <!-- when updating this also update the category index -->
+ <ul class="brief category-list"><li><code><a href=#the-button-element>button</a></code></li>
+ <li><code><a href=#the-input-element>input</a></code> (if the <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is <em>not</em> in the <a href=#hidden-state title=attr-input-type-hidden>Hidden</a> state)</li>
+ <li><code><a href=#the-keygen-element>keygen</a></code></li>
+ <li><code><a href=#the-meter-element>meter</a></code></li>
+ <li><code><a href=#the-output-element>output</a></code></li>
+ <li><code><a href=#the-progress-element>progress</a></code></li>
+ <li><code><a href=#the-select-element>select</a></code></li>
+ <li><code><a href=#the-textarea-element>textarea</a></code></li>
+ </ul><h4 id=the-form-element><span class=secno>4.10.3 </span>The <dfn><code>form</code></dfn> element</h4>
-
- <h4 id=the-form-element><span class=secno>4.10.3 </span>The <dfn><code>form</code></dfn> element</h4>
-
<dl class=element><dt>Categories</dt>
<dd><a href=#flow-content>Flow content</a>.</dd>
<dt>Contexts in which this element can be used:</dt>
@@ -42163,7 +42148,7 @@
<dt>Contexts in which this element can be used:</dt>
<dd>Where <a href=#phrasing-content>phrasing content</a> is expected.</dd>
<dt>Content model:</dt>
- <dd><a href=#phrasing-content>Phrasing content</a>, but with no descendant <a href=#category-label title=category-label>labelable form-associated elements</a> unless it is the element's <a href=#labeled-control>labeled control</a>, and no descendant <code><a href=#the-label-element>label</a></code> elements.</dd>
+ <dd><a href=#phrasing-content>Phrasing content</a>, but with no descendant <a href=#category-label title=category-label>labelable elements</a> unless it is the element's <a href=#labeled-control>labeled control</a>, and no descendant <code><a href=#the-label-element>label</a></code> elements.</dd>
<dt>Content attributes:</dt>
<dd><a href=#global-attributes>Global attributes</a></dd>
<dd><code title=attr-fae-form><a href=#attr-fae-form>form</a></code></dd>
@@ -42192,22 +42177,19 @@
<p>The <dfn id=attr-label-for title=attr-label-for><code>for</code></dfn> attribute
may be specified to indicate a form control with which the caption
is to be associated. If the attribute is specified, the attribute's
- value must be the <a href=#concept-id title=concept-id>ID</a> of a <a href=#category-label title=category-label>labelable
- form-associated element</a> in the same <code><a href=#document>Document</a></code> as
- the <code><a href=#the-label-element>label</a></code> element. <span class=impl>If the attribute
- is specified and there is an element in the <code><a href=#document>Document</a></code>
- whose <a href=#concept-id title=concept-id>ID</a> is equal to the value of the <code title=attr-label-for><a href=#attr-label-for>for</a></code> attribute, and the first such
- element is a <a href=#category-label title=category-label>labelable form-associated
- element</a>, then that element is the <code><a href=#the-label-element>label</a></code>
- element's <a href=#labeled-control>labeled control</a>.</span></p>
+ value must be the <a href=#concept-id title=concept-id>ID</a> of a <a href=#category-label title=category-label>labelable element</a> in the same
+ <code><a href=#document>Document</a></code> as the <code><a href=#the-label-element>label</a></code> element. <span class=impl>If the attribute is specified and there is an element
+ in the <code><a href=#document>Document</a></code> whose <a href=#concept-id title=concept-id>ID</a> is equal to the value of the <code title=attr-label-for><a href=#attr-label-for>for</a></code> attribute, and the first such
+ element is a <a href=#category-label title=category-label>labelable element</a>,
+ then that element is the <code><a href=#the-label-element>label</a></code> element's <a href=#labeled-control>labeled
+ control</a>.</span></p>
<div class=impl>
<p>If the <code title=attr-label-for><a href=#attr-label-for>for</a></code> attribute is not
- specified, but the <code><a href=#the-label-element>label</a></code> element has a <a href=#category-label title=category-label>labelable form-associated element</a>
- descendant, then the first such descendant in <a href=#tree-order>tree
- order</a> is the <code><a href=#the-label-element>label</a></code> element's <a href=#labeled-control>labeled
- control</a>.</p>
+ specified, but the <code><a href=#the-label-element>label</a></code> element has a <a href=#category-label title=category-label>labelable element</a> descendant, then the
+ first such descendant in <a href=#tree-order>tree order</a> is the
+ <code><a href=#the-label-element>label</a></code> element's <a href=#labeled-control>labeled control</a>.</p>
<p>The <code><a href=#the-label-element>label</a></code> element's exact default presentation and
behavior, in particular what its <a href=#activation-behavior>activation behavior</a>
@@ -42274,14 +42256,13 @@
</dl><div class=impl>
- <p><a href=#category-label title=category-label>Labelable form-associated
- elements</a> have a <code><a href=#nodelist>NodeList</a></code> object associated with
- them that represents the list of <code><a href=#the-label-element>label</a></code> elements, in
- <a href=#tree-order>tree order</a>, whose <a href=#labeled-control>labeled control</a> is the
- element in question. The <dfn id=dom-lfe-labels title=dom-lfe-labels><code>labels</code></dfn> IDL attribute of
- <a href=#category-label title=category-label>labelable form-associated
- elements</a>, on getting, must return that <code><a href=#nodelist>NodeList</a></code>
- object.</p>
+ <p><a href=#category-label title=category-label>Labelable elements</a> have a
+ <code><a href=#nodelist>NodeList</a></code> object associated with them that represents
+ the list of <code><a href=#the-label-element>label</a></code> elements, in <a href=#tree-order>tree order</a>,
+ whose <a href=#labeled-control>labeled control</a> is the element in question. The
+ <dfn id=dom-lfe-labels title=dom-lfe-labels><code>labels</code></dfn> IDL attribute
+ of <a href=#category-label title=category-label>labelable elements</a>, on
+ getting, must return that <code><a href=#nodelist>NodeList</a></code> object.</p>
<p>The <code title=dom-fae-form><a href=#dom-fae-form>form</a></code> IDL attribute is part
of the element's forms API.</p>
@@ -49830,7 +49811,7 @@
<dl class=element><dt>Categories</dt>
<dd><a href=#flow-content>Flow content</a>.</dd>
<dd><a href=#phrasing-content>Phrasing content</a>.</dd>
- <dd><a href=#category-label title=category-label>Labelable</a> <a href=#form-associated-element>form-associated element</a>.</dd>
+ <dd><a href=#category-label title=category-label>Labelable element</a>.</dd>
<dt>Contexts in which this element can be used:</dt>
<dd>Where <a href=#phrasing-content>phrasing content</a> is expected.</dd>
<dt>Content model:</dt>
@@ -49839,14 +49820,12 @@
<dd><a href=#global-attributes>Global attributes</a></dd>
<dd><code title=attr-progress-value><a href=#attr-progress-value>value</a></code></dd>
<dd><code title=attr-progress-max><a href=#attr-progress-max>max</a></code></dd>
- <dd><code title=attr-fae-form><a href=#attr-fae-form>form</a></code></dd>
<dt>DOM interface:</dt>
<dd>
<pre class=idl>interface <dfn id=htmlprogresselement>HTMLProgressElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
attribute double <a href=#dom-progress-value title=dom-progress-value>value</a>;
attribute double <a href=#dom-progress-max title=dom-progress-max>max</a>;
readonly attribute double <a href=#dom-progress-position title=dom-progress-position>position</a>;
- readonly attribute <a href=#htmlformelement>HTMLFormElement</a>? <a href=#dom-fae-form title=dom-fae-form>form</a>;
readonly attribute <a href=#nodelist>NodeList</a> <a href=#dom-lfe-labels title=dom-lfe-labels>labels</a>;
};</pre>
</dd>
@@ -49944,10 +49923,6 @@
position of the <a href=#concept-progress-value title=concept-progress-value>current
value</a> relative to the <a href=#concept-progress-maximum title=concept-progress-maximum>maximum value</a>.</p>
- <p>The <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute is used to
- explicitly associate the <code><a href=#the-progress-element>progress</a></code> element with its
- <a href=#form-owner>form owner</a>.</p>
-
</div>
<dl class=domintro><dt><var title="">progress</var> . <code title=dom-progress-position><a href=#dom-progress-position>position</a></code></dt>
@@ -49988,8 +49963,7 @@
same name. The default value for <code title=dom-progress-max><a href=#dom-progress-max>max</a></code> is 1.0.</p>
<p>The <code title=dom-lfe-labels><a href=#dom-lfe-labels>labels</a></code> attribute provides
- a list of the element's <code><a href=#the-label-element>label</a></code>s. The <code title=dom-fae-form><a href=#dom-fae-form>form</a></code> IDL attribute is part of the
- element's forms API.</p>
+ a list of the element's <code><a href=#the-label-element>label</a></code>s.</p>
</div>
@@ -50001,7 +49975,7 @@
<dl class=element><dt>Categories</dt>
<dd><a href=#flow-content>Flow content</a>.</dd>
<dd><a href=#phrasing-content>Phrasing content</a>.</dd>
- <dd><a href=#category-label title=category-label>Labelable</a> <a href=#form-associated-element>form-associated element</a>.</dd>
+ <dd><a href=#category-label title=category-label>Labelable element</a>.</dd>
<dt>Contexts in which this element can be used:</dt>
<dd>Where <a href=#phrasing-content>phrasing content</a> is expected.</dd>
<dt>Content model:</dt>
@@ -50014,7 +49988,6 @@
<dd><code title=attr-meter-low><a href=#attr-meter-low>low</a></code></dd>
<dd><code title=attr-meter-high><a href=#attr-meter-high>high</a></code></dd>
<dd><code title=attr-meter-optimum><a href=#attr-meter-optimum>optimum</a></code></dd>
- <dd><code title=attr-fae-form><a href=#attr-fae-form>form</a></code></dd>
<dt>DOM interface:</dt>
<dd>
<pre class=idl>interface <dfn id=htmlmeterelement>HTMLMeterElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
@@ -50024,7 +49997,6 @@
attribute double <a href=#dom-meter-low title=dom-meter-low>low</a>;
attribute double <a href=#dom-meter-high title=dom-meter-high>high</a>;
attribute double <a href=#dom-meter-optimum title=dom-meter-optimum>optimum</a>;
- readonly attribute <a href=#htmlformelement>HTMLFormElement</a>? <a href=#dom-fae-form title=dom-fae-form>form</a>;
readonly attribute <a href=#nodelist>NodeList</a> <a href=#dom-lfe-labels title=dom-lfe-labels>labels</a>;
};</pre>
</dd>
@@ -50312,10 +50284,6 @@
second line.</p>
</div>
- <p>The <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute is used to
- explicitly associate the <code><a href=#the-meter-element>meter</a></code> element with its
- <a href=#form-owner>form owner</a>.</p>
-
<div class=impl>
<p>The <dfn id=dom-meter-value title=dom-meter-value><code>value</code></dfn> IDL
@@ -50329,8 +50297,7 @@
same name.</p>
<p>The <code title=dom-lfe-labels><a href=#dom-lfe-labels>labels</a></code> attribute provides
- a list of the element's <code><a href=#the-label-element>label</a></code>s. The <code title=dom-fae-form><a href=#dom-fae-form>form</a></code> IDL attribute is part of the
- element's forms API.</p>
+ a list of the element's <code><a href=#the-label-element>label</a></code>s.</p>
</div>
@@ -92790,8 +92757,7 @@
<td>Gauge</td>
<td><a href=#flow-content title="Flow content">flow</a>;
<a href=#phrasing-content title="Phrasing content">phrasing</a>;
- <a href=#category-label title=category-label>labelable</a>;
- <a href=#form-associated-element title="Form-associated element">form-associated</a></td>
+ <a href=#category-label title=category-label>labelable</a></td>
<td><a href=#phrasing-content title="Phrasing content">phrasing</a></td>
<td><a href=#phrasing-content title="Phrasing content">phrasing</a>*</td>
<td><a href=#global-attributes title="global attributes">globals</a>;
@@ -92918,8 +92884,7 @@
<td>Progress bar</td>
<td><a href=#flow-content title="Flow content">flow</a>;
<a href=#phrasing-content title="Phrasing content">phrasing</a>;
- <a href=#category-label title=category-label>labelable</a>;
- <a href=#form-associated-element title="Form-associated element">form-associated</a></td>
+ <a href=#category-label title=category-label>labelable</a></td>
<td><a href=#phrasing-content title="Phrasing content">phrasing</a></td>
<td><a href=#phrasing-content title="Phrasing content">phrasing</a>*</td>
<td><a href=#global-attributes title="global attributes">globals</a>;
@@ -93528,10 +93493,8 @@
<code><a href=#the-input-element>input</a></code>;
<code><a href=#the-keygen-element>keygen</a></code>;
<code><a href=#the-label-element>label</a></code>;
- <code><a href=#the-meter-element>meter</a></code>;
<code><a href=#the-object-element>object</a></code>;
<code><a href=#the-output-element>output</a></code>;
- <code><a href=#the-progress-element>progress</a></code>;
<code><a href=#the-select-element>select</a></code>;
<code><a href=#the-textarea-element>textarea</a></code>
<td>
@@ -93550,35 +93513,35 @@
<td>
—
- <tr><td> <a href=#category-label title=category-label>Labelable elements</a>
+ <tr><td> <a href=#category-submit title=category-submit>Submittable elements</a>
<td>
<code><a href=#the-button-element>button</a></code>;
<code><a href=#the-input-element>input</a></code>;
<code><a href=#the-keygen-element>keygen</a></code>;
- <code><a href=#the-meter-element>meter</a></code>;
- <code><a href=#the-output-element>output</a></code>;
- <code><a href=#the-progress-element>progress</a></code>;
+ <code><a href=#the-object-element>object</a></code>;
<code><a href=#the-select-element>select</a></code>;
<code><a href=#the-textarea-element>textarea</a></code>
<td>
—
- <tr><td> <a href=#category-submit title=category-submit>Submittable elements</a>
+ <tr><td> <a href=#category-reset title=category-reset>Resettable elements</a>
<td>
- <code><a href=#the-button-element>button</a></code>;
<code><a href=#the-input-element>input</a></code>;
<code><a href=#the-keygen-element>keygen</a></code>;
- <code><a href=#the-object-element>object</a></code>;
+ <code><a href=#the-output-element>output</a></code>;
<code><a href=#the-select-element>select</a></code>;
<code><a href=#the-textarea-element>textarea</a></code>
<td>
—
- <tr><td> <a href=#category-reset title=category-reset>Resettable elements</a>
+ <tr><td> <a href=#category-label title=category-label>Labelable elements</a>
<td>
+ <code><a href=#the-button-element>button</a></code>;
<code><a href=#the-input-element>input</a></code>;
<code><a href=#the-keygen-element>keygen</a></code>;
+ <code><a href=#the-meter-element>meter</a></code>;
<code><a href=#the-output-element>output</a></code>;
+ <code><a href=#the-progress-element>progress</a></code>;
<code><a href=#the-select-element>select</a></code>;
<code><a href=#the-textarea-element>textarea</a></code>
<td>
@@ -93796,10 +93759,8 @@
<code title=attr-fae-form><a href=#attr-fae-form>input</a></code>;
<code title=attr-fae-form><a href=#attr-fae-form>keygen</a></code>;
<code title=attr-fae-form><a href=#attr-fae-form>label</a></code>;
- <code title=attr-fae-form><a href=#attr-fae-form>meter</a></code>;
<code title=attr-fae-form><a href=#attr-fae-form>object</a></code>;
<code title=attr-fae-form><a href=#attr-fae-form>output</a></code>;
- <code title=attr-fae-form><a href=#attr-fae-form>progress</a></code>;
<code title=attr-fae-form><a href=#attr-fae-form>select</a></code>;
<code title=attr-fae-form><a href=#attr-fae-form>textarea</a></code>
<td> Associates the control with a <code><a href=#the-form-element>form</a></code> element
Modified: source
===================================================================
--- source 2011-06-13 23:39:01 UTC (rev 6220)
+++ source 2011-06-14 00:33:05 UTC (rev 6221)
@@ -11751,15 +11751,12 @@
embedded content are all types of flow content. Embedded content is
also a type of phrasing content."></object></p>
- <p>In addition, certain elements are categorized as <span
- title="form-associated element">form-associated elements</span> and
- further subcategorized to define their role in various form-related
- processing models.</p>
+ <p>Other categories are also used for specific purposes, e.g. form
+ controls are specified using a number of categories to define common
+ requirements. Some elements have unique requirements and do not fit
+ into any particular category.</p>
- <p>Some elements have unique requirements and do not fit into any
- particular category.</p>
-
<h6>Metadata content</h6>
<p><dfn>Metadata content</dfn> is content that sets up the
@@ -46540,10 +46537,8 @@
<li><code>input</code></li>
<li><code>keygen</code></li>
<li><code>label</code></li>
- <li><code>meter</code></li>
<li><code>object</code></li>
<li><code>output</code></li>
- <li><code>progress</code></li>
<li><code>select</code></li>
<li><code>textarea</code></li>
</ul>
@@ -46576,27 +46571,6 @@
</dd>
- <dt><dfn title="category-label">Labelable elements</dfn></dt>
-
- <dd>
-
- <p>Denotes elements that can be associated with <code>label</code>
- elements.</p>
-
- <!-- when updating this also update the category index -->
- <ul class="brief category-list">
- <li><code>button</code></li>
- <li><code>input</code> (if the <code title="attr-input-type">type</code> attribute is <em>not</em> in the <span title="attr-input-type-hidden">Hidden</span> state)</li>
- <li><code>keygen</code></li>
- <li><code>meter</code></li>
- <li><code>output</code></li>
- <li><code>progress</code></li>
- <li><code>select</code></li>
- <li><code>textarea</code></li>
- </ul>
-
- </dd>
-
<dt><dfn title="category-submit">Submittable elements</dfn></dt>
<dd>
@@ -46616,6 +46590,12 @@
<li><code>textarea</code></li>
</ul>
+ <p>Some <span title="category-submit">submittable elements</span>
+ can be, depending on their attributes, <dfn
+ title="concept-button">buttons</dfn>. The prose below defines when
+ an element is a button. Some buttons are specifically <dfn
+ title="concept-submit-button">submit buttons</dfn>.</p>
+
</dd>
<dt><dfn title="category-reset">Resettable elements</dfn></dt>
@@ -46638,16 +46618,22 @@
</dl>
- <p>In addition, some <span title="category-submit">submittable
- elements</span> can be, depending on their attributes, <dfn
- title="concept-button">buttons</dfn>. The prose below defines when
- an element is a button. Some buttons are specifically <dfn
- title="concept-submit-button">submit buttons</dfn>.</p>
+ <p>Some elements, not all of them <span title="form-associated
+ element">form-associated</span>, are categorized as <dfn
+ title="category-label">labelable elements</dfn>. These are elements
+ that can be associated with a <code>label</code> element.
- <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 <span>form
- submission</span>.</p>
+ <!-- when updating this also update the category index -->
+ <ul class="brief category-list">
+ <li><code>button</code></li>
+ <li><code>input</code> (if the <code title="attr-input-type">type</code> attribute is <em>not</em> in the <span title="attr-input-type-hidden">Hidden</span> state)</li>
+ <li><code>keygen</code></li>
+ <li><code>meter</code></li>
+ <li><code>output</code></li>
+ <li><code>progress</code></li>
+ <li><code>select</code></li>
+ <li><code>textarea</code></li>
+ </ul>
<h4>The <dfn><code>form</code></dfn> element</h4>
@@ -47234,7 +47220,7 @@
<dt>Contexts in which this element can be used:</dt>
<dd>Where <span>phrasing content</span> is expected.</dd>
<dt>Content model:</dt>
- <dd><span>Phrasing content</span>, but with no descendant <span title="category-label">labelable form-associated elements</span> unless it is the element's <span>labeled control</span>, and no descendant <code>label</code> elements.</dd>
+ <dd><span>Phrasing content</span>, but with no descendant <span title="category-label">labelable elements</span> unless it is the element's <span>labeled control</span>, and no descendant <code>label</code> elements.</dd>
<dt>Content attributes:</dt>
<dd><span>Global attributes</span></dd>
<dd><code title="attr-fae-form">form</code></dd>
@@ -47266,24 +47252,24 @@
<p>The <dfn title="attr-label-for"><code>for</code></dfn> attribute
may be specified to indicate a form control with which the caption
is to be associated. If the attribute is specified, the attribute's
- value must be the <span title="concept-id">ID</span> of a <span title="category-label">labelable
- form-associated element</span> in the same <code>Document</code> as
- the <code>label</code> element. <span class="impl">If the attribute
- is specified and there is an element in the <code>Document</code>
- whose <span title="concept-id">ID</span> is equal to the value of the <code
+ value must be the <span title="concept-id">ID</span> of a <span
+ title="category-label">labelable element</span> in the same
+ <code>Document</code> as the <code>label</code> element. <span
+ class="impl">If the attribute is specified and there is an element
+ in the <code>Document</code> whose <span
+ title="concept-id">ID</span> is equal to the value of the <code
title="attr-label-for">for</code> attribute, and the first such
- element is a <span title="category-label">labelable form-associated
- element</span>, then that element is the <code>label</code>
- element's <span>labeled control</span>.</span></p>
+ element is a <span title="category-label">labelable element</span>,
+ then that element is the <code>label</code> element's <span>labeled
+ control</span>.</span></p>
<div class="impl">
<p>If the <code title="attr-label-for">for</code> attribute is not
specified, but the <code>label</code> element has a <span
- title="category-label">labelable form-associated element</span>
- descendant, then the first such descendant in <span>tree
- order</span> is the <code>label</code> element's <span>labeled
- control</span>.</p>
+ title="category-label">labelable element</span> descendant, then the
+ first such descendant in <span>tree order</span> is the
+ <code>label</code> element's <span>labeled control</span>.</p>
<p>The <code>label</code> element's exact default presentation and
behavior, in particular what its <span>activation behavior</span>
@@ -47361,15 +47347,13 @@
<div class="impl">
- <p><span title="category-label">Labelable form-associated
- elements</span> have a <code>NodeList</code> object associated with
- them that represents the list of <code>label</code> elements, in
- <span>tree order</span>, whose <span>labeled control</span> is the
- element in question. The <dfn
- title="dom-lfe-labels"><code>labels</code></dfn> IDL attribute of
- <span title="category-label">labelable form-associated
- elements</span>, on getting, must return that <code>NodeList</code>
- object.</p>
+ <p><span title="category-label">Labelable elements</span> have a
+ <code>NodeList</code> object associated with them that represents
+ the list of <code>label</code> elements, in <span>tree order</span>,
+ whose <span>labeled control</span> is the element in question. The
+ <dfn title="dom-lfe-labels"><code>labels</code></dfn> IDL attribute
+ of <span title="category-label">labelable elements</span>, on
+ getting, must return that <code>NodeList</code> object.</p>
<p>The <code title="dom-fae-form">form</code> IDL attribute is part
of the element's forms API.</p>
@@ -56128,7 +56112,7 @@
<dt>Categories</dt>
<dd><span>Flow content</span>.</dd>
<dd><span>Phrasing content</span>.</dd>
- <dd><span title="category-label">Labelable</span> <span>form-associated element</span>.</dd>
+ <dd><span title="category-label">Labelable element</span>.</dd>
<dt>Contexts in which this element can be used:</dt>
<dd>Where <span>phrasing content</span> is expected.</dd>
<dt>Content model:</dt>
@@ -56137,14 +56121,12 @@
<dd><span>Global attributes</span></dd>
<dd><code title="attr-progress-value">value</code></dd>
<dd><code title="attr-progress-max">max</code></dd>
- <dd><code title="attr-fae-form">form</code></dd>
<dt>DOM interface:</dt>
<dd>
<pre class="idl">interface <dfn>HTMLProgressElement</dfn> : <span>HTMLElement</span> {
attribute double <span title="dom-progress-value">value</span>;
attribute double <span title="dom-progress-max">max</span>;
readonly attribute double <span title="dom-progress-position">position</span>;
- readonly attribute <span>HTMLFormElement</span>? <span title="dom-fae-form">form</span>;
readonly attribute <span>NodeList</span> <span title="dom-lfe-labels">labels</span>;
};</pre>
</dd>
@@ -56262,10 +56244,6 @@
value</span> relative to the <span
title="concept-progress-maximum">maximum value</span>.</p>
- <p>The <code title="attr-fae-form">form</code> attribute is used to
- explicitly associate the <code>progress</code> element with its
- <span>form owner</span>.</p>
-
</div>
<dl class="domintro">
@@ -56314,9 +56292,7 @@
title="dom-progress-max">max</code> is 1.0.</p>
<p>The <code title="dom-lfe-labels">labels</code> attribute provides
- a list of the element's <code>label</code>s. The <code
- title="dom-fae-form">form</code> IDL attribute is part of the
- element's forms API.</p>
+ a list of the element's <code>label</code>s.</p>
</div>
@@ -56329,7 +56305,7 @@
<dt>Categories</dt>
<dd><span>Flow content</span>.</dd>
<dd><span>Phrasing content</span>.</dd>
- <dd><span title="category-label">Labelable</span> <span>form-associated element</span>.</dd>
+ <dd><span title="category-label">Labelable element</span>.</dd>
<dt>Contexts in which this element can be used:</dt>
<dd>Where <span>phrasing content</span> is expected.</dd>
<dt>Content model:</dt>
@@ -56342,7 +56318,6 @@
<dd><code title="attr-meter-low">low</code></dd>
<dd><code title="attr-meter-high">high</code></dd>
<dd><code title="attr-meter-optimum">optimum</code></dd>
- <dd><code title="attr-fae-form">form</code></dd>
<dt>DOM interface:</dt>
<dd>
<pre class="idl">interface <dfn>HTMLMeterElement</dfn> : <span>HTMLElement</span> {
@@ -56352,7 +56327,6 @@
attribute double <span title="dom-meter-low">low</span>;
attribute double <span title="dom-meter-high">high</span>;
attribute double <span title="dom-meter-optimum">optimum</span>;
- readonly attribute <span>HTMLFormElement</span>? <span title="dom-fae-form">form</span>;
readonly attribute <span>NodeList</span> <span title="dom-lfe-labels">labels</span>;
};</pre>
</dd>
@@ -56669,10 +56643,6 @@
second line.</p>
</div>
- <p>The <code title="attr-fae-form">form</code> attribute is used to
- explicitly associate the <code>meter</code> element with its
- <span>form owner</span>.</p>
-
<div class="impl">
<p>The <dfn title="dom-meter-value"><code>value</code></dfn> IDL
@@ -56692,9 +56662,7 @@
same name.</p>
<p>The <code title="dom-lfe-labels">labels</code> attribute provides
- a list of the element's <code>label</code>s. The <code
- title="dom-fae-form">form</code> IDL attribute is part of the
- element's forms API.</p>
+ a list of the element's <code>label</code>s.</p>
</div>
@@ -110490,8 +110458,7 @@
<td>Gauge</td>
<td><span title="Flow content">flow</span>;
<span title="Phrasing content">phrasing</span>;
- <span title="category-label">labelable</span>;
- <span title="Form-associated element">form-associated</span></td>
+ <span title="category-label">labelable</span></td>
<td><span title="Phrasing content">phrasing</span></td>
<td><span title="Phrasing content">phrasing</span>*</td>
<td><span title="global attributes">globals</span>;
@@ -110651,8 +110618,7 @@
<td>Progress bar</td>
<td><span title="Flow content">flow</span>;
<span title="Phrasing content">phrasing</span>;
- <span title="category-label">labelable</span>;
- <span title="Form-associated element">form-associated</span></td>
+ <span title="category-label">labelable</span></td>
<td><span title="Phrasing content">phrasing</span></td>
<td><span title="Phrasing content">phrasing</span>*</td>
<td><span title="global attributes">globals</span>;
@@ -111376,10 +111342,8 @@
<code>input</code>;
<code>keygen</code>;
<code>label</code>;
- <code>meter</code>;
<code>object</code>;
<code>output</code>;
- <code>progress</code>;
<code>select</code>;
<code>textarea</code>
<td>
@@ -111400,37 +111364,37 @@
—
<tr>
- <td> <span title="category-label">Labelable elements</span>
+ <td> <span title="category-submit">Submittable elements</span>
<td>
<code>button</code>;
<code>input</code>;
<code>keygen</code>;
- <code>meter</code>;
- <code>output</code>;
- <code>progress</code>;
+ <code>object</code>;
<code>select</code>;
<code>textarea</code>
<td>
—
<tr>
- <td> <span title="category-submit">Submittable elements</span>
+ <td> <span title="category-reset">Resettable elements</span>
<td>
- <code>button</code>;
<code>input</code>;
<code>keygen</code>;
- <code>object</code>;
+ <code>output</code>;
<code>select</code>;
<code>textarea</code>
<td>
—
<tr>
- <td> <span title="category-reset">Resettable elements</span>
+ <td> <span title="category-label">Labelable elements</span>
<td>
+ <code>button</code>;
<code>input</code>;
<code>keygen</code>;
+ <code>meter</code>;
<code>output</code>;
+ <code>progress</code>;
<code>select</code>;
<code>textarea</code>
<td>
@@ -111695,10 +111659,8 @@
<code title="attr-fae-form">input</code>;
<code title="attr-fae-form">keygen</code>;
<code title="attr-fae-form">label</code>;
- <code title="attr-fae-form">meter</code>;
<code title="attr-fae-form">object</code>;
<code title="attr-fae-form">output</code>;
- <code title="attr-fae-form">progress</code>;
<code title="attr-fae-form">select</code>;
<code title="attr-fae-form">textarea</code>
<td> Associates the control with a <code>form</code> element
More information about the Commit-Watchers
mailing list