mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-26 19:22:30 -05:00
e2e6b03a45
Also throw in some missing reflected DOMString values
8 lines
249 B
Text
8 lines
249 B
Text
interface HTMLButtonElement : HTMLElement {
|
|
|
|
[Reflect=formnovalidate] attribute boolean formNoValidate;
|
|
[Reflect=formtarget] attribute DOMString formTarget;
|
|
[Reflect] attribute DOMString name;
|
|
[Reflect] attribute DOMString value;
|
|
|
|
}
|