1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:47:34 +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:
sin-ack 2022-03-15 01:13:05 +00:00 committed by Andreas Kling
parent 436262ea3a
commit 57a85b1017
3 changed files with 16 additions and 1 deletions

View file

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