[html5] r2143 - [] (0) WF2: <fieldset> element summary.

whatwg at whatwg.org whatwg at whatwg.org
Wed Sep 3 02:32:34 PDT 2008


Author: ianh
Date: 2008-09-03 02:32:32 -0700 (Wed, 03 Sep 2008)
New Revision: 2143

Modified:
   index
   source
Log:
[] (0) WF2: <fieldset> element summary.

Modified: index
===================================================================
--- index	2008-09-03 01:58:26 UTC (rev 2142)
+++ index	2008-09-03 09:32:32 UTC (rev 2143)
@@ -26552,9 +26552,48 @@
 
   <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>
 
@@ -31869,7 +31908,8 @@
 
    <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.
@@ -45896,16 +45936,17 @@
    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>
@@ -47262,16 +47303,17 @@
      <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>,

Modified: source
===================================================================
--- source	2008-09-03 01:58:26 UTC (rev 2142)
+++ source	2008-09-03 09:32:32 UTC (rev 2143)
@@ -23927,8 +23927,38 @@
   <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>
 
   <h4>The <code>button</code> element</h4>




More information about the Commit-Watchers mailing list