mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 04:15:23 +03:00
e2e6b03a45
Also throw in some missing reflected DOMString values
9 lines
249 B
Plaintext
9 lines
249 B
Plaintext
interface HTMLButtonElement : HTMLElement {
|
|
|
|
[Reflect=formnovalidate] attribute boolean formNoValidate;
|
|
[Reflect=formtarget] attribute DOMString formTarget;
|
|
[Reflect] attribute DOMString name;
|
|
[Reflect] attribute DOMString value;
|
|
|
|
}
|