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

// https://html.spec.whatwg.org/multipage/grouping-content.html#htmlquoteelement
[Exposed=Window]
interface HTMLQuoteElement : HTMLElement {

    [Reflect] attribute DOMString cite;

};