summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLModElement.idl
blob: 8e3a489fa4a931d773c52736531799f4dfb501aa (plain)
1
2
3
4
5
6
interface HTMLModElement : HTMLElement {

    [Reflect] attribute DOMString cite;
    [Reflect=datetime] attribute DOMString dateTime;

};