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  [EMAIL PROTECTED]
Java I/O 2nd Edition Just Published!
http://www.cafeaulait.org/books/javaio2/
http://www.amazon.com/exec/obidos/ISBN=0596527500/ref=nosim/cafeaulaitA/

Reply via email to