LibWeb: Implement cloning steps for HTMLTextAreaElement

This commit is contained in:
Tim Ledbetter 2024-08-21 12:27:30 +01:00 committed by Andreas Kling
commit d3e076f963
Notes: github-actions[bot] 2024-08-25 10:54:22 +00:00
4 changed files with 34 additions and 0 deletions

View file

@ -63,6 +63,8 @@ public:
virtual void reset_algorithm() override;
virtual WebIDL::ExceptionOr<void> cloned(Node&, bool) override;
virtual void form_associated_element_was_inserted() override;
virtual void form_associated_element_was_removed(DOM::Node*) override;
virtual void form_associated_element_attribute_changed(FlyString const&, Optional<String> const&) override;