Open zachlysobey opened 9 years ago
When a <fieldset> is disabled, the spec says that so should it'd descendent form elements.
<fieldset>
from: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/fieldset#attr-disabled
disabled If this Boolean attribute is set, the form controls that are its descendants [...] are disabled
Is this an enhancement that could be made?
+1
When a
<fieldset>
is disabled, the spec says that so should it'd descendent form elements.from: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/fieldset#attr-disabled
Is this an enhancement that could be made?