ladybird/Libraries/LibWeb/HTML/HTMLModElement.idl

6 lines
138 B
Text

interface HTMLModElement : HTMLElement {
[Reflect] attribute DOMString cite;
[Reflect=datetime] attribute DOMString dateTime;
}