HTMLHRElement.idl 257 B

123456789
  1. interface HTMLHRElement : HTMLElement {
  2. [Reflect] attribute DOMString align;
  3. [Reflect] attribute DOMString color;
  4. [Reflect=noshade] attribute boolean noShade;
  5. [Reflect] attribute DOMString size;
  6. [Reflect] attribute DOMString width;
  7. };