ladybird/Libraries/LibWeb/HTML/HTMLModElement.idl

7 lines
138 B
Text
Raw Normal View History

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