mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibWeb: Add HTMLButtonElement#disabled
This commit is contained in:
parent
e19892a099
commit
14ae0524e9
Notes:
sideshowbarker
2024-07-17 03:45:48 +09:00
Author: https://github.com/Lubrsi
Commit: 14ae0524e9
Pull-request: https://github.com/SerenityOS/serenity/pull/19463
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ interface HTMLButtonElement : HTMLElement {
|
|||
|
||||
[HTMLConstructor] constructor();
|
||||
|
||||
[CEReactions, Reflect] attribute boolean disabled;
|
||||
[CEReactions, Reflect=formnovalidate] attribute boolean formNoValidate;
|
||||
[CEReactions, Reflect=formtarget] attribute DOMString formTarget;
|
||||
[CEReactions, Reflect] attribute DOMString name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue