mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02: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:
Notes:
sideshowbarker
2024-07-17 17:20:36 +09:00
Author: https://github.com/sin-ack Commit: https://github.com/SerenityOS/serenity/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
@@ -21,7 +21,7 @@ interface HTMLInputElement : HTMLElement {
|
||||
|
||||
[LegacyNullToEmptyString] attribute DOMString value;
|
||||
|
||||
attribute boolean checked;
|
||||
[ImplementedAs=checked_binding] attribute boolean checked;
|
||||
|
||||
[Reflect] attribute boolean disabled;
|
||||
[Reflect=checked] attribute boolean defaultChecked;
|
||||
|
||||
Reference in New Issue
Block a user