HTMLHRElement.idl 289 B

1234567891011
  1. #import <HTML/HTMLElement.idl>
  2. interface HTMLHRElement : HTMLElement {
  3. [Reflect] attribute DOMString align;
  4. [Reflect] attribute DOMString color;
  5. [Reflect=noshade] attribute boolean noShade;
  6. [Reflect] attribute DOMString size;
  7. [Reflect] attribute DOMString width;
  8. };