summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLLIElement.idl
blob: 54d7017b9e94814a9d7bec21f99fb4b20b38e266 (plain)
1
2
3
4
5
6
7
#import <HTML/HTMLElement.idl>

interface HTMLLIElement : HTMLElement {

    [Reflect] attribute DOMString type;

};