gecko-dev/dom/public/idl/html/HTMLHRElement.idl

7 lines
202 B
Plaintext

interface HTMLHRElement : HTMLElement {
attribute wstring align;
attribute boolean noShade;
attribute wstring size;
attribute wstring width;
};