LibWeb: Move enabled() to FormAssociatedElement and follow the spec

This commit is contained in:
Luke Wilde 2022-03-01 20:59:46 +00:00 committed by Andreas Kling
commit d2e18175ef
Notes: sideshowbarker 2024-07-17 18:05:07 +09:00
4 changed files with 29 additions and 7 deletions

View file

@ -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>);