- From: Ian Hickson <ian@hixie.ch>
- Date: Mon, 28 Nov 2005 20:40:05 +0000 (UTC)
On Mon, 28 Nov 2005, Ian Bicking wrote: > > I think <select> isn't a very good basis for menus. Current (good) > DHTML menus are richer than selects allow for, with things like nested > menus. That can't be simulated with selects. Sure. As you point out, though, if the author is willing to do the leg work would probably be quite possible to take whatever markup we describe as being the <menu> markup and use it for DHTML menus. The reason I suggested that we should allow for easy fallback onto <select> is that for the menu-button use case, it's very easy to implement that kind of menu using <select> (and is done often today), and so it would allow for a seamless fallback (if we do it right). -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Monday, 28 November 2005 12:40:05 UTC