HTMLModElement.idl 256 B

12345678910
  1. #import <HTML/HTMLElement.idl>
  2. // https://html.spec.whatwg.org/multipage/edits.html#htmlmodelement
  3. [Exposed=Window]
  4. interface HTMLModElement : HTMLElement {
  5. [Reflect] attribute USVString cite;
  6. [Reflect=datetime] attribute DOMString dateTime;
  7. };