[ FIELDSET ] - disabled and readonly

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