[whatwg] HTMLCommandElement or HTMLMenuElement

Elliotte Harold elharo at metalab.unc.edu
Wed Apr 25 04:12:42 PDT 2007


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.

-- 
Elliotte Rusty Harold  elharo at metalab.unc.edu
Java I/O 2nd Edition Just Published!
http://www.cafeaulait.org/books/javaio2/
http://www.amazon.com/exec/obidos/ISBN=0596527500/ref=nosim/cafeaulaitA/



More information about the whatwg mailing list