Files
ladybird/Libraries/LibWeb/HTML/HTMLQuoteElement.idl

6 lines
87 B
Plaintext

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