mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 06:09:08 +00:00
LibWeb: Implement cloning steps for HTMLInputElement
This commit is contained in:
parent
d8c69a0e9e
commit
71cfa705d1
Notes:
github-actions[bot]
2024-08-25 10:54:28 +00:00
Author: https://github.com/tcl3
Commit: 71cfa705d1
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1185
4 changed files with 39 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue