[html5] r2184 - [] (0) WF2: Fix <fieldset> content model; define the <fieldset> element; mention [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Sep 15 04:36:28 PDT 2008
Author: ianh
Date: 2008-09-15 04:36:27 -0700 (Mon, 15 Sep 2008)
New Revision: 2184
Modified:
index
source
Log:
[] (0) WF2: Fix <fieldset> content model; define the <fieldset> element; mention the form='' attribute in the element description section.
Modified: index
===================================================================
--- index 2008-09-15 11:24:36 UTC (rev 2183)
+++ index 2008-09-15 11:36:27 UTC (rev 2184)
@@ -26751,7 +26751,8 @@
<dt>Content model:
- <dd><a href="#flow-content0">Flow content</a>.
+ <dd>One <code><a href="#legend">legend</a></code> element follwed by <a
+ href="#flow-content0">flow content</a>.
<dt>Element-specific attributes:
@@ -26783,18 +26784,33 @@
};</pre>
</dl>
- <p class=big-issue>...
+ <p>The <code><a href="#fieldset">fieldset</a></code> element represents a
+ set of form controls grouped under a common name.
+ <p>The name of the group is given by the first <code><a
+ href="#legend">legend</a></code> element that is a child of the <code><a
+ href="#fieldset">fieldset</a></code> element. The remainder of the
+ descendants form the group.
+
<p>The <dfn id=disabled2
title=attr-fieldset-disabled><code>disabled</code></dfn> attribute, when
specified, causes all the form control descendants of the <code><a
href="#fieldset">fieldset</a></code> element to be <a href="#disabled4"
title=concept-fe-disabled>disabled</a>.
+ <p>The <code title=attr-fae-form><a href="#form0">form</a></code> attribute
+ is used to explicitly associated the <code><a
+ href="#fieldset">fieldset</a></code> element with its <a
+ href="#form-owner">form owner</a>.
+
+ <p class=big-issue>...
+
<p>The <dfn id=disabled3
title=dom-fieldset-disabled><code>disabled</code></dfn> DOM attribute must
<a href="#reflect">reflect</a> the content attribute of the same name.
+ <p class=big-issue>...
+
<p>The <dfn id=elements4
title=dom-fieldset-elements><code>elements</code></dfn> DOM attribute must
return an <code><a
@@ -26930,6 +26946,11 @@
<p class=big-issue>...
+ <p>The <code title=attr-fae-form><a href="#form0">form</a></code> attribute
+ is used to explicitly associated the <code><a
+ href="#input0">input</a></code> element with its <a
+ href="#form-owner">form owner</a>.
+
<p class=big-issue>... <dfn id=checked
title=concept-input-checked>checked</dfn>
@@ -27014,6 +27035,11 @@
<p class=big-issue>...
+ <p>The <code title=attr-fae-form><a href="#form0">form</a></code> attribute
+ is used to explicitly associated the <code><a
+ href="#button">button</a></code> element with its <a
+ href="#form-owner">form owner</a>.
+
<h4 id=the-label><span class=secno>4.9.5 </span>The <dfn
id=label><code>label</code></dfn> element</h4>
@@ -27057,6 +27083,11 @@
more than one control, no controls?
-->
+ <p>The <code title=attr-fae-form><a href="#form0">form</a></code> attribute
+ is used to explicitly associated the <code><a
+ href="#label">label</a></code> element with its <a href="#form-owner">form
+ owner</a>.
+
<h4 id=the-select><span class=secno>4.9.6 </span>The <dfn
id=select><code>select</code></dfn> element</h4>
@@ -27132,6 +27163,11 @@
<p class=big-issue>...
+ <p>The <code title=attr-fae-form><a href="#form0">form</a></code> attribute
+ is used to explicitly associated the <code><a
+ href="#select">select</a></code> element with its <a
+ href="#form-owner">form owner</a>.
+
<h4 id=the-datalist><span class=secno>4.9.7 </span>The <dfn
id=datalist><code>datalist</code></dfn> element</h4>
@@ -27353,6 +27389,11 @@
<p class=big-issue>...
+ <p>The <code title=attr-fae-form><a href="#form0">form</a></code> attribute
+ is used to explicitly associated the <code><a
+ href="#textarea">textarea</a></code> element with its <a
+ href="#form-owner">form owner</a>.
+
<h4 id=the-output><span class=secno>4.9.11 </span>The <dfn
id=output><code>output</code></dfn> element</h4>
@@ -27404,6 +27445,11 @@
<p class=big-issue>...
+ <p>The <code title=attr-fae-form><a href="#form0">form</a></code> attribute
+ is used to explicitly associated the <code><a
+ href="#output">output</a></code> element with its <a
+ href="#form-owner">form owner</a>.
+
<h4 id=association><span class=secno>4.9.12 </span>Association of controls
and forms</h4>
<!-- XXX consider xreffing the 'ID' term in this section -->
Modified: source
===================================================================
--- source 2008-09-15 11:24:36 UTC (rev 2183)
+++ source 2008-09-15 11:36:27 UTC (rev 2184)
@@ -24092,7 +24092,7 @@
<dt>Contexts in which this element may be used:</dt>
<dd>Where <span>flow content</span> is expected.</dd>
<dt>Content model:</dt>
- <dd><span>Flow content</span>.</dd>
+ <dd>One <code>legend</code> element follwed by <span>flow content</span>.</dd>
<dt>Element-specific attributes:</dt>
<dd><code title="attr-fieldset-disabled">disabled</code></dd>
<dd><code title="attr-fae-form">form</code></dd>
@@ -24117,19 +24117,32 @@
</dd>
</dl>
- <p class="big-issue">...</p>
+ <p>The <code>fieldset</code> element represents a set of form
+ controls grouped under a common name.</p>
+ <p>The name of the group is given by the first <code>legend</code>
+ element that is a child of the <code>fieldset</code> element. The
+ remainder of the descendants form the group.</p>
+
<p>The <dfn
title="attr-fieldset-disabled"><code>disabled</code></dfn>
attribute, when specified, causes all the form control descendants
of the <code>fieldset</code> element to be <span
title="concept-fe-disabled">disabled</span>.</p>
+ <p>The <code title="attr-fae-form">form</code> attribute is used to
+ explicitly associated the <code>fieldset</code> element with its
+ <span>form owner</span>.</p>
+
+ <p class="big-issue">...</p>
+
<p>The <dfn
title="dom-fieldset-disabled"><code>disabled</code></dfn> DOM
attribute must <span>reflect</span> the content attribute of the
same name.</p>
+ <p class="big-issue">...</p>
+
<p>The <dfn
title="dom-fieldset-elements"><code>elements</code></dfn> DOM
attribute must return an <code>HTMLFormControlsCollection</code>
@@ -24138,6 +24151,7 @@
of the <code>fieldset</code> element.</p>
+
<h4>The <dfn><code>input</code></dfn> element</h4>
<dl class="element">
@@ -24227,6 +24241,10 @@
<p class="big-issue">...</p>
+ <p>The <code title="attr-fae-form">form</code> attribute is used to
+ explicitly associated the <code>input</code> element with its
+ <span>form owner</span>.</p>
+
<p class="big-issue">... <dfn title="concept-input-checked">checked</dfn></p>
<p class="big-issue">... image: <dfn title="concept-input-type-image-coordinate">selected coordinate</dfn></p>
@@ -24237,6 +24255,8 @@
rel="" on submit buttons?
-->
+
+
<h4>The <dfn><code>button</code></dfn> element</h4>
<dl class="element">
@@ -24286,7 +24306,12 @@
<p class="big-issue">...</p>
+ <p>The <code title="attr-fae-form">form</code> attribute is used to
+ explicitly associated the <code>button</code> element with its
+ <span>form owner</span>.</p>
+
+
<h4>The <dfn><code>label</code></dfn> element</h4>
<dl class="element">
@@ -24317,6 +24342,12 @@
more than one control, no controls?
-->
+ <p>The <code title="attr-fae-form">form</code> attribute is used to
+ explicitly associated the <code>label</code> element with its
+ <span>form owner</span>.</p>
+
+
+
<h4>The <dfn><code>select</code></dfn> element</h4>
<dl class="element">
@@ -24371,7 +24402,12 @@
<p class="big-issue">...</p>
+ <p>The <code title="attr-fae-form">form</code> attribute is used to
+ explicitly associated the <code>select</code> element with its
+ <span>form owner</span>.</p>
+
+
<h4>The <dfn><code>datalist</code></dfn> element</h4>
<dl class="element">
@@ -24530,7 +24566,12 @@
<p class="big-issue">...</p>
+ <p>The <code title="attr-fae-form">form</code> attribute is used to
+ explicitly associated the <code>textarea</code> element with its
+ <span>form owner</span>.</p>
+
+
<h4>The <dfn><code>output</code></dfn> element</h4>
<dl class="element">
@@ -24567,7 +24608,12 @@
<p class="big-issue">...</p>
+ <p>The <code title="attr-fae-form">form</code> attribute is used to
+ explicitly associated the <code>output</code> element with its
+ <span>form owner</span>.</p>
+
+
<h4>Association of controls and forms</h4>
<!-- XXX consider xreffing the 'ID' term in this section -->
More information about the Commit-Watchers
mailing list