summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLHRElement.idl
blob: c47d34fff787ffd689a4a934695cd2d3ed693ae0 (plain)
1
2
3
4
5
6
7
8
9
10
11
#import <HTML/HTMLElement.idl>

interface HTMLHRElement : HTMLElement {

    [Reflect] attribute DOMString align;
    [Reflect] attribute DOMString color;
    [Reflect=noshade] attribute boolean noShade;
    [Reflect] attribute DOMString size;
    [Reflect] attribute DOMString width;

};