mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
LibWeb: Implement cloning steps for HTMLTextAreaElement
This commit is contained in:
committed by
Andreas Kling
parent
71cfa705d1
commit
d3e076f963
Notes:
github-actions[bot]
2024-08-25 10:54:22 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/d3e076f9637 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1185
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user