mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
LibWeb: Move enabled() to FormAssociatedElement and follow the spec
This commit is contained in:
committed by
Andreas Kling
parent
99f52e52d2
commit
d2e18175ef
@@ -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>);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user