- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 15 Sep 2008 11:36:34 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv22230
Modified Files:
Overview.html
Log Message:
WF2: Fix <fieldset> content model; define the <fieldset> element; mention the form='' attribute in the element description section. (whatwg r2184)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1356
retrieving revision 1.1357
diff -u -d -r1.1356 -r1.1357
--- Overview.html 15 Sep 2008 11:24:40 -0000 1.1356
+++ Overview.html 15 Sep 2008 11:36:32 -0000 1.1357
@@ -26758,7 +26758,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:
@@ -26790,7 +26791,13 @@
};</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
@@ -26798,10 +26805,19 @@
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
@@ -26937,6 +26953,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>
@@ -27021,6 +27042,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>
@@ -27064,6 +27090,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>
@@ -27139,6 +27170,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>
@@ -27360,6 +27396,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>
@@ -27411,6 +27452,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 -->
Received on Monday, 15 September 2008 11:37:08 UTC