- From: Ian Hickson <ian@hixie.ch>
- Date: Wed, 25 Apr 2007 18:00:46 +0000 (UTC)
On Wed, 25 Apr 2007, Elliotte Harold wrote: > > In section 3.18.4 of the Web Apps 1.0 spec The menu element I find this DOM > for the menu element: > > interface *HTMLCommandElement* : HTMLElement { > attribute DOMString type; > attribute DOMString label; > attribute boolean autosubmit; > }; > > > I suspect this is a copy and paste error. I'm guessing this should be: > > interface *HTMLMenuElement* : HTMLElement { > attribute DOMString type; > attribute DOMString label; > attribute boolean autosubmit; > }; > > especially since HTMLCommandElement is defined differently in the previous > section. Thanks, I'll fix this. -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Wednesday, 25 April 2007 11:00:46 UTC