mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
LibWeb: Move enabled() to FormAssociatedElement and follow the spec
This commit is contained in:
committed by
Andreas Kling
parent
99f52e52d2
commit
d2e18175ef
Notes:
sideshowbarker
2024-07-17 18:05:07 +09:00
Author: https://github.com/Lubrsi Commit: https://github.com/SerenityOS/serenity/commit/d2e18175ef Pull-request: https://github.com/SerenityOS/serenity/pull/12837
@@ -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