summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLButtonElement.idl
blob: 7e50852e649cb9f116a972dc7ace9fa25a4e2b34 (plain)
1
2
3
4
5
6
7
8
interface HTMLButtonElement : HTMLElement {

    [Reflect=formnovalidate] attribute boolean formNoValidate;
    [Reflect=formtarget] attribute DOMString formTarget;
    [Reflect] attribute DOMString name;
    [Reflect] attribute DOMString value;

};