HTMLElement.idl 161 B

12345678
  1. interface HTMLElement : Element {
  2. [Reflect] attribute DOMString title;
  3. [Reflect] attribute DOMString lang;
  4. attribute DOMString contentEditable;
  5. }