- From: Garrett Smith <dhtmlkitchen@gmail.com>
- Date: Thu, 16 Aug 2007 15:42:32 -0700
- To: public-html@w3.org
I would like to propose disabled and readonly attributes for the FIELDSET element. interface HTMLFieldsetElement { attribute boolean disabled; attribute boolean readonly; }; When a fieldset is disabled or readonly, descendant elements MUST not eligible to become successful controls. Their successfulness is "shadowed" by the containing FIELDSET's state. Garrett
Received on Thursday, 16 August 2007 22:42:37 UTC