[thelist] XHTML/ASP <option disabled="disabled">

Chris Hayes chris at lwcdial.net
Wed Feb 2 12:20:06 CST 2005


----- Original Message ----- 
From: "M. Seyon" <evoltlist at delime.com>
To: <thelist at lists.evolt.org>
Sent: Wednesday, February 02, 2005 5:27 PM
> "How disabled elements are rendered depends on the user agent. For
example,
> some user agents "gray out" disabled menu items, button labels, etc."
>
> http://www.w3.org/TR/html4/interact/forms.html#disabled


This is true but IE doesn't even disable it.

The specified doctype was XHTML 1.0 Transitional
And all XHTML 1.0 DTD

<!ELEMENT option (#PCDATA)>     <!-- selectable choice -->
<!ATTLIST option
  %attrs;
  selected    (selected)     #IMPLIED
  disabled    (disabled)     #IMPLIED
  label       %Text;         #IMPLIED
  value       CDATA          #IMPLIED
  >




More information about the thelist mailing list