Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) WF2: <fieldset> element summary.
git-svn-id: http://svn.whatwg.org/webapps@2143 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 3, 2008
1 parent f3fd8d2 commit 62a6f3e
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 24 deletions.
88 changes: 65 additions & 23 deletions index
Expand Up @@ -26552,8 +26552,47 @@ function AddCloud(data, x, y) { ... }</pre>

<p class=big-issue>...

<h4 id=the-fieldset><span class=secno>4.9.2 </span>The
<code>fieldset</code> element</h4>
<h4 id=the-fieldset><span class=secno>4.9.2 </span>The <dfn
id=fieldset><code>fieldset</code></dfn> element</h4>

<dl class=element>
<dt>Categories

<dd><a href="#flow-content0">Flow content</a>.

<dt>Contexts in which this element may be used:

<dd>Where <a href="#flow-content0">flow content</a> is expected.

<dt>Content model:

<dd><a href="#flow-content0">Flow content</a>.

<dt>Element-specific attributes:

<dd><code title=attr-form-disabled>disabled</code>

<dd><code title=attr-form-form>form</code>

<dt>DOM interface:

<dd>
<pre
class=idl>interface <dfn id=htmlfieldsetelement>HTMLFieldSetElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
attribute DOMString <span title=dom-fieldset-disabled>disabled</span>;
readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <span title=dom-fieldset-form>form</span>;

readonly attribute <a href="#htmlformcontrolscollection0">HTMLFormControlsCollection</a> <span title=dom-fieldset-elements>elements</span>;

readonly attribute boolean <span title=dom-fieldset-willValidate>willValidate</span>;
readonly attribute <span>ValidityState</span> <span title=dom-fieldset-validity>validity</span>;
readonly attribute DOMString <span title=dom-fieldset-validationMessage>validationMessage</span>;
boolean <span title=dom-fieldset-checkValidatity>checkValidity</span>();
void <span title=dom-fieldset-setCustomValidity>setCustomValidity</span>(in DOMString error);
};</pre>
</dl>

<p class=big-issue>...

<h4 id=the-input><span class=secno>4.9.3 </span>The <code>input</code>
element</h4>
Expand Down Expand Up @@ -31869,7 +31908,8 @@ never reset. This is nice and consistent.)

<dt>Contexts in which this element may be used:

<dd>As the first child of a <code>fieldset</code> element.
<dd>As the first child of a <code><a href="#fieldset">fieldset</a></code>
element.

