ladybird/Libraries/LibWeb/HTML/HTMLQuoteElement.idl

6 lines
87 B
Text
Raw Normal View History

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