blob: 5cfd1e700e6c3c3f363896c6fada83af84173dc3 (
plain)
1
2
3
4
5
6
7
8
9
|
interface HTMLHRElement : HTMLElement {
[Reflect] attribute DOMString align;
[Reflect] attribute DOMString color;
[Reflect=noshade] attribute boolean noShade;
[Reflect] attribute DOMString size;
[Reflect] attribute DOMString width;
};
|