#import <HTML/HTMLElement.idl>
interface HTMLLIElement : HTMLElement {
[Reflect] attribute DOMString type;
};