1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:27:35 +00:00

LibWeb: Add support for HTML input type=radio

This commit is contained in:
Timothy Flynn 2021-04-03 09:07:45 -04:00 committed by Andreas Kling
parent 274e94224d
commit b50de19cd3
5 changed files with 187 additions and 0 deletions

View file

@ -177,6 +177,7 @@ class LineBox;
class LineBoxFragment;
class Node;
class NodeWithStyle;
class RadioButton;
class ReplacedBox;
}