<dd>As the first child of a <code><a href="#details">details</a></code>
element.
Expand Down Expand Up @@ -45896,16 +45936,17 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
href="#blockquote">blockquote</a></code>, <code><a
href="#datagrid0">datagrid</a></code>, <code><a
href="#dialog">dialog</a></code>, <code>dir</code>, <code><a
href="#div">div</a></code>, <code><a href="#dl">dl</a></code>,
<code>fieldset</code>, <code><a href="#footer">footer</a></code>, <code><a
href="#form">form</a></code>, <code><a href="#h1">h1</a></code>, <code><a
href="#h2">h2</a></code>, <code><a href="#h3">h3</a></code>, <code><a
href="#h4">h4</a></code>, <code><a href="#h5">h5</a></code>, <code><a
href="#h6">h6</a></code>, <code><a href="#header">header</a></code>,
<code><a href="#hr">hr</a></code>, <code><a href="#menu">menu</a></code>,
<code><a href="#nav">nav</a></code>, <code><a href="#ol">ol</a></code>,
<code><a href="#p">p</a></code>, <code><a href="#pre">pre</a></code>,
<code><a href="#section">section</a></code>, <code><a
href="#div">div</a></code>, <code><a href="#dl">dl</a></code>, <code><a
href="#fieldset">fieldset</a></code>, <code><a
href="#footer">footer</a></code>, <code><a href="#form">form</a></code>,
<code><a href="#h1">h1</a></code>, <code><a href="#h2">h2</a></code>,
<code><a href="#h3">h3</a></code>, <code><a href="#h4">h4</a></code>,
<code><a href="#h5">h5</a></code>, <code><a href="#h6">h6</a></code>,
<code><a href="#header">header</a></code>, <code><a
href="#hr">hr</a></code>, <code><a href="#menu">menu</a></code>, <code><a
href="#nav">nav</a></code>, <code><a href="#ol">ol</a></code>, <code><a
href="#p">p</a></code>, <code><a href="#pre">pre</a></code>, <code><a
href="#section">section</a></code>, <code><a
href="#table">table</a></code>, or <code><a href="#ul">ul</a></code>,
element, or if there is no more content in the parent element and the
parent element is not an <code><a href="#a">a</a></code> element.</p>
Expand Down Expand Up @@ -47262,16 +47303,17 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
<code><a href="#dialog">dialog</a></code>, <code>dir</code>, <code><a
href="#div">div</a></code>, <code><a href="#dl">dl</a></code>, <code><a
href="#dt">dt</a></code>, <code><a href="#embed">embed</a></code>,
<code><a href="#eventsource">eventsource</a></code>
<code>fieldset</code>, <code><a href="#figure">figure</a></code>,
<code><a href="#footer">footer</a></code>, <code><a
href="#form">form</a></code>, <code>frame</code>, <code>frameset</code>,
<code><a href="#h1">h1</a></code>, <code><a href="#h2">h2</a></code>,
<code><a href="#h3">h3</a></code>, <code><a href="#h4">h4</a></code>,
<code><a href="#h5">h5</a></code>, <code><a href="#h6">h6</a></code>,
<code><a href="#head">head</a></code>, <code><a
href="#header">header</a></code>, <code><a href="#hr">hr</a></code>,
<code><a href="#iframe">iframe</a></code>, <!-- <code>image</code>,
<code><a href="#eventsource">eventsource</a></code> <code><a
href="#fieldset">fieldset</a></code>, <code><a
href="#figure">figure</a></code>, <code><a
href="#footer">footer</a></code>, <code><a href="#form">form</a></code>,
<code>frame</code>, <code>frameset</code>, <code><a
href="#h1">h1</a></code>, <code><a href="#h2">h2</a></code>, <code><a
href="#h3">h3</a></code>, <code><a href="#h4">h4</a></code>, <code><a
href="#h5">h5</a></code>, <code><a href="#h6">h6</a></code>, <code><a
href="#head">head</a></code>, <code><a href="#header">header</a></code>,
<code><a href="#hr">hr</a></code>, <code><a
href="#iframe">iframe</a></code>, <!-- <code>image</code>,
(commented out because this isn't an element that can end up on the
stack, so it doesn't matter) -->
<code><a href="#img">img</a></code>, <code>input</code>,
Expand Down
32 changes: 31 additions & 1 deletion source
Expand Up @@ -23927,7 +23927,37 @@ function AddCloud(data, x, y) { ... }</pre>
<p class="big-issue">...</p>


<h4>The <code>fieldset</code> element</h4>
<h4>The <dfn><code>fieldset</code></dfn> element</h4>

<dl class="element">
<dt>Categories</dt>
<dd><span>Flow content</span>.</dd>
<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>
<dt>Element-specific attributes:</dt>
<dd><code title="attr-form-disabled">disabled</code></dd>
<dd><code title="attr-form-form">form</code></dd>
<dt>DOM interface:</dt>
<dd>
<pre class="idl">interface <dfn>HTMLFieldSetElement</dfn> : <span>HTMLElement</span> {
attribute DOMString <span title="dom-fieldset-disabled">disabled</span>;
readonly attribute <span>HTMLFormElement</span> <span title="dom-fieldset-form">form</span>;

readonly attribute <span>HTMLFormControlsCollection</span> <span title="dom-fieldset-elements">elements</span>;

readonly attribute boolean <span title="dom-fieldset-willValidate">willValidate</span>;
readonly attribute <span>ValidityState</span> <span title="dom-fieldset-validity">validity</span>;
readonly attribute DOMString <span title="dom-fieldset-validationMessage">validationMessage</span>;
boolean <span title="dom-fieldset-checkValidatity">checkValidity</span>();
void <span title="dom-fieldset-setCustomValidity">setCustomValidity</span>(in DOMString error);
};</pre>
</dd>
</dl>

<p class="big-issue">...</p>


<h4>The <code>input</code> element</h4>

Expand Down

0 comments on commit 62a6f3e

Please sign in to comment.