summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLLIElement.idl
blob: 9330aa88b1fd28c7541c55ba807b46b4d9aadca3 (plain)
1
2
3
4
5
interface HTMLLIElement : HTMLElement {

    [Reflect] attribute DOMString type;

};