mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWeb: Ensure that radio group is updated when radio is checked from JS
Fixes test 56 in Acid3. Farewell, radio eyes, you will be missed. :^(
This commit is contained in:
parent
436262ea3a
commit
57a85b1017
Notes:
sideshowbarker
2024-07-17 17:20:36 +09:00
Author: https://github.com/sin-ack
Commit: 57a85b1017
Pull-request: https://github.com/SerenityOS/serenity/pull/13052
Reviewed-by: https://github.com/Lubrsi
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/linusg ✅
Reviewed-by: https://github.com/trflynn89
3 changed files with 16 additions and 1 deletions
|
@ -69,6 +69,9 @@ public:
|
|||
};
|
||||
void set_checked(bool, ChangeSource = ChangeSource::Programmatic);
|
||||
|
||||
bool checked_binding() const { return checked(); }
|
||||
void set_checked_binding(bool);
|
||||
|
||||
void did_edit_text_node(Badge<BrowsingContext>);
|
||||
|
||||
virtual bool is_focusable() const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue