HTMLFrameElement.idl 316 B

1234567891011
  1. #import <HTML/HTMLElement.idl>
  2. interface HTMLFrameElement : HTMLElement {
  3. [Reflect] attribute DOMString name;
  4. [Reflect] attribute DOMString scrolling;
  5. [Reflect] attribute DOMString src;
  6. [Reflect=frameborder] attribute DOMString frameBorder;
  7. [Reflect=longdesc] attribute DOMString longDesc;
  8. };