ladybird/Libraries/LibWeb/HTML/HTMLQuoteElement.idl

5 lines
87 B
Text

interface HTMLQuoteElement : HTMLElement {
[Reflect] attribute DOMString cite;
}