mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 17:28:30 +00:00
9 lines
250 B
Plaintext
9 lines
250 B
Plaintext
interface HTMLButtonElement : HTMLElement {
|
|
|
|
[Reflect=formnovalidate] attribute boolean formNoValidate;
|
|
[Reflect=formtarget] attribute DOMString formTarget;
|
|
[Reflect] attribute DOMString name;
|
|
[Reflect] attribute DOMString value;
|
|
|
|
};
|