mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWeb: Add stub reset algorithm for HTMLTextAreaElement
This commit is contained in:
parent
b55c9f36dc
commit
119e58a8c1
Notes:
sideshowbarker
2024-07-17 07:35:03 +09:00
Author: https://github.com/srikavin
Commit: 119e58a8c1
Pull-request: https://github.com/SerenityOS/serenity/pull/16631
2 changed files with 8 additions and 0 deletions
|
@ -48,6 +48,8 @@ public:
|
|||
// https://html.spec.whatwg.org/multipage/forms.html#category-label
|
||||
virtual bool is_labelable() const override { return true; }
|
||||
|
||||
virtual void reset_algorithm() override;
|
||||
|
||||
private:
|
||||
HTMLTextAreaElement(DOM::Document&, DOM::QualifiedName);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue