HTMLModElement.idl 139 B

123456
  1. interface HTMLModElement : HTMLElement {
  2. [Reflect] attribute DOMString cite;
  3. [Reflect=datetime] attribute DOMString dateTime;
  4. };