HTMLFrameElement.idl 284 B

123456789
  1. interface HTMLFrameElement : HTMLElement {
  2. [Reflect] attribute DOMString name;
  3. [Reflect] attribute DOMString scrolling;
  4. [Reflect] attribute DOMString src;
  5. [Reflect=frameborder] attribute DOMString frameBorder;
  6. [Reflect=longdesc] attribute DOMString longDesc;
  7. };