- From: Maciej Stachowiak <mjs@apple.com>
- Date: Mon, 3 Apr 2006 02:10:53 -0700
On Mar 29, 2006, at 10:15 AM, Henri Sivonen wrote: > Single select: > Is it conforming for an option to be both selected and disabled? (I > think it shouldn't be conforming.) > And analogously: Is is conforming for a radio button to be both > checked and disabled if the whole set is not disabled? (This one is > harder to check, but anyway...) > > Is it conforming to have no option that is marked selected? (I > think allowing this is safe.) > > Select multiple: > Is it conforming for an option to be both selected and disabled? > How do native widgets handle this? At least some things clearly need to be allowed to be checked/ selected and disabled at the same time. In particular, checkboxes really need this. Allowing this in some cases but not others smacks of trying to dictate UI policy for content authors. It would be better to make disabled orthogonal to other UI state. Regards, Maciej
Received on Monday, 3 April 2006 02:10:53 UTC