ladybird/Userland/Libraries/LibWeb/HTML/HTMLModElement.idl
2021-01-12 12:17:46 +01:00

7 lines
139 B
Plaintext

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