Skip to content

Commit 62a6f3e

Browse files
committed
[] (0) WF2: <fieldset> element summary.
git-svn-id: http://svn.whatwg.org/webapps@2143 340c8d12-0b0e-0410-8428-c7bf67bfef74
1 parent f3fd8d2 commit 62a6f3e

File tree

2 files changed

+96
-24
lines changed

2 files changed

+96
-24
lines changed

index

Lines changed: 65 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -26552,8 +26552,47 @@ function AddCloud(data, x, y) { ... }</pre>
2655226552

2655326553
<p class=big-issue>...
2655426554

26555-
<h4 id=the-fieldset><span class=secno>4.9.2 </span>The
26556-
<code>fieldset</code> element</h4>
26555+
<h4 id=the-fieldset><span class=secno>4.9.2 </span>The <dfn
26556+
id=fieldset><code>fieldset</code></dfn> element</h4>
26557+
26558+
<dl class=element>
26559+
<dt>Categories
26560+
26561+
<dd><a href="#flow-content0">Flow content</a>.
26562+
26563+
<dt>Contexts in which this element may be used:
26564+
26565+
<dd>Where <a href="#flow-content0">flow content</a> is expected.
26566+
26567+
<dt>Content model:
26568+
26569+
<dd><a href="#flow-content0">Flow content</a>.
26570+
26571+
<dt>Element-specific attributes:
26572+
26573+
<dd><code title=attr-form-disabled>disabled</code>
26574+
26575+
<dd><code title=attr-form-form>form</code>
26576+
26577+
<dt>DOM interface:
26578+
26579+
<dd>
26580+
<pre
26581+
class=idl>interface <dfn id=htmlfieldsetelement>HTMLFieldSetElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
26582+
attribute DOMString <span title=dom-fieldset-disabled>disabled</span>;
26583+
readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <span title=dom-fieldset-form>form</span>;
26584+
26585+
readonly attribute <a href="#htmlformcontrolscollection0">HTMLFormControlsCollection</a> <span title=dom-fieldset-elements>elements</span>;
26586+
26587+
readonly attribute boolean <span title=dom-fieldset-willValidate>willValidate</span>;
26588+
readonly attribute <span>ValidityState</span> <span title=dom-fieldset-validity>validity</span>;
26589+
readonly attribute DOMString <span title=dom-fieldset-validationMessage>validationMessage</span>;
26590+
boolean <span title=dom-fieldset-checkValidatity>checkValidity</span>();
26591+
void <span title=dom-fieldset-setCustomValidity>setCustomValidity</span>(in DOMString error);
26592+
};</pre>
26593+
</dl>
26594+
26595+
<p class=big-issue>...
2655726596

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

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

31872-
<dd>As the first child of a <code>fieldset</code> element.
31911+
<dd>As the first child of a <code><a href="#fieldset">fieldset</a></code>
31912+
element.
3187331913

