mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 20:17:13 +02:00
LibWeb: Implement cloning steps for HTMLInputElement
This commit is contained in:
committed by
Andreas Kling
parent
d8c69a0e9e
commit
71cfa705d1
Notes:
github-actions[bot]
2024-08-25 10:54:28 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/71cfa705d1e Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1185
@@ -176,6 +176,8 @@ public:
|
||||
virtual void form_associated_element_was_removed(DOM::Node*) override;
|
||||
virtual void form_associated_element_attribute_changed(FlyString const&, Optional<String> const&) override;
|
||||
|
||||
virtual WebIDL::ExceptionOr<void> cloned(Node&, bool) override;
|
||||
|
||||
JS::NonnullGCPtr<ValidityState const> validity() const;
|
||||
|
||||
// ^HTMLElement
|
||||
|
||||
Reference in New Issue
Block a user