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. GarrettReceived on Thursday, 16 August 2007 22:42:37 UTC
This archive was generated by hypermail 2.4.0 : Saturday, 9 October 2021 18:44:19 UTC