2020-07-27 01:04:26 -03:00
|
|
|
interface HTMLHRElement : HTMLElement {
|
|
|
|
|
|
2020-11-12 01:16:41 -03:00
|
|
|
[Reflect] attribute DOMString align;
|
|
|
|
|
[Reflect] attribute DOMString color;
|
|
|
|
|
[Reflect=noshade] attribute boolean noShade;
|
|
|
|
|
[Reflect] attribute DOMString size;
|
|
|
|
|
[Reflect] attribute DOMString width;
|
2020-07-27 01:04:26 -03:00
|
|
|
|
2020-12-09 18:26:42 -03:00
|
|
|
};
|