mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb/HTMLInputElement: Move text input shadow tree into a function
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 01:55:29 +09:00
Author: https://github.com/circl-lastname Commit: https://github.com/SerenityOS/serenity/commit/ce48ac3101 Pull-request: https://github.com/SerenityOS/serenity/pull/21438 Reviewed-by: https://github.com/AtkinsSJ ✅ Reviewed-by: https://github.com/trflynn89
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user