- From: poot <cvsmail@w3.org>
- Date: Mon, 15 Sep 2008 20:39:45 +0900 (JST)
- To: public-html-diffs@w3.org
WF2: Fix <fieldset> content model; define the <fieldset> element; mention the form='' attribute in the element description section. (whatwg r2184) HTMLSelectElement http://people.w3.org/mike/diffs/html5/spec/Overview.1.1357.html#htmlselectelement 4.9.12 Association of controls and forms http://people.w3.org/mike/diffs/html5/spec/Overview.1.1357.html#association fieldset http://people.w3.org/mike/diffs/html5/spec/Overview.1.1357.html#fieldset HTMLLabelElement http://people.w3.org/mike/diffs/html5/spec/Overview.1.1357.html#htmllabelelement 4.9.6 The select element http://people.w3.org/mike/diffs/html5/spec/Overview.1.1357.html#the-select output http://people.w3.org/mike/diffs/html5/spec/Overview.1.1357.html#output datalist http://people.w3.org/mike/diffs/html5/spec/Overview.1.1357.html#datalist HTMLTextAreaElement http://people.w3.org/mike/diffs/html5/spec/Overview.1.1357.html#htmltextareaelement 4.9.11 The output element http://people.w3.org/mike/diffs/html5/spec/Overview.1.1357.html#the-output label http://people.w3.org/mike/diffs/html5/spec/Overview.1.1357.html#label HTMLButtonElement http://people.w3.org/mike/diffs/html5/spec/Overview.1.1357.html#htmlbuttonelement 4.9.5 The label element http://people.w3.org/mike/diffs/html5/spec/Overview.1.1357.html#the-label disabled http://people.w3.org/mike/diffs/html5/spec/Overview.1.1357.html#disabled3 disabled http://people.w3.org/mike/diffs/html5/spec/Overview.1.1357.html#disabled2 HTMLOutputElement http://people.w3.org/mike/diffs/html5/spec/Overview.1.1357.html#htmloutputelement HTMLFieldSetElement http://people.w3.org/mike/diffs/html5/spec/Overview.1.1357.html#htmlfieldsetelement 4.9.7 The datalist element http://people.w3.org/mike/diffs/html5/spec/Overview.1.1357.html#the-datalist checked http://people.w3.org/mike/diffs/html5/spec/Overview.1.1357.html#checked elements http://people.w3.org/mike/diffs/html5/spec/Overview.1.1357.html#elements4 select http://people.w3.org/mike/diffs/html5/spec/Overview.1.1357.html#select HTMLInputElement http://people.w3.org/mike/diffs/html5/spec/Overview.1.1357.html#htmlinputelement http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1356&r2=1.1357&f=h http://html5.org/tools/web-apps-tracker?from=2183&to=2184 =================================================================== 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:40:22 UTC