[whatwg] HTMLCommandElement or HTMLMenuElement
Ian Hickson
ian at hixie.ch
Wed Apr 25 11:00:46 PDT 2007
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. `._.-(,_..'--(,_..'`-.;.'
More information about the whatwg
mailing list