mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 11:45:06 +00:00
LibWeb: Move enabled() to FormAssociatedElement and follow the spec
This commit is contained in:
parent
99f52e52d2
commit
d2e18175ef
4 changed files with 29 additions and 7 deletions
|
@ -73,8 +73,6 @@ public:
|
|||
};
|
||||
void set_checked(bool, ChangeSource = ChangeSource::Programmatic, ShouldRunActivationBehavior = ShouldRunActivationBehavior::Yes);
|
||||
|
||||
bool enabled() const;
|
||||
|
||||
void did_click_button(Badge<Layout::ButtonBox>);
|
||||
void did_click_checkbox(Badge<Layout::CheckBox>);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue