Serenity Operating System
at master 13 lines 384 B view raw
1#import <HTML/HTMLElement.idl> 2 3// https://html.spec.whatwg.org/multipage/grouping-content.html#htmlhrelement 4[Exposed=Window] 5interface HTMLHRElement : HTMLElement { 6 7 [Reflect] attribute DOMString align; 8 [Reflect] attribute DOMString color; 9 [Reflect=noshade] attribute boolean noShade; 10 [Reflect] attribute DOMString size; 11 [Reflect] attribute DOMString width; 12 13};