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:
parent
81169ee6e6
commit
ce48ac3101
2 changed files with 7 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue