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

7 lines
138 B
Plaintext

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