1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 07:54:58 +00:00

LibWeb/HTMLInputElement: Move text input shadow tree into a function

This commit is contained in:
circl 2023-10-13 21:06:34 +02:00 committed by Sam Atkins
parent 81169ee6e6
commit ce48ac3101
2 changed files with 7 additions and 2 deletions

View file

@ -166,6 +166,7 @@ private:
static TypeAttributeState parse_type_attribute(StringView);
void create_shadow_tree_if_needed();
void create_text_input_shadow_tree();
WebIDL::ExceptionOr<void> run_input_activation_behavior();
void set_checked_within_group();