summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLQuoteElement.idl
blob: 63a0620ad84a09027f03532e45c5e5f102565fdd (plain)
1
2
3
4
5
interface HTMLQuoteElement : HTMLElement {

    [Reflect] attribute DOMString cite;

}