3187431914
<dd>As the first child of a <code><a href="#details">details</a></code>
3187531915
element.
@@ -45896,16 +45936,17 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
4589645936
href="#blockquote">blockquote</a></code>, <code><a
4589745937
href="#datagrid0">datagrid</a></code>, <code><a
4589845938
href="#dialog">dialog</a></code>, <code>dir</code>, <code><a
45899-
href="#div">div</a></code>, <code><a href="#dl">dl</a></code>,
45900-
<code>fieldset</code>, <code><a href="#footer">footer</a></code>, <code><a
45901-
href="#form">form</a></code>, <code><a href="#h1">h1</a></code>, <code><a
45902-
href="#h2">h2</a></code>, <code><a href="#h3">h3</a></code>, <code><a
45903-
href="#h4">h4</a></code>, <code><a href="#h5">h5</a></code>, <code><a
45904-
href="#h6">h6</a></code>, <code><a href="#header">header</a></code>,
45905-
<code><a href="#hr">hr</a></code>, <code><a href="#menu">menu</a></code>,
45906-
<code><a href="#nav">nav</a></code>, <code><a href="#ol">ol</a></code>,
45907-
<code><a href="#p">p</a></code>, <code><a href="#pre">pre</a></code>,
45908-
<code><a href="#section">section</a></code>, <code><a
45939+
href="#div">div</a></code>, <code><a href="#dl">dl</a></code>, <code><a
45940+
href="#fieldset">fieldset</a></code>, <code><a
45941+
href="#footer">footer</a></code>, <code><a href="#form">form</a></code>,
45942+
<code><a href="#h1">h1</a></code>, <code><a href="#h2">h2</a></code>,
45943+
<code><a href="#h3">h3</a></code>, <code><a href="#h4">h4</a></code>,
45944+
<code><a href="#h5">h5</a></code>, <code><a href="#h6">h6</a></code>,
45945+
<code><a href="#header">header</a></code>, <code><a
45946+
href="#hr">hr</a></code>, <code><a href="#menu">menu</a></code>, <code><a
45947+
href="#nav">nav</a></code>, <code><a href="#ol">ol</a></code>, <code><a
45948+
href="#p">p</a></code>, <code><a href="#pre">pre</a></code>, <code><a
45949+
href="#section">section</a></code>, <code><a
4590945950
href="#table">table</a></code>, or <code><a href="#ul">ul</a></code>,
4591045951
element, or if there is no more content in the parent element and the
4591145952
parent element is not an <code><a href="#a">a</a></code> element.</p>
@@ -47262,16 +47303,17 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
4726247303
<code><a href="#dialog">dialog</a></code>, <code>dir</code>, <code><a
4726347304
href="#div">div</a></code>, <code><a href="#dl">dl</a></code>, <code><a
4726447305
href="#dt">dt</a></code>, <code><a href="#embed">embed</a></code>,
47265-
<code><a href="#eventsource">eventsource</a></code>
47266-
<code>fieldset</code>, <code><a href="#figure">figure</a></code>,
47267-
<code><a href="#footer">footer</a></code>, <code><a
47268-
href="#form">form</a></code>, <code>frame</code>, <code>frameset</code>,
47269-
<code><a href="#h1">h1</a></code>, <code><a href="#h2">h2</a></code>,
47270-
<code><a href="#h3">h3</a></code>, <code><a href="#h4">h4</a></code>,
47271-
<code><a href="#h5">h5</a></code>, <code><a href="#h6">h6</a></code>,
47272-
<code><a href="#head">head</a></code>, <code><a
47273-
href="#header">header</a></code>, <code><a href="#hr">hr</a></code>,
47274-
<code><a href="#iframe">iframe</a></code>, <!-- <code>image</code>,
47306+
<code><a href="#eventsource">eventsource</a></code> <code><a
47307+
href="#fieldset">fieldset</a></code>, <code><a
47308+
href="#figure">figure</a></code>, <code><a
47309+
href="#footer">footer</a></code>, <code><a href="#form">form</a></code>,
47310+
<code>frame</code>, <code>frameset</code>, <code><a
47311+
href="#h1">h1</a></code>, <code><a href="#h2">h2</a></code>, <code><a
47312+
href="#h3">h3</a></code>, <code><a href="#h4">h4</a></code>, <code><a
47313+
href="#h5">h5</a></code>, <code><a href="#h6">h6</a></code>, <code><a
47314+
href="#head">head</a></code>, <code><a href="#header">header</a></code>,
47315+
<code><a href="#hr">hr</a></code>, <code><a
47316+
href="#iframe">iframe</a></code>, <!-- <code>image</code>,
4727547317
(commented out because this isn't an element that can end up on the
4727647318
stack, so it doesn't matter) -->
4727747319
<code><a href="#img">img</a></code>, <code>input</code>,

source

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23927,7 +23927,37 @@ function AddCloud(data, x, y) { ... }</pre>
2392723927
<p class="big-issue">...</p>
2392823928

2392923929

23930-
<h4>The <code>fieldset</code> element</h4>
23930+
<h4>The <dfn><code>fieldset</code></dfn> element</h4>
23931+
23932+
<dl class="element">
23933+
<dt>Categories</dt>
23934+
<dd><span>Flow content</span>.</dd>
23935+
<dt>Contexts in which this element may be used:</dt>
23936+
<dd>Where <span>flow content</span> is expected.</dd>
23937+
<dt>Content model:</dt>
23938+
<dd><span>Flow content</span>.</dd>
23939+
<dt>Element-specific attributes:</dt>
23940+
<dd><code title="attr-form-disabled">disabled</code></dd>
23941+
<dd><code title="attr-form-form">form</code></dd>
23942+
<dt>DOM interface:</dt>
23943+
<dd>
23944+
<pre class="idl">interface <dfn>HTMLFieldSetElement</dfn> : <span>HTMLElement</span> {
23945+
attribute DOMString <span title="dom-fieldset-disabled">disabled</span>;
23946+
readonly attribute <span>HTMLFormElement</span> <span title="dom-fieldset-form">form</span>;
23947+
23948+
readonly attribute <span>HTMLFormControlsCollection</span> <span title="dom-fieldset-elements">elements</span>;
23949+
23950+
readonly attribute boolean <span title="dom-fieldset-willValidate">willValidate</span>;
23951+
readonly attribute <span>ValidityState</span> <span title="dom-fieldset-validity">validity</span>;
23952+
readonly attribute DOMString <span title="dom-fieldset-validationMessage">validationMessage</span>;
23953+
boolean <span title="dom-fieldset-checkValidatity">checkValidity</span>();
23954+
void <span title="dom-fieldset-setCustomValidity">setCustomValidity</span>(in DOMString error);
23955+
};</pre>
23956+
</dd>
23957+
</dl>
23958+
23959+
<p class="big-issue">...</p>
23960+
2393123961

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

0 commit comments

Comments
 (0)