[html5] r4115 - [ac] (0) Make <legend> optional.

whatwg at whatwg.org whatwg at whatwg.org
Mon Oct 12 00:18:22 PDT 2009


Author: ianh
Date: 2009-10-12 00:18:21 -0700 (Mon, 12 Oct 2009)
New Revision: 4115

Modified:
   complete.html
   index
   source
Log:
[ac] (0) Make <legend> optional.

Modified: complete.html
===================================================================
--- complete.html	2009-10-12 06:40:06 UTC (rev 4114)
+++ complete.html	2009-10-12 07:18:21 UTC (rev 4115)
@@ -31029,7 +31029,7 @@
    <dt>Contexts in which this element may be used:</dt>
    <dd>Where <a href=#flow-content>flow content</a> is expected.</dd>
    <dt>Content model:</dt>
-   <dd>One <code><a href=#the-legend-element>legend</a></code> element followed by <a href=#flow-content>flow content</a>.</dd>
+   <dd>Optionally a <code><a href=#the-legend-element>legend</a></code> element, followed by <a href=#flow-content>flow content</a>.</dd>
    <dt>Content attributes:</dt>
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-fieldset-disabled><a href=#attr-fieldset-disabled>disabled</a></code></dd>
@@ -31054,11 +31054,11 @@
 };</pre>
    </dd>
   </dl><p>The <code><a href=#the-fieldset-element>fieldset</a></code> element <a href=#represents>represents</a> a set
-  of form controls grouped under a common name.</p>
+  of form controls optionally grouped under a common name.</p>
 
   <p>The name of the group is given by the first <code><a href=#the-legend-element>legend</a></code>
-  element that is a child of the <code><a href=#the-fieldset-element>fieldset</a></code> element. The
-  remainder of the descendants form the group.</p>
+  element that is a child of the <code><a href=#the-fieldset-element>fieldset</a></code> element, if
+  any. The remainder of the descendants form the group.</p>
 
   <p>The <dfn id=attr-fieldset-disabled title=attr-fieldset-disabled><code>disabled</code></dfn>
   attribute, when specified, causes all the form control descendants

Modified: index
===================================================================
--- index	2009-10-12 06:40:06 UTC (rev 4114)
+++ index	2009-10-12 07:18:21 UTC (rev 4115)
@@ -30865,7 +30865,7 @@
    <dt>Contexts in which this element may be used:</dt>
    <dd>Where <a href=#flow-content>flow content</a> is expected.</dd>
    <dt>Content model:</dt>
-   <dd>One <code><a href=#the-legend-element>legend</a></code> element followed by <a href=#flow-content>flow content</a>.</dd>
+   <dd>Optionally a <code><a href=#the-legend-element>legend</a></code> element, followed by <a href=#flow-content>flow content</a>.</dd>
    <dt>Content attributes:</dt>
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dd><code title=attr-fieldset-disabled><a href=#attr-fieldset-disabled>disabled</a></code></dd>
@@ -30890,11 +30890,11 @@
 };</pre>
    </dd>
   </dl><p>The <code><a href=#the-fieldset-element>fieldset</a></code> element <a href=#represents>represents</a> a set
-  of form controls grouped under a common name.</p>
+  of form controls optionally grouped under a common name.</p>
 
   <p>The name of the group is given by the first <code><a href=#the-legend-element>legend</a></code>
-  element that is a child of the <code><a href=#the-fieldset-element>fieldset</a></code> element. The
-  remainder of the descendants form the group.</p>
+  element that is a child of the <code><a href=#the-fieldset-element>fieldset</a></code> element, if
+  any. The remainder of the descendants form the group.</p>
 
   <p>The <dfn id=attr-fieldset-disabled title=attr-fieldset-disabled><code>disabled</code></dfn>
   attribute, when specified, causes all the form control descendants

Modified: source
===================================================================
--- source	2009-10-12 06:40:06 UTC (rev 4114)
+++ source	2009-10-12 07:18:21 UTC (rev 4115)
@@ -34264,7 +34264,7 @@
    <dt>Contexts in which this element may be used:</dt>
    <dd>Where <span>flow content</span> is expected.</dd>
    <dt>Content model:</dt>
-   <dd>One <code>legend</code> element followed by <span>flow content</span>.</dd>
+   <dd>Optionally a <code>legend</code> element, followed by <span>flow content</span>.</dd>
    <dt>Content attributes:</dt>
    <dd><span>Global attributes</span></dd>
    <dd><code title="attr-fieldset-disabled">disabled</code></dd>
@@ -34291,11 +34291,11 @@
   </dl>
 
   <p>The <code>fieldset</code> element <span>represents</span> a set
-  of form controls grouped under a common name.</p>
+  of form controls optionally grouped under a common name.</p>
 
   <p>The name of the group is given by the first <code>legend</code>
-  element that is a child of the <code>fieldset</code> element. The
-  remainder of the descendants form the group.</p>
+  element that is a child of the <code>fieldset</code> element, if
+  any. The remainder of the descendants form the group.</p>
 
   <p>The <dfn
   title="attr-fieldset-disabled"><code>disabled</code></dfn>




More information about the Commit-Watchers mailing list