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

interface HTMLQuoteElement : HTMLElement {

    [Reflect] attribute DOMString cite;

};