Short URL: http://html5.org/r/3922
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 3922 | 7591 | <fieldset disabled> shouldn't disable the fieldset's legend's form controls. | 2009-09-21 09:15 |
Index: source
===================================================================
--- source (revision 3921)
+++ source (revision 3922)
@@ -33885,8 +33885,8 @@
</dd>
</dl>
- <p>The <code>fieldset</code> element <span>represents</span> a set of form
- controls grouped under a common name.</p>
+ <p>The <code>fieldset</code> element <span>represents</span> a set
+ of form controls 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
@@ -33895,7 +33895,9 @@
<p>The <dfn
title="attr-fieldset-disabled"><code>disabled</code></dfn>
attribute, when specified, causes all the form control descendants
- of the <code>fieldset</code> element to be <span
+ of the <code>fieldset</code> element, excluding those that are
+ descendants of the <code>fieldset</code> element's first
+ <code>legend</code> element child, if any, to be <span
title="concept-fe-disabled">disabled</span>.</p>
<p>The <code title="attr-fae-form">form</code> attribute is used to
@@ -42042,7 +42044,9 @@
if its <code title="attr-fe-disabled">disabled</code> attribute is
set, or if it is a descendant of a <code>fieldset</code> element
whose <code title="attr-fieldset-disabled">disabled</code> attribute
- is set.</p>
+ is set and is <em>not</em> a descendant of that
+ <code>fieldset</code> element's first <code>legend</code> element
+ child, if any.</p>
<div class="impl">