ladybird/Userland/Libraries/LibWeb/HTML/HTMLHeadingElement.idl

10 lines
216 B
Text
Raw Normal View History

#import <HTML/HTMLElement.idl>
// https://html.spec.whatwg.org/multipage/semantics.html#htmlheadingelement
[Exposed=Window]
interface HTMLHeadingElement : HTMLElement {
[Reflect] attribute DOMString align;
};