5 lines
85 B
Text
5 lines
85 B
Text
interface HTMLLIElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString type;
|
|
|
|
};
|